/* Gemischte Tüte: responsive Hilfe & Service */

#main.info #faq.gt-help-page {
    --gt-help-cream: #fff8df;
    --gt-help-cream-strong: #fff0ad;
    --gt-help-gold: #f2b936;
    --gt-help-gold-dark: #c98408;
    --gt-help-brown: #5f3b09;
    --gt-help-brown-dark: #372006;
    --gt-help-coral: #d94f63;
    --gt-help-coral-dark: #b7394d;
    --gt-help-green: #6fae4f;
    --gt-help-border: rgba(154, 92, 5, .22);
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    color: #372006;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.58;
}

#main.info #faq.gt-help-page,
#main.info #faq.gt-help-page *,
#main.info #faq.gt-help-page *::before,
#main.info #faq.gt-help-page *::after {
    box-sizing: border-box;
}

#main.info #faq.gt-help-page a {
    color: #8a560b;
}

#main.info #faq.gt-help-page p {
    margin: 0;
    color: #5f4a2d;
}

#main.info #faq.gt-help-page h1,
#main.info #faq.gt-help-page h2,
#main.info #faq.gt-help-page h3 {
    color: #5f3b09;
}

#main.info #faq.gt-help-page h1,
#main.info #faq.gt-help-page h2 {
    font-family: Chewy, "Trebuchet MS", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .01em;
}

.gt-help-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px;
    align-items: center;
    gap: 28px;
    min-height: 300px;
    padding: 42px 46px;
    overflow: hidden;
    border: 1px solid rgba(201, 132, 8, .38);
    border-radius: 18px;
    background:
        radial-gradient(circle at 89% 13%, rgba(255, 255, 255, .82) 0 8px, transparent 9px),
        radial-gradient(circle at 82% 25%, rgba(217, 79, 99, .18) 0 15px, transparent 16px),
        radial-gradient(circle at 96% 39%, rgba(111, 174, 79, .22) 0 11px, transparent 12px),
        linear-gradient(135deg, #fff9e7 0%, #fff0ad 100%);
    box-shadow: 0 14px 34px rgba(95, 59, 9, .13);
}

.gt-help-hero::after {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -92px;
    width: 260px;
    height: 260px;
    border: 30px solid rgba(242, 185, 54, .2);
    border-radius: 50%;
    pointer-events: none;
}

.gt-help-hero__content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

#main.info #faq.gt-help-page .gt-help-eyebrow,
#main.info #faq.gt-help-page .gt-help-kicker {
    display: inline-block;
    margin: 0 0 10px;
    color: #9b5e06;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

#main.info #faq.gt-help-page .gt-help-eyebrow {
    padding: 7px 11px 6px;
    border: 1px solid rgba(201, 132, 8, .33);
    border-radius: 999px;
    background: rgba(255, 255, 255, .7);
}

#main.info #faq.gt-help-page .gt-help-hero h1 {
    margin: 0 0 14px;
    color: #5f3b09;
    font-size: clamp(40px, 5.1vw, 58px);
    line-height: .98;
}

#main.info #faq.gt-help-page .gt-help-hero p {
    max-width: 570px;
    color: #6c501f;
    font-size: 18px;
    line-height: 1.55;
}

.gt-help-hero__badge {
    position: relative;
    z-index: 2;
    display: flex;
    width: 138px;
    height: 138px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-self: end;
    border: 8px solid rgba(255, 255, 255, .76);
    border-radius: 50%;
    background: #d94f63;
    color: #fff;
    box-shadow: 0 12px 22px rgba(137, 42, 56, .25);
    transform: rotate(4deg);
}

#main.info #faq.gt-help-page .gt-help-hero__badge > span {
    color: #fff;
    font-family: Chewy, "Trebuchet MS", Arial, sans-serif;
    font-size: 58px;
    line-height: .75;
}

#main.info #faq.gt-help-page .gt-help-hero__badge > small {
    margin-top: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.gt-help-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

#main.info #faq.gt-help-page .gt-help-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

#main.info #faq.gt-help-page .gt-help-button:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

#main.info #faq.gt-help-page .gt-help-button--primary {
    border-color: #b7394d;
    background: #b7394d;
    color: #fff;
    box-shadow: 0 7px 15px rgba(183, 57, 77, .2);
}

#main.info #faq.gt-help-page .gt-help-button--primary:hover {
    border-color: #922b3a;
    background: #922b3a;
}

