@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Inter:wght@400;500;600&display=swap');

:root {
    --cm-color-5: #0a2a26 !important;
    --cm-color-1: #0d9488 !important;
}

/* === HEADER === */
.cm-header-builder .cm-main-header .cm-header-main-row {
    background: linear-gradient(135deg, #0f3a36 0%, #134e4a 60%, #0d9488 100%) !important;
}

.cm-header-builder .cm-main-header .cm-header-left-col {
    width: 100% !important;
    text-align: center !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
}

.cm-header-builder .cm-main-header .cm-header-center-col,
.cm-header-builder .cm-main-header .cm-header-right-col {
    display: none !important;
}

.cm-header-builder .cm-site-title {
    text-align: center !important;
    margin: 0 auto !important;
    padding: 22px 0 6px !important;
    float: none !important;
}

.cm-header-builder .cm-site-title a {
    font-family: 'Merriweather', Georgia, serif !important;
    font-weight: 900 !important;
    letter-spacing: 3px !important;
    font-size: 3em !important;
    color: #5eead4 !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3) !important;
}

.cm-header-builder .cm-site-description {
    text-align: center !important;
    font-family: 'Merriweather', Georgia, serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    padding-bottom: 18px !important;
    color: #94d3c8 !important;
    font-size: 0.95em !important;
    float: none !important;
}

.cm-header-builder.cm-full-width .cm-header-bottom-row {
    border-top: 3px solid #d97706 !important;
    background-color: #0a2a26 !important;
}

.cm-header-builder.cm-full-width .cm-header-bottom-row .cm-bottom-row {
    background-color: #0a2a26 !important;
}

#cm-primary-menu {
    display: flex !important;
    justify-content: center !important;
}

#cm-primary-menu > li > a {
    background: rgba(94,234,212,0.06) !important;
    border-radius: 20px !important;
    padding: 10px 22px !important;
    margin: 8px 6px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    font-size: 0.82em !important;
    color: #5eead4 !important;
    border: 1px solid rgba(94,234,212,0.2) !important;
    transition: all 0.3s ease !important;
    height: auto !important;
    line-height: 1.5 !important;
}

#cm-primary-menu > li > a:hover {
    background: rgba(94,234,212,0.12) !important;
    border: 1px solid rgba(94,234,212,0.35) !important;
    color: #5eead4 !important;
    box-shadow: 0 0 12px rgba(94,234,212,0.2) !important;
}

#cm-primary-menu > li.current-menu-item > a {
    background: rgba(94,234,212,0.15) !important;
    border: 1px solid rgba(94,234,212,0.4) !important;
}

/* === CLEANUP === */
.cm-author, .cm-vcard, .cm-post-author, .byline,
.entry-meta .byline, .entry-meta .author, .cm-icon--user {
    display: none !important;
}

.comments-area, #comments, #respond, .comment-respond {
    display: none !important;
}

.cm-page-title, .cm-breadcrumb, h2.cm-breadcrumb-title,
.cm-page-title, h2.cm-page-title, h1.cm-page-title,
.cm-breadcrumb-title, .cm-breadcrumb {
    display: none !important;
}

.cm-copyright-bar, .cm-footer-bottom-row, .cm-footer-bar,
.cm-site-info-bottom, .cm-copyright-text {
    display: none !important;
}

.page-id-4 .cm-entry-title {
    display: none !important;
}

/* === FONTS === */
body, .cm-entry-content, .cm-post-content, .entry-content {
    font-family: 'Inter', sans-serif !important;
    color: #57534e !important;
}

h1, h2, h3, h4, h5, h6, .cm-entry-title, .cm-post-title, .cm-widget-title {
    font-family: 'Merriweather', Georgia, serif !important;
    color: #134e4a !important;
}

a, .cm-entry-title a:hover, .cm-post-title a:hover {
    color: #0d9488 !important;
}

/* === LAYOUT === */
.cm-site, .site { background: #f5f5f4 !important; }
.cm-content-area, .site-content { background: #fafaf9 !important; }

.cm-article, .cm-post, article {
    border-radius: 12px !important;
    box-shadow: 0 2px 10px rgba(15,58,54,0.08) !important;
    overflow: hidden !important;
    margin-bottom: 24px !important;
    background: #ffffff !important;
}

.cm-entry-categories a, .cm-post-categories a, .cat-links a, .cm-cat-links a {
    background: #0d9488 !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 3px 12px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}

.cm-widget-title, .cm-block-title {
    border-left: 4px solid #0d9488 !important;
    padding-left: 12px !important;
    font-family: 'Merriweather', Georgia, serif !important;
    border-bottom: none !important;
}

/* === READ MORE BUTTON === */
.cm-entry-button {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: inherit !important;
    border: none !important;
    box-shadow: none !important;
}

.cm-entry-button span {
    background-color: #0d9488 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 8px 24px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    box-shadow: 0 2px 8px rgba(13,148,136,0.3) !important;
    border: none !important;
}

.cm-entry-button span:hover {
    background-color: #0f3a36 !important;
    box-shadow: 0 4px 12px rgba(15,58,54,0.4) !important;
    transform: translateY(-1px) !important;
}

/* === MISC === */
.cm-highlighted-posts .cm-post-overlay {
    background: linear-gradient(135deg, rgba(15,58,54,0.85) 0%, rgba(19,78,74,0.5) 100%) !important;
}

.cm-post-thumbnail img, .cm-entry-thumbnail img { border-radius: 6px !important; }
.cm-footer-bottom-area, .cm-footer-area { border-top: 3px solid #0d9488 !important; }
.cm-pagination a, .cm-pagination span { border-radius: 4px !important; border-color: #0d9488 !important; }
/* Sidebar Categories widget */
.fz-cat-widget h3 {
    font-family: 'Merriweather', Georgia, serif !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #134e4a !important;
    border-left: 4px solid #0d9488 !important;
    padding-left: 10px !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.fz-cat-widget ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.fz-cat-widget ul li {
    padding: 5px 0 !important;
    border-bottom: 1px solid #e7e5e4 !important;
    font-size: 0.85rem !important;
}

.fz-cat-widget ul li:last-child {
    border-bottom: none !important;
}

.fz-cat-widget ul li a {
    color: #0d9488 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.fz-cat-widget ul li a:hover {
    color: #0f3a36 !important;
}

.fz-cat-widget .cat-item-count {
    font-size: 0.75rem !important;
    color: #a8a29e !important;
    margin-left: 4px !important;
}
