.mayana-qa,
.mayana-myq,
.mayana-single-answer {
    --mayana-question-gold: #A88745;
    --mayana-question-gold-hover: #8F7038;
    --mayana-gold: var(--mayana-question-gold);
    --mayana-gold-deep: var(--mayana-question-gold);
    --mayana-ink: #111111;
    --mayana-muted: #5f5f5f;
    --mayana-line: #e5e1dc;
    --mayana-soft: #faf9f7;
    --mayana-white: #ffffff;
    --mayana-serif: Georgia, "Times New Roman", serif;
    --mayana-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.mayana-question-hub-page {
    width: 100vw !important;
    max-width: none !important;
    margin: 0 0 0 calc(50% - 50vw) !important;
    padding: 0 !important;
    overflow: visible;
}

.mayana-qa,
.mayana-myq {
    width: 100%;
    max-width: none;
    margin: 0;
    color: var(--mayana-ink);
    background: var(--mayana-white);
    font-family: var(--mayana-sans);
    font-size: 16px;
    line-height: 1.5;
}

.mayana-qa *,
.mayana-myq * {
    box-sizing: border-box;
}

.mayana-qa button,
.mayana-qa input,
.mayana-qa select,
.mayana-qa textarea,
.mayana-myq button,
.mayana-myq input {
    font: inherit;
}

.mayana-qa button,
.mayana-qa a,
.mayana-myq button,
.mayana-myq a {
    -webkit-tap-highlight-color: transparent;
}

.mayana-qa__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.025), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,.012), rgba(0,0,0,0));
}

.mayana-qa__hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(930px, 100%);
    margin: 0 auto;
    gap: 24px;
}

.mayana-qa__hero h1 {
    margin: 0;
    color: #fff;
    font-family: var(--mayana-serif);
    font-size: clamp(32px, 2.5vw, 40px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.025em;
}


.mayana-qa__search {
    position: relative;
    display: flex;
    align-items: center;
    width: min(600px, 100%);
    height: 48px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 7px;
    box-shadow: 0 0 0 2px rgba(255,255,255,.22),
        0 10px 30px rgba(0,0,0,.25);
    overflow: hidden;
}

.mayana-qa__search input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    margin: 0 !important;
    padding: 0 56px 0 18px !important;
    color: #1c1c1c;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    font-size: 15px;
}

.mayana-qa__search input::placeholder {
    color: #858994;
    opacity: 1;
}

.mayana-qa__search button {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    width: 50px;
    height: 100%;
    padding: 0;
    color: var(--mayana-question-gold);
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.mayana-qa__search button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.mayana-qa__search:focus-within {
    box-shadow: 0 0 0 2px rgba(168,135,69,.90),
        0 12px 34px rgba(0,0,0,.28);
}

.mayana-qa__notice {
    width: min(1560px, calc(100% - 48px));
    margin: 18px auto 0;
    padding: 13px 18px;
    color: #5f461d;
    background: rgba(168,135,69,.10);
    border: 1px solid rgba(168,135,69,.50);
    border-radius: 3px;
    font-size: 14px;
}

.mayana-qa__content {
    width: min(1560px, calc(100% - 48px));
    margin: 0 auto;
    padding: 38px 0 58px;
}

.mayana-qa__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 36px;
    align-items: start;
}

.mayana-qa__categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
}

.mayana-qa__category {
    display: flex;
    align-items: center;
    gap: 22px;
    width: 100%;
    min-height: 124px;
    margin: 0;
    padding: 22px 25px;
    color: var(--mayana-ink);
    text-align: left;
    background: #fff;
    border: 1px solid var(--mayana-line);
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(24,21,17,.015);
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background-color .18s ease;
}

.mayana-qa__category:hover,
.mayana-qa__category:focus-visible,
.mayana-qa__category.is-active {
    color: var(--mayana-ink);
    background: #fffdfa;
    border-color: rgba(168,135,69,.78);
    box-shadow: 0 8px 24px rgba(42,30,12,.06);
    transform: translateY(-1px);
    outline: 0;
}