#main.info #faq.gt-help-page .gt-help-button--secondary {
    border-color: rgba(95, 59, 9, .24);
    background: rgba(255, 255, 255, .72);
    color: #5f3b09;
}

#main.info #faq.gt-help-page .gt-help-button--secondary:hover {
    background: #fff;
}

.gt-help-topics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 22px;
}

#main.info #faq.gt-help-page .gt-help-topic {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 128px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 17px;
    overflow: hidden;
    border: 1px solid rgba(154, 92, 5, .22);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(95, 59, 9, .08);
    color: #5f3b09;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

#main.info #faq.gt-help-page .gt-help-topic::after {
    content: "→";
    position: absolute;
    right: 15px;
    top: 12px;
    color: #d94f63;
    font-size: 18px;
    font-weight: 700;
}

#main.info #faq.gt-help-page .gt-help-topic:hover {
    border-color: #f2b936;
    box-shadow: 0 10px 24px rgba(95, 59, 9, .12);
    text-decoration: none;
    transform: translateY(-3px);
}

#main.info #faq.gt-help-page .gt-help-topic__number {
    position: absolute;
    left: 16px;
    top: 13px;
    color: rgba(201, 132, 8, .72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
}

#main.info #faq.gt-help-page .gt-help-topic strong {
    display: block;
    margin-bottom: 4px;
    color: #5f3b09;
    font-size: 17px;
    line-height: 1.2;
}

#main.info #faq.gt-help-page .gt-help-topic > span:last-child {
    color: #806944;
    font-size: 13px;
    line-height: 1.35;
}

.gt-help-content {
    display: grid;
    gap: 20px;
}

.gt-help-section {
    position: relative;
    padding: 34px;
    border: 1px solid rgba(154, 92, 5, .22);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(95, 59, 9, .07);
    scroll-margin-top: 20px;
}

.gt-help-section--steps {
    background: linear-gradient(180deg, #fff 0%, #fffaf0 100%);
}

.gt-help-section--payment {
    background: linear-gradient(145deg, #fff 0%, #fff7db 100%);
}

.gt-help-section--shipping {
    background: linear-gradient(145deg, #fff 0%, #f8fff2 100%);
}

.gt-help-section--faq {
    background: linear-gradient(145deg, #fff 0%, #fff7f8 100%);
}

.gt-help-anchor {
    position: absolute;
    top: -18px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.gt-help-section__heading {
    max-width: 700px;
    margin-bottom: 23px;
}

#main.info #faq.gt-help-page .gt-help-section__heading h2,
.ui-dialog .gt-help-section__heading h2 {
    margin: 0 0 8px;
    color: #5f3b09;
    font-family: Chewy, "Trebuchet MS", Arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.08;
}

#main.info #faq.gt-help-page .gt-help-section__heading > p,
.ui-dialog .gt-help-section__heading > p {
    color: #6d5938;
    font-size: 16px;
    line-height: 1.55;
}

.gt-help-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gt-help-steps > li {
    position: relative;
    min-width: 0;
    min-height: 235px;
    padding: 64px 18px 19px;
    border: 1px solid rgba(201, 132, 8, .25);
    border-radius: 12px;
    background: rgba(255, 255, 255, .92);
}

.gt-help-step__number {
    position: absolute;
    left: 17px;
    top: 16px;
    display: inline-flex;
    width: 37px;
    height: 37px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2b936;
    color: #5f3b09;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 4px 9px rgba(201, 132, 8, .2);
}

#main.info #faq.gt-help-page .gt-help-steps h3,
.ui-dialog .gt-help-steps h3 {
    margin: 0 0 8px;
    color: #5f3b09;
    font-size: 18px;
    line-height: 1.2;
}

#main.info #faq.gt-help-page .gt-help-steps p,
.ui-dialog .gt-help-steps p {
    color: #6c5a3e;
    font-size: 14px;
    line-height: 1.53;
}

.gt-help-demo {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(220px, .65fr);
    align-items: center;
    gap: 22px;
    margin: 22px 0 0;
    padding: 17px;
    border: 1px solid rgba(201, 132, 8, .27);
    border-radius: 14px;
    background: #fff8df;
}

.gt-help-demo__media {
    overflow: hidden;
    border: 1px solid rgba(154, 92, 5, .22);
    border-radius: 10px;
    background: #f6a51a;
    box-shadow: 0 6px 16px rgba(95, 59, 9, .11);
}

#main.info #faq.gt-help-page .gt-help-demo img {
    display: block;
    width: 100%;
    max-width: 592px;
    height: auto;
    margin: 0;
}

.gt-help-demo figcaption {
    min-width: 0;
    padding: 5px 5px 5px 0;
}

#main.info #faq.gt-help-page .gt-help-demo figcaption .gt-help-kicker {
    margin-bottom: 7px;
}

#main.info #faq.gt-help-page .gt-help-demo figcaption > strong {
    display: block;
    margin-bottom: 8px;
    color: #5f3b09;
    font-size: 20px;
    line-height: 1.25;
}

#main.info #faq.gt-help-page .gt-help-demo figcaption > p {
    color: #6c5a3e;
    font-size: 15px;
    line-height: 1.55;
}

.gt-help-cart-guide {
    margin-top: 28px;
    padding-top: 29px;
    border-top: 1px solid rgba(201, 132, 8, .27);
    scroll-margin-top: 20px;
}

.gt-help-cart-guide__heading {
    max-width: 730px;
    margin-bottom: 20px;
}

#main.info #faq.gt-help-page .gt-help-cart-guide__heading h3 {
    margin: 0 0 8px;
    color: #5f3b09;
    font-family: Chewy, "Trebuchet MS", Arial, sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.1;
}

