/*
Theme Name: Shayari For You
Theme URI: https://shayariforyou.com
Author: Shayari For You
Author URI: https://shayariforyou.com
Description: Custom theme for Shayari For You - a shayari and quotes blog
Version: 1.0
License: GPL v2 or later
Text Domain: shayariforyou
*/

@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

:root {
    --background: #ffffff;
    --background-1: #ffffff;
    --text-1: #1d1d1d;
    --text-2: #383838;
    --link-text: #0553ef;
    --link-text-hover: #000000;
    --color-background: #00b36e;
    --color-background-hover: #02d383;
    --border-color: #cfcfcf;
    --wp-footer-bg: #25313d;
    --wp-footer-text: #cbd5e1;
    --wp-footer-heading: #ffffff;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-1);
    background: var(--background);
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--link-text);
    text-decoration: none;
    transition: color 0.2s;
}

a:hover, a:focus, a:active {
    color: var(--text-2);
}

/* ===== LAYOUT: CONTENT + SIDEBAR ===== */
.site-content {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.content-area {
    flex: 1;
    min-width: 0;
}

.widget-area.sidebar.is-right-sidebar {
    width: 300px;
    flex-shrink: 0;
}

.inside-right-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.site.grid-container.container {
    max-width: 1200px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== GB DEFAULTS ===== */
.gb-text { margin: 0; }
.gb-shape { line-height: 0; display: inline-flex; align-items: center; }

/* ===== GRID CONTAINER ===== */
.grid-container {
    max-width: 1200px;
    margin: 0 auto;
}

.site {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== NAVIGATION ===== */
.main-navigation {
    background: var(--background);
    border-bottom: 1px solid var(--border-color);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: rgba(0,0,0,.16) 0 1px 4px;
}

.inside-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.main-navigation .main-nav ul li a,
.menu-toggle,
.main-navigation .menu-bar-item > a {
    line-height: 55px;
}

.navigation-branding {
    display: flex;
    align-items: center;
}

.navigation-branding .main-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 55px;
    font-family: 'Lexend Deca', sans-serif;
}

.navigation-branding .main-title a {
    color: var(--text-2);
    text-decoration: none;
}

.main-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.main-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.main-nav ul li a {
    display: block;
    padding: 0 15px;
    color: var(--text-1);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.main-nav ul li a:hover {
    color: var(--color-background-hover);
}

.main-nav ul li.current-menu-item a,
.main-nav ul li.current_page_item a {
    color: var(--text-1);
    background: var(--background);
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 15px;
    color: var(--text-1);
    font-size: 15px;
}

.menu-toggle .gp-icon {
    display: flex;
    align-items: center;
}

.menu-toggle svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.menu-bar-items {
    display: flex;
    align-items: center;
}

.menu-bar-item a.search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    color: var(--text-1);
}

.menu-bar-item a.search-toggle svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* ===== POST LOOP (HOMEPAGE) ===== */
.gb-looper-aab53798 {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.gb-loop-item-d04a7ee6 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.gb-loop-item-d04a7ee6:last-child {
    border-bottom: none;
}

.gb-element-9e579fea {
    width: 40%;
    flex-shrink: 0;
}

.gb-element-9e579fea img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 0;
}

.gb-element-f6923a2e {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gb-text-4c515335 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--color-background);
    margin-bottom: 5px;
}

.gb-text-4c515335 a {
    color: var(--color-background);
    text-decoration: none;
}

.gb-text-4c515335 a:hover {
    color: var(--color-background-hover);
}

.gb-text-b63f2aa3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
}

.gb-text-b63f2aa3 a {
    color: var(--text-1);
    text-decoration: none;
}

.gb-text-b63f2aa3 a:hover {
    color: var(--color-background);
}