.mayana-qa__icon {
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #A88745;
}

.mayana-qa__icon svg {
    display: block;
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mayana-qa__category-copy {
    min-width: 0;
}

.mayana-qa__category strong {
    display: block;
    margin: 0 0 5px;
    color: #171717;
    font-family: var(--mayana-serif);
    font-size: clamp(19px, 1.35vw, 23px);
    font-weight: 500;
    line-height: 1.2;
}

.mayana-qa__category small {
    display: block;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 1.35;
}

.mayana-qa__sidebar {
    display: grid;
    gap: 18px;
}

.mayana-qa__side-card {
    padding: 25px 24px;
    background: #fff;
    border: 1px solid var(--mayana-line);
    border-radius: 6px;
}

.mayana-qa__side-card h2 {
    margin: 0;
    color: #151515;
    font-family: var(--mayana-serif);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}

.mayana-qa__ask-card p {
    margin: 13px 0 24px;
    color: #474747;
    font-size: 13px;
    line-height: 1.5;
}

.mayana-qa__frequent {
    padding-bottom: 22px;
}

.mayana-qa__frequent h2 {
    margin-bottom: 14px;
}

.mayana-qa__frequent-list {
    border-top: 1px solid #ece9e5;
}

.mayana-qa__frequent-list a {
    display: block;
    padding: 14px 0;
    color: #343434;
    border-bottom: 1px solid #ece9e5;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.35;
    transition: color .15s ease;
}

.mayana-qa__frequent-list a:hover,
.mayana-qa__frequent-list a:focus-visible {
    color: var(--mayana-gold-deep);
    outline: 0;
}

.mayana-qa__view-all {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 17px;
    color: #A88745;
    text-decoration: none;
    font-size: 13px;
}

.mayana-qa__view-all span {
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: .7;
}

.mayana-qa__popular {
    margin-top: 48px;
    scroll-margin-top: 24px;
}

.mayana-qa__popular > h2 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 22px;
    color: #151515;
    font-family: var(--mayana-serif);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.mayana-qa__popular > h2 svg {
    width: 25px;
    height: 31px;
    fill: none;
    stroke: #A88745;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mayana-qa__popular-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mayana-qa__question {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 21px 52px 21px 22px;
    color: #1c1c1c;
    background: #fff;
    border: 1px solid var(--mayana-line);
    border-radius: 6px;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mayana-qa__question:hover,
.mayana-qa__question:focus-visible {
    color: #1c1c1c;
    border-color: rgba(168,135,69,.72);
    box-shadow: 0 8px 24px rgba(42,30,12,.06);
    transform: translateY(-1px);
    outline: 0;
}

.mayana-qa__question-copy {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.mayana-qa__question strong {
    color: inherit;
    font-family: var(--mayana-serif);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

.mayana-qa__question small {
    display: block;
    color: #6b6259;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
}

.mayana-qa__question small b {
    color: #8f7038;
    font-weight: 700;
}

.mayana-qa__question-arrow {
    position: absolute;
    top: 50%;
    right: 22px;
    color: #363636;
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-53%);
}

.mayana-qa__empty-text {
    margin: 0;
    color: var(--mayana-muted);
    font-size: 14px;
}

.mayana-qa__no-results {
    padding: 28px;
    text-align: center;
    border: 1px solid var(--mayana-line);
    border-radius: 6px;
}

.mayana-qa__no-results strong,
.mayana-qa__no-results span {
    display: block;
}

.mayana-qa__no-results span {
    margin-top: 5px;
    color: var(--mayana-muted);
    font-size: 14px;
}

.mayana-qa__modal.mayana-qa [hidden],
.mayana-myq [hidden] {
    display: none !important;
}

.mayana-qa__modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    place-items: start center;
    padding: clamp(100px, 30vh, 285px) 22px 22px;
    background: rgba(15,15,15,.16);
    backdrop-filter: blur(1.2px);
    -webkit-backdrop-filter: blur(1.2px);
}

.mayana-qa__modal-card {
    position: relative;
    width: min(500px, 100%);
    max-height: calc(100vh - 44px);
    padding: 43px 28px 25px;
    overflow: auto;
    color: #111;
    background: #fff;
    border: 1px solid #ece9e5;
    border-radius: 6px;
    box-shadow: 0 22px 70px rgba(0,0,0,.16);
}

.mayana-qa__close {
    position: absolute;
    top: 13px;
    right: 17px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #111;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-family: Arial, sans-serif;
    font-size: 31px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.mayana-qa__close:hover,
.mayana-qa__close:focus-visible {
    color: var(--mayana-gold-deep);
    outline: 0;
}

.mayana-qa__modal-card h2 {
    margin: 0;
    color: #111;
    text-align: center;
    font-family: var(--mayana-serif);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.mayana-qa__modal-intro {
    margin: 25px 0 26px;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 1.45;
}

.mayana-qa__success p {
    margin: 0;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.65;
}

.mayana-qa__success small {
    display: block;
    margin-top: 13px;
    color: var(--mayana-muted);
    font-size: 12px;
    line-height: 1.5;
}

.mayana-qa__success-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
}

.mayana-qa__success-actions button,
.mayana-qa__success-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 14px;
    color: #111;
    background: #fff;
    border: 1px solid var(--mayana-question-gold);
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.mayana-qa__success-actions a {
    color: #fff;
    background: #111;
}

.mayana-qa__success-actions button:hover,
.mayana-qa__success-actions button:focus-visible,
.mayana-qa__success-actions a:hover,
.mayana-qa__success-actions a:focus-visible {
    color: #111;
    background: var(--mayana-question-gold);
    outline: 0;
}

.mayana-qa [hidden],
.mayana-myq [hidden] {
    display: none !important;
}

body.mayana-qa-modal-open {
    overflow: hidden !important;
}

/*Hesabım > Sorularım: aynı görsel sistem, mevcut işlevler korunur.*/

.mayana-myq {
    width: min(1040px, 100%);
    margin: 0 auto;
    padding: 20px;
}

.mayana-myq__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px;
    color: #fff;
    background: #080808;
    border: 1px solid #181818;
    border-radius: 6px;
}

.mayana-myq__eyebrow {
    color: var(--mayana-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
}

.mayana-myq h1 {
    margin: 5px 0;
    color: #fff;
    font-family: var(--mayana-serif);
    font-size: 38px;
    line-height: 1.15;
}

.mayana-myq__hero p {
    margin: 0;
    color: rgba(255,255,255,.8);
}

.mayana-myq__mark {
    color: var(--mayana-gold);
    font-family: var(--mayana-serif);
    font-size: 58px;
}

.mayana-myq__stat,
.mayana-myq__card,
.mayana-myq__login,
.mayana-myq__empty {
    padding: 20px;
    background: #fff;
    border: 1px solid var(--mayana-line);
    border-radius: 6px;
}

.mayana-myq__stat strong {
    display: block;
    font-size: 26px;
}

.mayana-myq__stat span,
.mayana-myq__meta,
.mayana-myq__excerpt {
    color: var(--mayana-muted);
}

.mayana-myq__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 20px 0;
}

.mayana-myq__filters {
    display: flex;
    gap: 7px;
}

.mayana-myq__filters button {
    padding: 9px 13px;
    color: #222;
    background: #fff;
    border: 1px solid var(--mayana-line);
    border-radius: 4px;
    cursor: pointer;
}

.mayana-myq__filters button.is-active {
    color: #fff;
    background: #111;
    border-color: #111;
}

.mayana-myq__search input {
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid var(--mayana-line);
    border-radius: 4px;
}

.mayana-myq__card {
    margin-bottom: 12px;
}

.mayana-myq__card-top,
.mayana-myq__meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
}

.mayana-myq__status {
    padding: 4px 8px;
    background: #f5f1ea;
    border-radius: 3px;
}

.mayana-myq__card h2 {
    font-family: var(--mayana-serif);
    font-size: 22px;
}

.mayana-myq__answer {
    margin-top: 15px;
    padding: 16px;
    background: #faf7f2;
    border-left: 3px solid var(--mayana-gold);
}

.mayana-myq__button,
.mayana-myq__login a {
    display: inline-block;
    padding: 12px 18px;
    color: #fff;
    background: var(--mayana-gold-deep);
    border-radius: 4px;
    text-decoration: none;
}

@media (max-width: 1080px) {
    .mayana-qa__body {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 24px;
    }

    .mayana-qa__category {
        gap: 16px;
        padding: 20px;
    }
}

@media (max-width: 900px) {
    .mayana-qa__hero {
        margin-top: 36px;
    }

    .mayana-qa__content {
        width: min(100% - 32px, 760px);
        padding-top: 28px;
    }

    .mayana-qa__body {
        grid-template-columns: 1fr;
    }

    .mayana-qa__sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mayana-qa__popular-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .mayana-question-hub-page {
        margin-left: calc(50% - 50vw) !important;
    }

    .mayana-qa__hero {
        margin-top: 28px;
        padding: 25px 16px 28px;
    }

    .mayana-qa__hero h1 {
        font-size: clamp(25px, 7vw, 28px);
    }


    .mayana-qa__search {
        height: 52px;
        border-radius: 5px;
    }

    .mayana-qa__search input {
        padding-left: 16px !important;
        padding-right: 54px !important;
        font-size: 13.5px;
    }

    .mayana-qa__search button {
        width: 52px;
    }

    .mayana-qa__search button svg {
        width: 21px;
        height: 21px;
    }

    .mayana-qa__notice,
    .mayana-qa__content {
        width: calc(100% - 24px);
    }

    .mayana-qa__categories,
    .mayana-qa__sidebar,
    .mayana-qa__popular-grid {
        grid-template-columns: 1fr;
    }

    .mayana-qa__category {
        min-height: 96px;
        padding: 17px 18px;
    }

    .mayana-qa__category strong {
        font-size: 20px;
    }

    .mayana-qa__popular {
        margin-top: 34px;
    }

    .mayana-qa__popular > h2 {
        font-size: 27px;
    }

    .mayana-qa__question {
        min-height: 88px;
    }

    .mayana-qa__modal {
        place-items: end center;
        padding: 0;
        background: rgba(0,0,0,.28);
    }

    .mayana-qa__modal-card {
        width: 100%;
        max-height: 94vh;
        padding: 45px 18px 20px;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 12px 12px 0 0;
    }

    .mayana-qa__modal-card h2 {
        font-size: 31px;
    }

    .mayana-qa__modal-intro {
        margin: 20px 0 22px;
    }

    .mayana-qa__success-actions {
        grid-template-columns: 1fr;
    }

    .mayana-myq {
        padding: 12px;
    }

    .mayana-myq__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mayana-myq__toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .mayana-myq__filters {
        overflow-x: auto;
        padding-bottom: 3px;
    }

    .mayana-myq__hero {
        padding: 22px;
    }

    .mayana-myq h1 {
        font-size: 31px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mayana-qa *,
    .mayana-myq * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

.mayana-question-hub-page,
.mayana-question-hub-page .mayana-qa {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.mayana-qa__hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 250px;
    margin: 0 !important;
    padding: 40px 24px;
    color: #fff;
    text-align: center;
    background-color: #050505;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.mayana-myq__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.mayana-myq__question-text {
    margin: 14px 0 0;
    padding: 15px 16px;
    color: #3e372f;
    background: #fcfbf9;
    border: 1px solid #eee8df;
    border-radius: 4px;
}

.mayana-myq__question-text strong,
.mayana-myq__answer strong {
    display: block;
    margin: 0 0 7px;
    color: #18130f;
}

.mayana-myq__question-text p,
.mayana-myq__answer p {
    margin: 0 0 8px;
}

.mayana-myq__question-text p:last-child,
.mayana-myq__answer p:last-child {
    margin-bottom: 0;
}

.mayana-myq__waiting {
    margin-top: 15px;
    padding: 15px 16px;
    color: #665a4e;
    background: rgba(168, 135, 69, .10);
    border-left: 3px solid var(--mayana-question-gold);
}

.mayana-myq__status--answered {
    color: #244f34;
    background: #e9f5ed;
}

.mayana-myq__status--pending {
    color: #6a4b18;
    background: rgba(168, 135, 69, .16);
}

.mayana-qa__success {
    padding: 12px 5px 4px;
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
    padding-top: 8px;
}

.mayana-qa__success h2 {
    margin-bottom: 12px;
    margin-top: 0;
}

@media (max-width: 900px) {
    .mayana-qa__hero {
        min-height: 225px;
        margin-top: 0 !important;
        padding: 34px 24px;
    }

    .mayana-qa__hero-inner {
        gap: 21px;
    }
}

@media (max-width: 700px) {
    .mayana-qa__hero {
        min-height: 210px;
        margin-top: 0 !important;
        padding: 30px 18px;
    }

    .mayana-qa__hero-inner {
        gap: 18px;
    }

    .mayana-qa__hero h1 {
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(18px, 5.6vw, 25px);
        line-height: 1.12;
        letter-spacing: -.035em;
        white-space: nowrap;
        overflow-wrap: normal;
    }

    .mayana-qa__search {
        width: 100%;
        height: 48px;
    }

    .mayana-qa__search input {
        padding-right: 50px !important;
        padding-left: 15px !important;
        font-size: 13.5px;
    }

    .mayana-qa__search button {
        width: 48px;
    }

    .mayana-qa__search button svg {
        width: 20px;
        height: 20px;
    }

    .mayana-qa__categories {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .mayana-qa__sidebar,
    .mayana-qa__popular-grid {
        grid-template-columns: 1fr !important;
    }

    .mayana-qa__category {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        gap: 6px;
        min-width: 0;
        min-height: 116px;
        padding: 11px 12px;
        overflow: hidden;
    }

    .mayana-qa__icon {
        flex-basis: 31px;
        width: 31px;
        height: 31px;
    }

    .mayana-qa__icon svg {
        width: 30px;
        height: 30px;
    }

    .mayana-qa__category-copy {
        width: 100%;
        min-width: 0;
    }

    .mayana-qa__category strong {
        margin-bottom: 4px;
        font-size: clamp(14px, 4vw, 16px);
        line-height: 1.18;
        overflow-wrap: anywhere;
    }

    .mayana-qa__category small {
        display: block;
        font-size: 10.5px;
        line-height: 1.32;
        overflow-wrap: anywhere;
    }

    .mayana-myq__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .mayana-myq__stat {
        padding: 13px 8px;
        text-align: center;
    }

    .mayana-myq__stat strong {
        font-size: 22px;
    }

    .mayana-myq__stat span {
        font-size: 11px;
    }
}

@media (max-width: 380px) {
    .mayana-qa__hero {
        min-height: 196px;
        padding: 26px 14px;
    }

    .mayana-qa__hero-inner {
        gap: 16px;
    }

    .mayana-qa__hero h1 {
        font-size: clamp(17px, 5.4vw, 20px);
    }

    .mayana-qa__search {
        height: 48px;
    }

    .mayana-qa__search input {
        padding-right: 46px !important;
        padding-left: 13px !important;
        font-size: 12.5px;
    }

    .mayana-qa__search button {
        width: 44px;
    }

    .mayana-qa__categories {
        gap: 8px !important;
    }

    .mayana-qa__category {
        min-height: 112px;
        padding: 10px;
    }

    .mayana-qa__category strong {
        font-size: 14px;
    }

    .mayana-qa__category small {
        font-size: 10px;
    }
}

body.mayana-question-hub-active #main,
body.mayana-question-hub-active #main-container,
body.mayana-question-hub-active .site-main,
body.mayana-question-hub-active .ct-container-full {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/*v1.7.0 — Mayana koyu gold aksiyonları ve üyelik bilgilendirmesi.*/

.mayana-qa__ask-card button {
    width: 100%;
    min-height: 52px;
    padding: 13px 22px;
    color: #fff !important;
    background: var(--mayana-question-gold) !important;
    border: 0;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
    font-weight: 700;
    cursor: pointer;
    transition: filter .18s ease, transform .18s ease, box-shadow .18s ease;
    border-color: var(--mayana-question-gold) !important;
}

.mayana-qa__ask-card button:hover,
.mayana-qa__ask-card button:focus-visible {
    filter: brightness(.97) saturate(1.06);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(168,135,69,.20), inset 0 1px 0 rgba(255,255,255,.18);
    outline: 0;
    color: #fff !important;
    background: var(--mayana-question-gold-hover) !important;
    border-color: var(--mayana-question-gold-hover) !important;
}

/* v1.8.5 — Popular card category and managed question conversation. */
.mayana-qa__question-category {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    padding: 4px 9px;
    color: #806331;
    background: #fbf7ef;
    border: 1px solid rgba(168, 135, 69, .34);
    border-radius: 999px;
    font-family: var(--mayana-sans);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .025em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mayana-question-single-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: #f8f6f2;
}

.mayana-single-question {
    --mayana-single-gold: #a88745;
    --mayana-single-gold-deep: #806331;
    --mayana-single-ink: #1d1915;
    --mayana-single-muted: #6d655e;
    --mayana-single-line: #e7dfd3;
    --mayana-single-soft: #f8f5ef;
    width: 100%;
    color: var(--mayana-single-ink);
    background:
        radial-gradient(circle at 50% 0, rgba(168,135,69,.08), transparent 32%),
        #f8f6f2;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.mayana-single-question *,
.mayana-single-question *::before,
.mayana-single-question *::after {
    box-sizing: border-box;
}

.mayana-single-question__shell {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 38px 0 76px;
}

.mayana-single-question__breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 26px;
    color: #7b7269;
    font-size: 13px;
}

.mayana-single-question__breadcrumb a {
    color: var(--mayana-single-gold-deep);
    font-weight: 700;
    text-decoration: none;
}

.mayana-single-question__breadcrumb a:hover,
.mayana-single-question__breadcrumb a:focus-visible {
    text-decoration: underline;
    outline: 0;
}

.mayana-single-question__header {
    padding: 38px 42px;
    background: #fff;
    border: 1px solid var(--mayana-single-line);
    border-radius: 10px;
    box-shadow: 0 12px 38px rgba(43, 31, 16, .055);
}

.mayana-single-question__category {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    color: var(--mayana-single-gold-deep);
    background: #fbf7ef;
    border: 1px solid rgba(168,135,69,.38);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .025em;
}

.mayana-single-question__header h1 {
    margin: 16px 0 13px;
    color: #17130f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 4vw, 48px);
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: -.025em;
}

.mayana-single-question__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    color: var(--mayana-single-muted);
    font-size: 13px;
}

.mayana-single-question__notice {
    margin: 22px 0 0;
    padding: 15px 18px;
    border: 1px solid;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
}

.mayana-single-question__notice--success {
    color: #315f3b;
    background: #edf8ef;
    border-color: #b8dbbf;
}

.mayana-single-question__notice--info {
    color: #6d5424;
    background: #fbf6e9;
    border-color: #e3d19f;
}

.mayana-single-question__notice--error {
    color: #8a3030;
    background: #fff0f0;
    border-color: #e4baba;
}

.mayana-conversation {
    position: relative;
    display: grid;
    gap: 22px;
    margin: 30px 0 0;
    padding: 8px 0 8px;
}

.mayana-conversation::before {
    content: "";
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: 25px;
    width: 1px;
    background: linear-gradient(180deg, rgba(168,135,69,.5), rgba(168,135,69,.13));
}

.mayana-conversation__item {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.mayana-conversation__avatar {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: #fff;
    background: #383028;
    border: 4px solid #f8f6f2;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(56,48,40,.17);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 700;
}

.mayana-conversation__avatar--mayana {
    color: #20170b;
    background: #c4a15d;
    box-shadow: 0 0 0 1px rgba(168,135,69,.36);
}

.mayana-conversation__bubble {
    padding: 25px 28px;
    background: #fff;
    border: 1px solid var(--mayana-single-line);
    border-radius: 9px;
    box-shadow: 0 7px 24px rgba(41,30,16,.035);
}

.mayana-conversation__item--mayana .mayana-conversation__bubble {
    background: #fffdf9;
    border-color: rgba(168,135,69,.43);
    box-shadow: inset 4px 0 0 var(--mayana-single-gold), 0 7px 24px rgba(41,30,16,.035);
}

.mayana-conversation__heading {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin: 0 0 16px;
    padding: 0 0 13px;
    border-bottom: 1px solid #eee8df;
}

.mayana-conversation__heading > div {
    display: grid;
    gap: 2px;
}

.mayana-conversation__heading strong {
    color: #201a15;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 600;
}

.mayana-conversation__heading span,
.mayana-conversation__heading time {
    color: var(--mayana-single-muted);
    font-size: 12px;
}

.mayana-conversation__content {
    color: #37302a;
    font-size: 16px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.mayana-conversation__content p {
    margin: 0 0 14px;
}

.mayana-conversation__content p:last-child {
    margin-bottom: 0;
}

.mayana-reply-panel {
    margin: 34px 0 0 70px;
    padding: 32px 34px;
    background: #fff;
    border: 1px solid var(--mayana-single-line);
    border-top: 3px solid var(--mayana-single-gold);
    border-radius: 9px;
    box-shadow: 0 12px 34px rgba(42,30,16,.045);
    scroll-margin-top: 30px;
}

.mayana-reply-panel__eyebrow {
    display: block;
    margin: 0 0 6px;
    color: var(--mayana-single-gold-deep);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mayana-reply-panel__intro h2 {
    margin: 0;
    color: #19140f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.24;
}

.mayana-reply-panel__intro p {
    max-width: 780px;
    margin: 10px 0 0;
    color: var(--mayana-single-muted);
    font-size: 14px;
    line-height: 1.65;
}

.mayana-reply-form {
    margin: 24px 0 0;
}

.mayana-reply-form label {
    display: block;
    margin: 0 0 9px;
    color: #2b241e;
    font-size: 14px;
    font-weight: 800;
}

.mayana-reply-form textarea {
    display: block;
    width: 100%;
    min-height: 168px;
    margin: 0;
    padding: 16px 17px;
    color: #28211b;
    background: #fdfcfa;
    border: 1px solid #dcd3c6;
    border-radius: 6px;
    box-shadow: none;
    outline: 0;
    resize: vertical;
    font: inherit;
    line-height: 1.65;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.mayana-reply-form textarea:focus {
    background: #fff;
    border-color: var(--mayana-single-gold);
    box-shadow: 0 0 0 3px rgba(168,135,69,.13);
}

.mayana-reply-form__footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin: 14px 0 0;
}

.mayana-reply-form__footer span {
    color: #81776d;
    font-size: 12px;
}

.mayana-reply-form__footer button,
.mayana-reply-panel__login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    margin: 0;
    padding: 0 24px;
    color: #fff;
    background: #17130f;
    border: 1px solid #17130f;
    border-radius: 4px;
    box-shadow: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.mayana-reply-form__footer button:disabled {
    opacity: .68;
    cursor: wait;
    pointer-events: none;
}

.mayana-reply-form__footer button:hover,
.mayana-reply-form__footer button:focus-visible,
.mayana-reply-panel__login:hover,
.mayana-reply-panel__login:focus-visible {
    color: #17130f;
    background: #c2a05e;
    border-color: #c2a05e;
    outline: 0;
}

.mayana-reply-panel__login {
    margin-top: 20px;
}

.mayana-reply-panel__pending {
    display: grid;
    gap: 4px;
    margin: 22px 0 0;
    padding: 17px 19px;
    color: #695225;
    background: #fbf6e8;
    border: 1px solid #e2d09c;
    border-radius: 6px;
}

.mayana-reply-panel__pending strong {
    color: #5e471a;
    font-size: 14px;
}

.mayana-reply-panel__pending span {
    font-size: 13px;
    line-height: 1.55;
}

.mayana-myq__thread {
    display: grid;
    gap: 11px;
    margin: 15px 0 0;
    padding: 16px;
    background: #fbfaf8;
    border: 1px solid #e9e2d8;
    border-radius: 5px;
}

.mayana-myq__thread-title {
    color: #29221c;
    font-size: 13px;
}

.mayana-myq__thread-item {
    padding: 13px 14px;
    background: #fff;
    border: 1px solid #e8e2da;
    border-left: 3px solid #82766b;
    border-radius: 3px;
}

.mayana-myq__thread-item--admin {
    background: #fffdf8;
    border-left-color: #a88745;
}

.mayana-myq__thread-item--customer {
    background: #f7fafc;
    border-left-color: #4a789a;
}

.mayana-myq__thread-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 5px;
    color: #6d655e;
    font-size: 11px;
}

.mayana-myq__thread-meta strong {
    color: #3a3028;
    font-size: 12px;
}

.mayana-myq__thread-item p {
    margin: 0 0 8px;
}

.mayana-myq__thread-item p:last-child {
    margin-bottom: 0;
}

.mayana-myq__conversation-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 14px;
}

.mayana-myq__reply-notice {
    margin: 0 0 22px;
    padding: 13px 16px;
    border: 1px solid #ded7ce;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.55;
}

.mayana-myq__reply-notice--success {
    color: #245f3b;
    background: #f2fbf5;
    border-color: #bddbc7;
}

.mayana-myq__reply-notice--info {
    color: #695225;
    background: #fbf6e8;
    border-color: #e2d09c;
}

.mayana-myq__reply-notice--error {
    color: #7a2626;
    background: #fff4f4;
    border-color: #e5bcbc;
}

.mayana-myq__reply-box {
    margin-top: 14px;
    border-top: 1px solid #e8e1d8;
}

.mayana-myq__reply-box summary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    color: #8a5a0a;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.mayana-myq__reply-box summary::-webkit-details-marker {
    display: none;
}

.mayana-myq__reply-form {
    margin-top: 14px;
    padding: 16px;
    background: #fbfaf8;
    border: 1px solid #e9e2d8;
    border-radius: 5px;
}

.mayana-myq__reply-form textarea {
    min-height: 118px;
    background: #fff;
}

@media (max-width: 767px) {
    .mayana-qa__question-category {
        padding: 3px 8px;
        font-size: 10px;
    }

    .mayana-single-question__shell {
        width: min(100% - 28px, 1120px);
        padding: 24px 0 50px;
    }

    .mayana-single-question__breadcrumb {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .mayana-single-question__header {
        padding: 25px 21px;
        border-radius: 7px;
    }

    .mayana-single-question__header h1 {
        margin-top: 12px;
        font-size: 30px;
        line-height: 1.18;
    }

    .mayana-conversation {
        gap: 17px;
        margin-top: 22px;
    }

    .mayana-conversation::before {
        display: none;
    }

    .mayana-conversation__item {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 10px;
    }

    .mayana-conversation__avatar {
        width: 38px;
        height: 38px;
        border-width: 3px;
        font-size: 15px;
    }

    .mayana-conversation__bubble {
        padding: 18px 17px;
        border-radius: 7px;
    }

    .mayana-conversation__heading {
        display: grid;
        gap: 6px;
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    .mayana-conversation__heading strong {
        font-size: 16px;
    }

    .mayana-conversation__content {
        font-size: 14px;
        line-height: 1.7;
    }

    .mayana-reply-panel {
        margin: 24px 0 0;
        padding: 24px 20px;
        border-radius: 7px;
    }

    .mayana-reply-panel__intro h2 {
        font-size: 24px;
    }

    .mayana-reply-form__footer {
        display: grid;
        gap: 11px;
    }

    .mayana-reply-form__footer button,
    .mayana-reply-panel__login {
        width: 100%;
    }

    .mayana-myq__thread-meta {
        display: grid;
        gap: 2px;
    }
}