#main.info #faq.gt-help-page .gt-help-cart-guide__heading p {
    color: #6c5a3e;
    font-size: 16px;
    line-height: 1.55;
}

.gt-help-cart-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gt-help-cart-flow > li {
    position: relative;
    min-width: 0;
    min-height: 214px;
    padding: 59px 18px 18px;
    border: 1px solid rgba(217, 79, 99, .24);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
}

.gt-help-cart-step__number {
    position: absolute;
    left: 17px;
    top: 15px;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #b7394d;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

#main.info #faq.gt-help-page .gt-help-cart-flow h4 {
    margin: 0 0 7px;
    color: #5f3b09;
    font-size: 18px;
    line-height: 1.22;
}

#main.info #faq.gt-help-page .gt-help-cart-flow p {
    color: #6c5a3e;
    font-size: 14px;
    line-height: 1.52;
}

.gt-help-cart-tip {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: baseline;
    gap: 7px 14px;
    margin: 13px 0;
    padding: 15px 17px;
    border-left: 4px solid #d94f63;
    border-radius: 8px;
    background: #fff3c7;
    color: #6c501f;
}

.gt-help-cart-tip strong {
    color: #5f3b09;
}

.gt-help-mini-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.gt-help-mini-features article {
    min-width: 0;
    padding: 16px 17px;
    border: 1px solid rgba(154, 92, 5, .18);
    border-radius: 10px;
    background: rgba(255, 255, 255, .74);
}

#main.info #faq.gt-help-page .gt-help-mini-features h4 {
    margin: 0 0 5px;
    color: #5f3b09;
    font-size: 16px;
    line-height: 1.25;
}

#main.info #faq.gt-help-page .gt-help-mini-features p {
    color: #6c5a3e;
    font-size: 14px;
    line-height: 1.5;
}

.gt-help-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gt-help-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: start;
    gap: 15px;
    min-width: 0;
    min-height: 154px;
    padding: 21px;
    border: 1px solid rgba(154, 92, 5, .2);
    border-radius: 13px;
    background: rgba(255, 255, 255, .9);
}

.gt-help-card__icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    border-radius: 14px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

.gt-help-card__icon--coral {
    background: #d94f63;
}

.gt-help-card__icon--green {
    background: #6fae4f;
}

#main.info #faq.gt-help-page .gt-help-card h3,
.ui-dialog .gt-help-card h3 {
    margin: 2px 0 7px;
    color: #5f3b09;
    font-size: 20px;
    line-height: 1.2;
}

#main.info #faq.gt-help-page .gt-help-card p,
.ui-dialog .gt-help-card p {
    color: #6c5a3e;
    font-size: 15px;
    line-height: 1.5;
}

.gt-help-note {
    display: flex;
    gap: 10px 14px;
    align-items: baseline;
    margin-top: 14px;
    padding: 14px 17px;
    border-left: 4px solid #f2b936;
    border-radius: 7px;
    background: rgba(255, 240, 173, .58);
    color: #68470f;
}

.gt-help-note strong {
    flex: 0 0 auto;
    color: #5f3b09;
}