.gb-text-3a080271 {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.gb-text-91cd2b56 {
    font-size: 12px;
    color: #999;
}

/* ===== SIDEBAR WIDGETS ===== */
.gb-element-c343097e {
    padding: 15px;
    background: #f9f9f9;
    text-align: center;
    font-size: 13px;
    color: #999;
    border: 1px dashed var(--border-color);
    border-radius: 4px;
}

.gb-element-3f661fde {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
}

.gb-element-2e887215 {
    background: var(--color-background);
    padding: 12px 16px;
    margin-bottom: 0;
}

.gb-text-b6bd2b0e {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.gb-looper-7e1ad89d {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.gb-loop-item-20bb4dc3 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.gb-loop-item-20bb4dc3:last-child {
    border-bottom: none;
}

.gb-element-4f7fa150 {
    width: 70px;
    flex-shrink: 0;
}

.gb-element-4f7fa150 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

.gb-element-ecd12649 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.gb-text-93efc068 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.gb-text-93efc068 a {
    color: var(--text-1);
    text-decoration: none;
}

.gb-text-93efc068 a:hover {
    color: var(--color-background);
}

.gb-text-d9437410 {
    font-size: 11px;
    color: #999;
}

.gb-element-e288fdfe {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
}

.gb-element-928ba3c1 {
    background: var(--color-background);
    padding: 12px 16px;
}

.gb-text-f8316fa8 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

/* ===== PAGINATION ===== */
.gb-element-8b9261a2 {
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.gb-element-8b9261a2 a {
    color: var(--text-1);
}

.gb-element-8b9261a2 a:hover {
    color: var(--background);
}

.gb-query-loop-pagination {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 20px 0;
    margin: 0;
}

.gb-query-loop-pagination nav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.gb-query-loop-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    text-decoration: none;
    color: var(--text-1);
    background: #fff;
    transition: all 0.15s;
    box-sizing: border-box;
}

.gb-query-loop-pagination .page-numbers.current {
    background: var(--color-background);
    color: #fff;
    border-color: var(--color-background);
    pointer-events: none;
}

.gb-query-loop-pagination .page-numbers:hover {
    background: var(--color-background);
    color: #fff;
    border-color: var(--color-background);
}

/* ===== SINGLE POST PAGE ===== */
.post-header-area {
    margin-bottom: 20px;
}

.post-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0,179,110,0.1);
    color: var(--color-background);
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.post-category-badge svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.post-category-badge a {
    color: var(--color-background);
    text-decoration: none;
}

.single-post-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-1);
    margin: 0 0 16px;
}

.post-author-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.post-author-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-author-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.post-author-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.post-author-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-1);
    display: flex;
    align-items: center;
    gap: 4px;
}

.post-author-name a {
    color: var(--text-1);
    text-decoration: none;
}

.verified-badge {
    color: #1da1f2;
    display: inline-flex;
}

.verified-badge svg {
    fill: #1da1f2;
}

.post-date {
    font-size: 12px;
    color: #999;
}

.post-share-buttons {
    display: flex;
    align-items: center;
    gap: 6px;
}

.post-share-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
}

.post-share-buttons a.share-whatsapp {
    background: #25d366;
}

.post-share-buttons a.share-share {
    background: #888;
}

.post-share-buttons a svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.featured-image-wrap {
    margin-bottom: 20px;
}

.featured-image-wrap img {
    width: 100%;
    border-radius: 8px;
}

.post-ad-block {
    padding: 15px;
    background: #f9f9f9;
    text-align: center;
    font-size: 13px;
    color: #999;
    border: 1px dashed var(--border-color);
    border-radius: 4px;
    margin: 20px 0;
}

.dynamic-entry-content {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-1);
}

.dynamic-entry-content p {
    margin-bottom: 20px;
}

.dynamic-entry-content blockquote {
    border-left: 4px solid var(--color-background);
    padding: 15px 20px;
    margin: 25px 0;
    background: #f9f9f9;
    font-style: italic;
}

.dynamic-entry-content .at-social-share {
    border-left: 3px solid var(--color-background);
    padding: 20px;
    margin: 25px 0;
    background: #f4f7f6;
    border-radius: 8px;
    font-style: normal;
}

.dynamic-entry-content .at-social-share p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
    color: var(--text-1);
}

.at-quote-share {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.at-quote-share .q-share {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-2);
    margin-right: 5px;
}

.at-quote-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.at-quote-share a.icon-facebook { background-color: #1877f2; }
.at-quote-share a.icon-whatsapp { background-color: #25d366; }
.at-quote-share a.icon-twitter { background-color: #1a1a1a; }

.at-quote-share a svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.copyit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 600;
    border: 1.5px solid var(--color-background);
    background: transparent;
    color: var(--color-background);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    font-family: inherit;
}

.copyit:hover {
    background: var(--color-background);
    color: #fff;
}

.copyit .copied {
    display: none;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-background);
    color: #fff;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 3px;
    white-space: nowrap;
}

/* ===== BOTTOM SOCIAL SHARE BAR ===== */
.wpjankari-social-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 0;
    margin: 25px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.wpjankari-social-wrapper a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s;
}

