

/* Start:/local/templates/main/assets/pages/become-author/css/main.css?178902433416174*/
.ta-page {
    --ta-ink: var(--text, #28121c);
    --ta-muted: var(--muted, #705763);
    --ta-brand: var(--burg, #991b4f);
    --ta-line: var(--border, #ead9e0);
    --ta-soft: #fdf8fa;
    color: var(--ta-ink);
    background: #fff;
    overflow: hidden;
}

.ta-page,
.ta-page * {
    box-sizing: border-box;
}

.ta-section {
    padding: 2.75rem 0;
}

.ta-section--white {
    background: #fff;
}

.ta-section--soft {
    background: var(--ta-soft);
}

.ta-section--border {
    border-top: 1px solid var(--ta-line);
}

.ta-section--faq {
    border-bottom: 1px solid var(--ta-line);
}

.ta-eyebrow {
    margin: 0 0 .45rem;
    color: var(--ta-brand);
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.35;
    text-transform: uppercase;
}

.ta-title {
    max-width: 900px;
    margin: 0;
    color: var(--ta-ink);
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.14;
}

.ta-lead {
    max-width: 780px;
    margin: .8rem 0 0;
    color: var(--ta-muted);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.62;
}

.ta-head {
    margin-bottom: 1.35rem;
}

.ta-hero {
    padding: 2.75rem 0 4rem;
    background: var(--ta-soft);
}

.ta-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 4.5rem);
}

.ta-hero__content {
    min-width: 0;
}

.ta-hero h1 {
    max-width: 780px;
    margin: 0;
    color: var(--ta-ink);
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: clamp(2.35rem, 4.7vw, 4rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.04;
}

.ta-hero h1 span {
    color: var(--ta-brand);
}

.ta-hero__lead {
    max-width: 720px;
    margin: 1.15rem 0 0;
    color: var(--ta-muted);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    font-weight: 500;
    line-height: 1.58;
}

.ta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.5rem;
}

.ta-note {
    margin: .85rem 0 0;
    color: var(--ta-muted);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.45;
}

.ta-visual {
    position: relative;
}

.ta-visual__frame {
    overflow: hidden;
    aspect-ratio: 1.12;
    background: var(--ta-soft);
    border: 1px solid var(--ta-line);
    border-radius: 24px;
}

.ta-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
}

.ta-float {
    position: absolute;
    left: -1.15rem;
    bottom: 1.35rem;
    padding: .85rem 1rem;
    background: #fff;
    border: 1px solid var(--ta-line);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(69, 35, 50, .11);
    color: var(--ta-ink);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.35;
}

.ta-float b {
    display: block;
    margin-bottom: .2rem;
    color: var(--ta-brand);
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}

.ta-metrics-section {
    padding: 0 0 2.75rem;
    background: #fff;
}

.ta-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .9rem;
}

.ta-metric {
    padding: 1.25rem;
    background: var(--ta-soft);
    border: 1px solid var(--ta-line);
    border-radius: 14px;
}

.ta-metric b {
    display: block;
    color: var(--ta-brand);
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.1;
}

.ta-metric span {
    display: block;
    margin-top: .4rem;
    color: var(--ta-muted);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.42;
}

.ta-calc {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: 1.1rem;
    align-items: stretch;
}

.ta-calc__form,
.ta-calc__result {
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid var(--ta-line);
    border-radius: 18px;
}

.ta-calc__form {
    background: #fff;
}

.ta-calc__result {
    color: #fff;
    background: var(--ta-brand);
}

.ta-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.ta-field {
    display: grid;
    gap: .45rem;
}

.ta-field label {
    color: var(--ta-ink);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .88rem;
    font-weight: 800;
    line-height: 1.3;
}

.ta-field input[type="number"] {
    width: 100%;
    height: 48px;
    padding: 0 .8rem;
    color: var(--ta-ink);
    background: #fff;
    border: 1px solid #d9c4cc;
    border-radius: 8px;
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .95rem;
    font-weight: 600;
}

.ta-field input[type="number"]:focus {
    outline: 2px solid rgba(153, 27, 79, .16);
    outline-offset: 1px;
    border-color: var(--ta-brand);
}

.ta-field--wide {
    grid-column: 1 / -1;
}

.ta-hint {
    margin: 1rem 0 0;
    color: var(--ta-muted);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .82rem;
    font-weight: 500;
    line-height: 1.5;
}

.ta-result__eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ta-result__amount {
    margin: .65rem 0 .15rem;
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: clamp(2.4rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1;
}

.ta-result__period {
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.4;
}

.ta-result__facts {
    display: grid;
    gap: .55rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, .92);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.45;
}