.gt-help-price-card {
    display: flex;
    min-height: 173px;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border: 1px solid rgba(87, 145, 59, .27);
    border-radius: 13px;
    background: rgba(255, 255, 255, .92);
}

#main.info #faq.gt-help-page .gt-help-price-card__label,
.ui-dialog .gt-help-price-card__label {
    min-height: 43px;
    color: #52683e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

#main.info #faq.gt-help-page .gt-help-price-card strong,
.ui-dialog .gt-help-price-card strong {
    display: block;
    margin: 5px 0 3px;
    color: #5f3b09;
    font-family: Chewy, "Trebuchet MS", Arial, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
}

#main.info #faq.gt-help-page .gt-help-price-card > span:last-child,
.ui-dialog .gt-help-price-card > span:last-child {
    color: #6c5a3e;
    font-size: 14px;
}

#main.info #faq.gt-help-page .gt-help-shipping-hint,
.ui-dialog .gt-help-shipping-hint {
    margin: 14px 0 0;
    padding-left: 2px;
    color: #6c5a3e;
    font-size: 14px;
}

.gt-help-accordion {
    display: grid;
    gap: 10px;
}

.gt-help-details {
    overflow: hidden;
    border: 1px solid rgba(154, 92, 5, .2);
    border-radius: 10px;
    background: rgba(255, 255, 255, .92);
}

.gt-help-details--compact {
    margin-top: 17px;
}

.gt-help-details summary {
    position: relative;
    display: flex;
    min-height: 52px;
    align-items: center;
    padding: 13px 48px 13px 17px;
    color: #5f3b09;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    list-style: none;
}

.gt-help-details summary::-webkit-details-marker {
    display: none;
}

.gt-help-details summary::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    display: inline-flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0ad;
    color: #8a560b;
    font-size: 20px;
    line-height: 1;
    transform: translateY(-50%);
}

.gt-help-details[open] summary::after {
    content: "−";
}

.gt-help-details[open] summary {
    border-bottom: 1px solid rgba(154, 92, 5, .15);
}

.gt-help-details > div {
    padding: 15px 17px 17px;
}

#main.info #faq.gt-help-page .gt-help-details p,
.ui-dialog .gt-help-details p {
    color: #6c5a3e;
    font-size: 15px;
    line-height: 1.58;
}

.gt-help-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    margin-top: 20px;
    padding: 30px 34px;
    border-radius: 16px;
    background: #5f3b09;
    box-shadow: 0 10px 24px rgba(55, 32, 6, .18);
}

#main.info #faq.gt-help-page .gt-help-contact .gt-help-kicker {
    margin-bottom: 6px;
    color: #f2b936;
}

#main.info #faq.gt-help-page .gt-help-contact h2 {
    margin: 0 0 6px;
    color: #fff8df;
    font-size: 30px;
    line-height: 1.1;
}

#main.info #faq.gt-help-page .gt-help-contact p {
    color: rgba(255, 248, 223, .83);
    font-size: 15px;
}

.gt-help-contact__actions {
    display: flex;
    min-width: 210px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    text-align: center;
}

#main.info #faq.gt-help-page .gt-help-button--light {
    border-color: #fff8df;
    background: #fff8df;
    color: #5f3b09;
}

#main.info #faq.gt-help-page .gt-help-button--light:hover {
    border-color: #fff;
    background: #fff;
}

#main.info #faq.gt-help-page .gt-help-contact__actions > span {
    color: rgba(255, 248, 223, .72);
    font-size: 12px;
}

#main.info #faq.gt-help-page .gt-help-contact__actions > span a {
    color: #fff0ad;
}

#main.info #faq.gt-help-page a:focus-visible,
#main.info #faq.gt-help-page summary:focus-visible,
.ui-dialog .gt-help-section a:focus-visible,
.ui-dialog .gt-help-section summary:focus-visible {
    outline: 3px solid #d94f63;
    outline-offset: 3px;
}

#main.info #faq.gt-help-page .gt-help-contact a:focus-visible {
    outline-color: #fff0ad;
}