.wpjankari-social-wrapper a:hover {
    opacity: 0.85;
}

.wpjankari-social-wrapper a svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.wpjankari-social-wrapper a.wpjankari-social-facebook { background-color: #1877f2; }
.wpjankari-social-wrapper a.wpjankari-social-twitter { background-color: #1a1a1a; }
.wpjankari-social-wrapper a.wpjankari-social-whatsapp { background-color: #25d366; }
.wpjankari-social-wrapper a.wpjankari-social-telegram { background-color: #0088cc; }
.wpjankari-social-wrapper a.wpjankari-social-more { background-color: #888; }

/* ===== CATEGORY HEADER ===== */
.gb-element-ca9b21a0 {
    margin-bottom: 30px;
}

.gb-element-75b5752c {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.gb-text-c6363909 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-1);
    margin: 0;
}

.gb-text-c6363909 .gb-shape {
    display: inline-flex;
}

.gb-text-c6363909 .gb-shape svg {
    width: 22px;
    height: 22px;
    fill: var(--color-background);
}

/* ===== AUTHOR BOX ===== */
.author-box {
    background: #f9f9f9;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
}

.author-box-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.author-box-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.author-box-details {
    flex: 1;
}

.author-box-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-1);
}

.author-box-name a {
    color: var(--text-1);
    text-decoration: none;
}

.author-box-bio {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

/* ===== RELATED POSTS ===== */
.related-posts {
    margin: 30px 0;
}

.related-posts-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-1);
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-post-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.related-post-item img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 6px;
}

.related-post-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.related-post-title a {
    color: var(--text-1);
    text-decoration: none;
}

.related-post-title a:hover {
    color: var(--color-background);
}

.related-post-date {
    font-size: 12px;
    color: #999;
}

/* ===== FOOTER ===== */
.site-footer {
    background: var(--wp-footer-bg);
    color: var(--wp-footer-text);
    margin-top: 40px;
}

.gb-element-e27f1ce6 {
    position: relative;
    padding-top: 0;
}

.gb-shape-f7eb4078 {
    display: block;
    line-height: 0;
    margin-bottom: -1px;
}

.gb-shape-f7eb4078 svg {
    width: 100%;
    height: 70px;
    fill: var(--wp-footer-bg);
    display: block;
}

.gb-element-8e59ecc3 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.gb-element-e2e4fa3d {
    flex: 4;
    min-width: 200px;
}

.gb-element-e2e4fa3d h2 {
    color: var(--wp-footer-heading);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.gb-text-4c58646f {
    font-size: 14px;
    line-height: 1.7;
    color: var(--wp-footer-text);
    margin: 0;
}

.gb-element-74cf7c94 {
    flex: 3;
    min-width: 150px;
}

.gb-text-faaf3718 {
    color: var(--wp-footer-heading);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.gb-element-74cf7c94 a {
    display: block;
    color: var(--wp-footer-text);
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: color 0.2s;
}

.gb-element-74cf7c94 a:hover {
    color: var(--color-background);
}

.gb-element-931ba0c9 {
    flex: 3;
    min-width: 150px;
}

.gb-text-6095e58f {
    color: var(--wp-footer-heading);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.gb-element-931ba0c9 a {
    display: block;
    color: var(--wp-footer-text);
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: color 0.2s;
}

.gb-element-931ba0c9 a:hover {
    color: var(--color-background);
}

.gb-text-75a38204 {
    text-align: center;
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 13px;
    color: var(--wp-footer-text);
    margin: 0;
}

/* ===== GP SEARCH MODAL ===== */
.gp-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.gp-modal.gp-modal--open {
    display: flex;
}

.gp-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.gp-modal__container {
    position: relative;
    width: 90%;
    max-width: 500px;
}

.search-modal-form {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.search-modal-fields {
    display: flex;
    align-items: center;
}

.search-field {
    flex: 1;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    font-family: inherit;
    outline: none;
    background: transparent;
}

.search-modal-fields button {
    background: none;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
}

.search-modal-fields button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .gb-shape-f7eb4078 svg {
        height: 50px;
    }
}

@media (max-width: 768px) {
    .site-content {
        flex-direction: column;
        padding: 12px;
        gap: 20px;
    }

    .widget-area.sidebar.is-right-sidebar {
        width: 100%;
    }

    .inside-navigation {
        padding: 0 10px;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--background);
        border-top: 1px solid var(--border-color);
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        margin-left: 0;
        z-index: 999;
    }

    .main-nav.active {
        display: block;
    }

    .main-nav ul {
        flex-direction: column;
    }

    .main-nav ul li a {
        line-height: 44px;
        padding: 0 14px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 14px;
    }

    .menu-toggle {
        display: flex;
        min-height: 44px;
        align-items: center;
    }

    .menu-bar-item a.search-toggle {
        width: 44px;
        height: 44px;
    }

    .navigation-branding .main-title {
        font-size: 18px;
        line-height: 44px;
    }

    .gb-loop-item-d04a7ee6 {
        flex-direction: column;
        gap: 10px;
        padding: 12px 0;
    }

    .gb-element-9e579fea {
        width: 100%;
    }

    .gb-element-9e579fea img {
        aspect-ratio: 16/9;
    }

    .gb-element-f6923a2e {
        gap: 5px;
    }

    .gb-text-4c515335 {
        font-size: 10px;
        margin-bottom: 3px;
    }

    .gb-text-b63f2aa3 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .gb-text-3a080271 {
        display: none;
        visibility: hidden;
    }

    .gb-text-91cd2b56,
    .gb-text-2dff696a {
        display: none;
        visibility: hidden;
    }

    .gb-text-0bfdf147 {
        font-size: 9px;
    }

    .single-post-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .post-author-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .post-author-avatar {
        width: 36px;
        height: 36px;
    }

    .post-category-badge {
        font-size: 12px;
        padding: 4px 10px;
    }

    .post-category-badge svg {
        width: 12px;
        height: 12px;
    }

    .post-ad-block {
        margin: 15px 0;
        padding: 10px;
    }

    .dynamic-entry-content {
        font-size: 15px;
    }

    .dynamic-entry-content .at-social-share {
        padding: 15px;
    }

    .dynamic-entry-content .at-social-share p {
        font-size: 15px;
    }

    .related-posts-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .related-posts-title {
        font-size: 18px;
    }

    .author-box {
        padding: 15px;
    }

    .author-box-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .author-box-avatar {
        width: 60px;
        height: 60px;
    }

    .author-box-name {
        font-size: 14px;
    }

    .author-box-bio {
        font-size: 13px;
    }

    .wpjankari-social-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10px 0;
        margin: 15px 0;
    }

    .wpjankari-social-wrapper a {
        width: 32px;
        height: 32px;
    }

    .gb-element-8e59ecc3 {
        flex-direction: column;
        padding: 25px 15px;
        gap: 25px;
    }

    .gb-element-e2e4fa3d,
    .gb-element-74cf7c94,
    .gb-element-931ba0c9 {
        width: 100%;
        flex: none;
    }

    .gb-element-3f661fde,
    .gb-element-e288fdfe {
        margin-left: 0;
        margin-right: 0;
    }

    .gb-element-ca9b21a0 {
        margin-bottom: 20px;
    }

    .gb-text-c6363909 {
        font-size: 20px;
    }

    .gb-text-c6363909 .gb-shape svg {
        width: 18px;
        height: 18px;
    }

    .gb-query-loop-pagination {
        padding: 15px 0;
    }

    .gb-query-loop-pagination .page-numbers {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
        padding: 0 8px;
    }

    .gb-shape-f7eb4078 svg {
        height: 35px;
    }

    .gb-text-75a38204 {
        padding: 15px;
        font-size: 12px;
    }

    .page-content {
        font-size: 15px;
    }

    .entry-header .page-title {
        font-size: 20px;
    }

    .contact-form-wrap .submit-btn {
        width: 100%;
        text-align: center;
    }

    .error-404 {
        padding: 50px 20px;
    }

    .error-404 .page-title {
        font-size: 48px;
    }

    .error-404 .page-content {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .site-content {
        padding: 10px;
        gap: 15px;
    }

    .inside-navigation {
        padding: 0 8px;
    }

    .navigation-branding .main-title {
        font-size: 16px;
    }

    .main-nav ul li a {
        font-size: 13px;
        line-height: 40px;
    }

    .gb-loop-item-d04a7ee6 {
        padding: 10px 0;
    }

    .gb-text-b63f2aa3 {
        font-size: 13px;
    }

    .single-post-title {
        font-size: 18px;
    }

    .dynamic-entry-content {
        font-size: 14px;
    }

    .dynamic-entry-content blockquote {
        padding: 10px 15px;
    }

    .dynamic-entry-content .at-social-share {
        padding: 12px;
    }

    .dynamic-entry-content .at-social-share p {
        font-size: 14px;
    }

    .related-posts-grid {
        gap: 12px;
    }

    .related-post-title {
        font-size: 13px;
    }

    .gb-element-8e59ecc3 {
        padding: 20px 12px;
        gap: 20px;
    }

    .gb-element-e2e4fa3d h2 {
        font-size: 17px;
    }

    .gb-shape-f7eb4078 svg {
        height: 25px;
    }

    .gb-text-c6363909 {
        font-size: 17px;
    }

    .gb-query-loop-pagination .page-numbers {
        min-width: 28px;
        height: 28px;
        font-size: 12px;
        padding: 0 6px;
    }

    .gb-loop-item-20bb4dc3 {
        padding: 10px 12px;
    }

    .gb-element-4f7fa150 {
        width: 55px;
    }

    .gb-element-4f7fa150 img {
        width: 55px;
        height: 55px;
    }

    .gb-text-93efc068 {
        font-size: 12px;
    }

    .error-404 .page-title {
        font-size: 36px;
    }

    .tagcloud a {
        font-size: 12px !important;
        padding: 4px 10px;
    }

    .gp-modal__container {
        width: 95%;
    }

    .search-field {
        font-size: 14px;
        padding: 12px 14px;
    }
}

/* ===== PAGE CONTENT ===== */
.page-content {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-1);
}

.page-content p {
    margin-bottom: 20px;
}

.page-content h2, .page-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--text-1);
}