.ta-result__facts li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.ta-result__facts li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.ta-disclaimer {
    margin: 1.15rem 0 0;
    color: rgba(255, 255, 255, .72);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .76rem;
    font-weight: 500;
    line-height: 1.5;
}

.ta-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.ta-card {
    padding: 1.35rem;
    background: #fff;
    border: 1px solid var(--ta-line);
    border-radius: 14px;
}

.ta-card__icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 1rem;
    color: var(--ta-brand);
    background: rgb(251 232 232 / 88%);
    border-radius: 11px;
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: .8rem;
    font-weight: 800;
    line-height: 1;
}

.ta-card h3 {
    margin: 0;
    color: var(--ta-ink);
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.25;
}

.ta-card p {
    margin: .45rem 0 0;
    color: var(--ta-muted);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .92rem;
    font-weight: 500;
    line-height: 1.55;
}

.ta-model {
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
    gap: 1.2rem;
    align-items: stretch;
}

.ta-model__figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.7rem, 4vw, 2.5rem);
    background: var(--ta-soft);
    border: 1px solid var(--ta-line);
    border-radius: 18px;
}

.ta-model__figure .ta-eyebrow {
    margin-bottom: .7rem;
}

.ta-model__figure b {
    display: block;
    color: var(--ta-brand);
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: clamp(3rem, 6vw, 4.6rem);
    font-weight: 800;
    line-height: 1;
}

.ta-model__figure span {
    display: block;
    margin-top: .75rem;
    color: var(--ta-muted);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .98rem;
    font-weight: 600;
    line-height: 1.5;
}

.ta-model__formula {
    display: grid;
    gap: .7rem;
}

.ta-formula-row {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: .85rem;
    align-items: center;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--ta-line);
    border-radius: 12px;
}

.ta-formula-row b {
    display: grid;
    place-items: center;
    width: 62px;
    height: 44px;
    color: var(--ta-brand);
    background: rgb(251 232 232 / 88%);
    border-radius: 9px;
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: .9rem;
    font-weight: 800;
    line-height: 1;
}

.ta-formula-row h3 {
    margin: 0;
    color: var(--ta-ink);
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
}

.ta-formula-row p {
    margin: .2rem 0 0;
    color: var(--ta-muted);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .86rem;
    font-weight: 500;
    line-height: 1.45;
}