/* Die Versand- und Zahlungsbereiche werden auch per AJAX in Dialoge geladen. */
.ui-dialog .gt-help-section {
    padding: 6px 2px 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #372006;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

.ui-dialog .gt-help-section__heading {
    margin-bottom: 18px;
}

.ui-dialog .gt-help-kicker {
    display: inline-block;
    margin: 0 0 7px;
    color: #9b5e06;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ui-dialog .gt-help-note {
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .gt-help-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gt-help-steps > li {
        min-height: 190px;
    }
}

@media (min-width: 761px) and (max-width: 1000px) {
    #main.info.gt-help-main {
        width: auto !important;
        max-width: calc(100vw - 28px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 14px !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
}

@media (max-width: 760px) {
    #main.info #faq.gt-help-page {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        font-size: 16px !important;
        line-height: 1.58 !important;
        overflow: visible !important;
    }

    #main.info #faq.gt-help-page p,
    #main.info #faq.gt-help-page li,
    #main.info #faq.gt-help-page summary {
        font-size: 16px !important;
        line-height: 1.55 !important;
    }

    .gt-help-hero {
        grid-template-columns: minmax(0, 1fr) 104px;
        gap: 12px;
        min-height: 270px;
        padding: 28px 24px;
        border-radius: 14px;
    }

    .gt-help-hero::after {
        right: -92px;
        bottom: -118px;
    }

    #main.info #faq.gt-help-page .gt-help-hero h1 {
        margin: 0 0 12px !important;
        font-size: 40px !important;
        line-height: 1 !important;
    }

    #main.info #faq.gt-help-page .gt-help-hero p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .gt-help-hero__badge {
        width: 96px;
        height: 96px;
        border-width: 6px;
    }

    #main.info #faq.gt-help-page .gt-help-hero__badge > span {
        font-size: 43px !important;
    }

    #main.info #faq.gt-help-page .gt-help-hero__badge > small {
        margin-top: 5px;
        font-size: 9px !important;
    }

    .gt-help-topics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin: 12px 0 16px;
    }

    #main.info #faq.gt-help-page .gt-help-topic {
        min-height: 118px;
        padding: 15px !important;
        border-radius: 11px;
    }

    #main.info #faq.gt-help-page .gt-help-topic strong {
        font-size: 16px !important;
    }

    #main.info #faq.gt-help-page .gt-help-topic > span:last-child {
        font-size: 13px !important;
        line-height: 1.32 !important;
    }

    .gt-help-content {
        gap: 15px;
    }

    #main.info #faq.gt-help-page .gt-help-section {
        padding: 24px 20px !important;
        border-radius: 13px !important;
    }

    #main.info #faq.gt-help-page .gt-help-section__heading {
        margin: 0 0 19px !important;
    }

    #main.info #faq.gt-help-page .gt-help-section__heading h2 {
        margin: 0 0 7px !important;
        font-size: 29px !important;
        line-height: 1.08 !important;
    }

    #main.info #faq.gt-help-page .gt-help-section__heading > p {
        font-size: 16px !important;
        line-height: 1.52 !important;
    }

    .gt-help-steps {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    #main.info #faq.gt-help-page .gt-help-steps > li {
        display: grid !important;
        grid-template-columns: 42px minmax(0, 1fr) !important;
        gap: 12px !important;
        min-height: 0 !important;
        padding: 16px !important;
    }

    .gt-help-step__number {
        position: static;
        width: 38px;
        height: 38px;
    }

    #main.info #faq.gt-help-page .gt-help-steps h3 {
        margin: 1px 0 6px !important;
        font-size: 18px !important;
        line-height: 1.2 !important;
    }

    #main.info #faq.gt-help-page .gt-help-steps p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    #main.info #faq.gt-help-page .gt-help-demo {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        margin-top: 17px !important;
        padding: 13px !important;
    }

    #main.info #faq.gt-help-page .gt-help-demo__media {
        width: 100% !important;
    }

    #main.info #faq.gt-help-page .gt-help-demo img {
        width: 100% !important;
        max-width: 592px !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    #main.info #faq.gt-help-page .gt-help-demo figcaption {
        padding: 2px 3px 3px !important;
    }

    #main.info #faq.gt-help-page .gt-help-demo figcaption > strong {
        margin-bottom: 6px !important;
        font-size: 18px !important;
        line-height: 1.25 !important;
    }

    #main.info #faq.gt-help-page .gt-help-demo figcaption > p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    #main.info #faq.gt-help-page .gt-help-cart-guide {
        margin-top: 22px !important;
        padding-top: 23px !important;
    }

    #main.info #faq.gt-help-page .gt-help-cart-guide__heading {
        margin-bottom: 17px !important;
    }

    #main.info #faq.gt-help-page .gt-help-cart-guide__heading h3 {
        margin: 0 0 7px !important;
        font-size: 27px !important;
        line-height: 1.1 !important;
    }

    #main.info #faq.gt-help-page .gt-help-cart-guide__heading p {
        font-size: 15px !important;
        line-height: 1.52 !important;
    }

    .gt-help-cart-flow {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    #main.info #faq.gt-help-page .gt-help-cart-flow > li {
        display: grid !important;
        grid-template-columns: 38px minmax(0, 1fr) !important;
        gap: 2px 11px !important;
        min-height: 0 !important;
        padding: 15px !important;
    }

    .gt-help-cart-step__number {
        position: static;
        grid-row: 1 / span 2;
        width: 34px;
        height: 34px;
    }

    #main.info #faq.gt-help-page .gt-help-cart-flow h4 {
        margin: 1px 0 5px !important;
        font-size: 17px !important;
        line-height: 1.22 !important;
    }

    #main.info #faq.gt-help-page .gt-help-cart-flow p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    #main.info #faq.gt-help-page .gt-help-cart-tip {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 4px !important;
        margin: 10px 0 !important;
        padding: 13px 14px !important;
        font-size: 14px !important;
        line-height: 1.48 !important;
    }

    .gt-help-mini-features {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    #main.info #faq.gt-help-page .gt-help-mini-features article {
        padding: 14px 15px !important;
    }

    #main.info #faq.gt-help-page .gt-help-mini-features h4 {
        margin: 0 0 4px !important;
        font-size: 16px !important;
        line-height: 1.25 !important;
    }

    #main.info #faq.gt-help-page .gt-help-mini-features p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .gt-help-card-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    #main.info #faq.gt-help-page .gt-help-card {
        min-height: 0;
        padding: 18px !important;
    }

    #main.info #faq.gt-help-page .gt-help-card h3 {
        margin: 1px 0 6px !important;
        font-size: 19px !important;
        line-height: 1.2 !important;
    }

    #main.info #faq.gt-help-page .gt-help-card p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    #main.info #faq.gt-help-page .gt-help-note {
        display: grid !important;
        gap: 3px !important;
        margin-top: 10px !important;
        padding: 13px 14px !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    #main.info #faq.gt-help-page .gt-help-price-card {
        min-height: 0;
        padding: 20px !important;
    }

    #main.info #faq.gt-help-page .gt-help-price-card__label {
        min-height: 0;
        font-size: 14px !important;
    }

    #main.info #faq.gt-help-page .gt-help-price-card strong {
        font-size: 35px !important;
    }

    #main.info #faq.gt-help-page .gt-help-price-card > span:last-child,
    #main.info #faq.gt-help-page .gt-help-shipping-hint {
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    #main.info #faq.gt-help-page .gt-help-details summary {
        min-height: 54px !important;
        padding: 13px 46px 13px 15px !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    #main.info #faq.gt-help-page .gt-help-details > div {
        padding: 14px 15px 16px !important;
    }

    #main.info #faq.gt-help-page .gt-help-details p {
        font-size: 15px !important;
        line-height: 1.55 !important;
    }

    #main.info #faq.gt-help-page .gt-help-contact {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 19px !important;
        margin-top: 15px !important;
        padding: 25px 21px !important;
        border-radius: 13px !important;
    }

    #main.info #faq.gt-help-page .gt-help-contact h2 {
        margin: 0 0 6px !important;
        font-size: 29px !important;
        line-height: 1.08 !important;
    }

    #main.info #faq.gt-help-page .gt-help-contact p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .gt-help-contact__actions {
        min-width: 0;
        width: 100%;
    }

    #main.info #faq.gt-help-page .gt-help-button {
        min-height: 46px !important;
        padding: 12px 16px !important;
        font-size: 15px !important;
    }

    .ui-dialog .gt-help-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .gt-help-hero {
        display: block;
        min-height: 0;
        padding: 25px 19px 22px;
    }

    .gt-help-hero__badge {
        display: none;
    }

    #main.info #faq.gt-help-page .gt-help-hero h1 {
        font-size: 35px !important;
    }

    .gt-help-actions {
        display: grid !important;
        grid-template-columns: 1fr;
        margin-top: 20px !important;
    }
}

@media (max-width: 340px) {
    .gt-help-topics {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    #main.info #faq.gt-help-page .gt-help-button,
    #main.info #faq.gt-help-page .gt-help-topic {
        transition: none;
    }
}