/* ===== ENTRY HEADER ===== */
.entry-header .page-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-1);
}

/* ===== CONTACT FORM ===== */
.contact-form-wrap {
    max-width: 600px;
}

.contact-form-wrap .form-group {
    margin-bottom: 18px;
}

.contact-form-wrap label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--text-1);
}

.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    color: var(--text-1);
    background: #fff;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
    outline: none;
    border-color: var(--color-background);
}

.contact-form-wrap textarea {
    resize: vertical;
}

.contact-form-wrap .submit-btn {
    background: var(--color-background);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s;
}

.contact-form-wrap .submit-btn:hover {
    background: var(--color-background-hover);
}

.contact-success {
    background: #d4edda;
    color: #155724;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}

.contact-error {
    background: #f8d7da;
    color: #721c24;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}

/* ===== SCREEN READER ===== */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* ===== SEARCH NO RESULTS ===== */
.no-results-text {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-2);
    font-size: 16px;
}

.no-results-text .search-form {
    max-width: 400px;
    margin: 20px auto 0;
}

.no-results-text input.search-field {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
}

/* ===== 404 ===== */
.error-404 {
    text-align: center;
    padding: 80px 20px;
}

.error-404 .page-title {
    font-size: 72px;
    font-weight: 700;
    color: var(--color-background);
    margin-bottom: 10px;
}

.error-404 .page-content {
    font-size: 18px;
    color: var(--text-2);
    margin-bottom: 30px;
}

.error-404 .search-form {
    max-width: 400px;
    margin: 0 auto;
}

.error-404 input.search-field {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
}

/* ===== TAG CLOUD ===== */
.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tagcloud a {
    display: inline-block;
    padding: 5px 12px;
    font-size: 13px !important;
    color: var(--text-1);
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.2s;
}

.tagcloud a:hover {
    background: var(--color-background);
    color: #fff;
    border-color: var(--color-background);
}

/* ===== RELATED POSTS GLOBAL STYLES ===== */
.wp-block-latest-posts__list, .wp-block-categories-list {
    list-style: none;
    padding: 0;
}

.wp-block-latest-posts__list li, .wp-block-categories-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.wp-block-latest-posts__list li a, .wp-block-categories-list li a {
    color: var(--text-1);
    text-decoration: none;
}

.wp-block-latest-posts__list li a:hover, .wp-block-categories-list li a:hover {
    color: var(--color-background);
}