.ta-plans {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.ta-plan {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid var(--ta-line);
    border-radius: 16px;
}

.ta-plan--author {
    background: #fff;
    border-color: rgba(153, 27, 79, .3);
}

.ta-plan__label {
    display: inline-flex;
    padding: .4rem .65rem;
    color: var(--ta-brand);
    background: rgb(251 232 232 / 88%);
    border-radius: 999px;
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .7rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.ta-plan h3 {
    margin: 1rem 0 0;
    color: var(--ta-ink);
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.15;
}

.ta-plan ul {
    display: grid;
    gap: .7rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.ta-plan li {
    position: relative;
    padding-left: 1.45rem;
    color: var(--ta-muted);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .92rem;
    font-weight: 600;
    line-height: 1.5;
}

.ta-plan li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--ta-brand);
    font-weight: 900;
}

.ta-plan__foot {
    margin: 1rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid var(--ta-line);
    color: var(--ta-muted);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .86rem;
    font-weight: 500;
    line-height: 1.5;
}

.ta-plan__foot strong {
    color: var(--ta-ink);
}

.ta-text-link {
    display: inline-flex;
    margin-top: .9rem;
    color: var(--ta-brand);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .88rem;
    font-weight: 800;
    text-decoration: none;
}

.ta-text-link:hover {
    text-decoration: underline;
}

.ta-objection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.ta-value-card {
    padding: clamp(1.5rem, 4vw, 2.2rem);
    background: #fff;
    border: 1px solid var(--ta-line);
    border-radius: 16px;
}

.ta-value-card--accent {
    background: var(--ta-soft);
}

.ta-value-card h2 {
    margin: 0;
    color: var(--ta-ink);
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: clamp(1.55rem, 2.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.18;
}

.ta-value-card p:last-child {
    margin: .7rem 0 0;
    color: var(--ta-muted);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .96rem;
    font-weight: 500;
    line-height: 1.58;
}

.ta-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.ta-step {
    padding: 1.35rem;
    background: #fff;
    border: 1px solid var(--ta-line);
    border-radius: 14px;
}

.ta-step b {
    display: block;
    color: #c8a2b1;
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.ta-step h3 {
    margin: .85rem 0 0;
    color: var(--ta-ink);
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.25;
}

.ta-step p {
    margin: .4rem 0 0;
    color: var(--ta-muted);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.5;
}

.ta-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    padding: clamp(1.6rem, 4vw, 2.5rem);
    background: var(--ta-soft);
    border: 1px solid var(--ta-line);
    border-radius: 16px;
}

.ta-cta .ta-lead {
    max-width: 700px;
}

.ta-cta .btn {
    flex: 0 0 auto;
}

.ta-seo {
    width: 100%;
    max-width: none;
}

.ta-seo h2 {
    margin: 0;
    color: var(--ta-ink);
    font-family: var(--ff, "Nunito", sans-serif);
    font-size: clamp(27px, 2.8vw, 40px);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.14;
}

.ta-seo p {
    max-width: none;
    margin: 13px 0 0;
    color: var(--ta-muted);
    font-family: var(--ff-body, "Nunito Sans", sans-serif);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.62;
}

.ta-seo p a {
    color: var(--ta-brand);
}

.ta-seo__links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.ta-seo__link {
    display: inline-flex;
    padding: 8px 12px;
    border: 1px solid var(--ta-line);
    border-radius: 8px;
    background: #fff;
    color: var(--ta-brand);
    font-size: 14px;
    text-decoration: none;
    transition: border-color var(--t, .2s), background var(--t, .2s);
}

.ta-seo__link:hover {
    border-color: var(--ta-brand);
    background: #fff;
}

@media (max-width: 1024px) {
    .ta-hero__grid,
    .ta-calc,
    .ta-model {
        grid-template-columns: 1fr;
    }

    .ta-visual {
        max-width: 720px;
    }

    .ta-metrics,
    .ta-steps {
        grid-template-columns: 1fr 1fr;
    }

    .ta-cards {
        grid-template-columns: 1fr 1fr;
    }

    .ta-float {
        left: 1rem;
    }
}

@media (max-width: 700px) {
    .ta-section {
        padding: 2.35rem 0;
    }

    .ta-hero {
        padding: 2.35rem 0 3rem;
    }

    .ta-hero__grid {
        gap: 2rem;
    }

    .ta-visual__frame {
        aspect-ratio: 1;
    }

    .ta-float {
        right: .7rem;
        left: auto;
        bottom: -.9rem;
    }

    .ta-fields,
    .ta-plans,
    .ta-objection {
        grid-template-columns: 1fr;
    }

    .ta-field--wide {
        grid-column: auto;
    }

    .ta-cards {
        grid-template-columns: 1fr;
    }

    .ta-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .ta-cta .btn,
    .ta-actions .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ta-metrics,
    .ta-steps {
        grid-template-columns: 1fr;
    }

    .ta-calc__form,
    .ta-calc__result {
        padding: 1.15rem;
    }

    .ta-result__facts li {
        display: block;
    }

    .ta-formula-row {
        grid-template-columns: 50px 1fr;
    }

    .ta-formula-row b {
        width: 50px;
    }
}

/* Unified content-section spacing: first hero block keeps its own spacing. */
.ta-page .ta-section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
@media (max-width: 768px) {
    .ta-page .ta-section { padding-top: 4rem; padding-bottom: 4rem; }
}
.ta-page .ta-metrics-section { padding-bottom: 5.5rem; }
@media (max-width: 768px) {
    .ta-page .ta-metrics-section { padding-bottom: 4rem; }
}

/* End */


/* Start:/local/components/main/faq/templates/.default/style.css?17884284645349*/
.faq-section {
    display: grid;
    grid-template-columns: minmax(220px, .75fr) minmax(0, 1.5fr);
    gap: 2rem;
    align-items: start;
}

.faq-section--spaced {
    margin-top: 60px;
}

.faq-section__intro {
    position: sticky;
    top: 120px;
    min-width: 0;
}

.faq-section__eyebrow {
    margin-bottom: .45rem;
    font-family: var(--ff, "Nunito", "Nunito Sans", system-ui, sans-serif);
    font-size: .7rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--burg, #7a1f3d);
    text-transform: uppercase;
    letter-spacing: .1em;
}

.faq-section__title {
    margin: 0 0 .75rem;
    font-family: var(--ff, "Nunito", "Nunito Sans", system-ui, sans-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    line-height: 1.2;
    color: var(--text, #24141b);
}

.faq-section__description {
    max-width: 36rem;
    margin: 0;
    font-family: var(--ff-body, "Nunito Sans", "Nunito", system-ui, sans-serif);
    font-size: .92rem;
    line-height: 1.65;
    color: var(--muted, #76656d);
}

.faq-section__note {
    margin: 1rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid var(--border, rgba(122, 31, 61, .16));
    font-family: var(--ff-body, "Nunito Sans", "Nunito", system-ui, sans-serif);
    font-size: .78rem;
    line-height: 1.5;
    color: var(--muted, #76656d);
}

.faq-section__feedback-button {
    margin-left: 8px;
    vertical-align: middle;
}

.faq-section__list {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    min-width: 0;
}

.faq-item {
    overflow: hidden;
    background: var(--white, #fff);
    border: 1px solid var(--border, rgba(122, 31, 61, .16));
    border-radius: var(--r, 20px);
    box-shadow: var(--shadow-sm, 0 8px 22px rgba(122, 31, 61, .08));
    transition: border-color var(--t, .2s ease), box-shadow var(--t, .2s ease);
}

.faq-item:hover {
    border-color: rgba(139, 26, 74, .28);
}

.faq-item[open] {
    border-color: rgba(139, 26, 74, .35);
    box-shadow: var(--shadow-md, 0 14px 34px rgba(122, 31, 61, .12));
}

.faq-item__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 58px;
    padding: .9rem 1rem;
    list-style: none;
    cursor: pointer;
    user-select: none;
    font-family: var(--ff, "Nunito", "Nunito Sans", system-ui, sans-serif);
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.4;
    color: var(--text, #24141b);
    transition: color var(--t, .2s ease), background var(--t, .2s ease);
}

.faq-item__summary::-webkit-details-marker {
    display: none;
}

.faq-item__summary::marker {
    display: none;
    content: '';
}

.faq-item__summary:hover {
    color: var(--burg, #7a1f3d);
    background: var(--bg-light, #faf7f8);
}

.faq-item__summary:focus-visible {
    outline: 3px solid rgba(139, 26, 74, .14);
    outline-offset: -3px;
}

.faq-item[open] .faq-item__summary {
    color: var(--burg, #7a1f3d);
    background: var(--bg-light, #faf7f8);
}

.faq-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border: 1px solid var(--border, rgba(122, 31, 61, .16));
    border-radius: 50%;
    color: var(--burg, #7a1f3d);
    background: var(--white, #fff);
    transition: transform var(--t, .2s ease), border-color var(--t, .2s ease), background var(--t, .2s ease);
}

.faq-item__icon svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.faq-item[open] .faq-item__icon {
    transform: rotate(180deg);
    border-color: var(--burg, #7a1f3d);
    background: rgba(139, 26, 74, .05);
}

.faq-item__content {
    padding: 0 1rem 1rem;
    font-family: var(--ff-body, "Nunito Sans", "Nunito", system-ui, sans-serif);
    font-size: .88rem;
    line-height: 1.7;
    color: var(--muted, #76656d);
}

.faq-item__content::before {
    content: '';
    display: block;
    height: 1px;
    margin-bottom: .85rem;
    background: var(--border, rgba(122, 31, 61, .16));
}

.faq-item__content p {
    margin: 0 0 .75rem;
}

.faq-item__content p:last-child {
    margin-bottom: 0;
}

.faq-item__content a {
    color: var(--burg, #7a1f3d);
    text-decoration: underline;
    text-decoration-color: rgba(122, 31, 61, .35);
    text-underline-offset: 3px;
}

.faq-item__content a:hover {
    color: var(--burg-d, #64172f);
    text-decoration-color: currentColor;
}

@media (max-width: 768px) {
    .faq-section {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .faq-section__intro {
        position: static;
    }

    .faq-section__note {
        margin-top: .75rem;
        padding-top: .75rem;
    }
}


@media (max-width: 640px) {
    .faq-section__note > span {
        display: block;
        margin-bottom: 8px;
    }

    .faq-section__feedback-button {
        display: flex;
        width: fit-content;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .faq-section {
        gap: 1rem;
    }

    .faq-item__summary {
        min-height: 54px;
        padding: .8rem .85rem;
        font-size: .84rem;
    }

    .faq-item__content {
        padding: 0 .85rem .85rem;
        font-size: .84rem;
    }

    .faq-item__icon {
        width: 26px;
        height: 26px;
    }
}

/* End */
/* /local/templates/main/assets/pages/become-author/css/main.css?178902433416174 */
/* /local/components/main/faq/templates/.default/style.css?17884284645349 */
