.elementor-9699 .elementor-element.elementor-element-937421c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-12d2419 *//* =========================================================
   Q TECH - REFUND POLICY HERO
   FINAL SIMPLE PROFESSIONAL CSS

   Desktop : Above 1024px
   Tablet  : 768px - 1024px
   Mobile  : Below 768px

   Breadcrumb Removed
   No Image
   No Illustration
   No Header / Footer
========================================================= */


/* =========================================================
   01. BOX SIZING
========================================================= */

.qtrf-hero,
.qtrf-hero * {
    box-sizing: border-box;
}


/* =========================================================
   02. HERO SECTION
========================================================= */

.qtrf-hero {
    position: relative;

    width: 100%;
    margin: 0;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7fbff 100%
        );

    border-bottom: 1px solid #e8eef6;
}


/* =========================================================
   03. CONTAINER
========================================================= */

.qtrf-hero__container {
    width: calc(100% - 48px);
    max-width: 1280px;

    margin: 0 auto;
}


/* =========================================================
   04. MAIN CONTENT
========================================================= */

.qtrf-hero__content {
    width: 100%;
    max-width: 820px;

    margin: 0 auto;

    padding: 36px 0 48px;

    text-align: center;
}


/* =========================================================
   05. BADGE
========================================================= */

.qtrf-hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    min-height: 36px;

    margin-bottom: 16px;

    padding: 7px 12px;

    color: #bd5600;

    background: #fff3e9;

    border: 1px solid #f7dcc5;
    border-radius: 8px;

    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.qtrf-hero__badge svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   06. TITLE
========================================================= */

.qtrf-hero__title {
    margin: 0;

    color: #081d4d;

    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;

    letter-spacing: -0.8px;
}

.qtrf-hero__title span {
    color: #1767df;
}


/* =========================================================
   07. ACCENT
========================================================= */

.qtrf-hero__accent {
    width: 48px;
    height: 4px;

    margin: 14px auto 0;

    background: #ff6b00;

    border-radius: 999px;
}


/* =========================================================
   08. DESCRIPTION
========================================================= */

.qtrf-hero__description {
    max-width: 690px;

    margin: 15px auto 0;

    color: #58677c;

    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
}


/* =========================================================
   09. FEATURES
========================================================= */

.qtrf-hero__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 8px;

    max-width: 760px;

    margin: 28px auto 0;
}


/* =========================================================
   10. FEATURE ITEM
========================================================= */

.qtrf-hero__feature {
    display: flex;
    align-items: center;

    gap: 8px;

    min-width: 0;
    min-height: 58px;

    padding: 8px 10px;

    text-align: left;

    background: #ffffff;

    border: 1px solid #e1e8f1;
    border-radius: 8px;
}


/* =========================================================
   11. FEATURE ICON
========================================================= */

.qtrf-hero__feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    color: #1767df;

    background: #edf5ff;

    border-radius: 7px;
}

.qtrf-hero__feature-icon svg {
    width: 21px;
    height: 21px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   12. FEATURE TEXT
========================================================= */

.qtrf-hero__feature-text {
    display: flex;
    flex-direction: column;

    min-width: 0;
}

.qtrf-hero__feature-text strong {
    color: #102750;

    font-size: 11.5px;
    line-height: 1.25;
    font-weight: 700;
}

.qtrf-hero__feature-text small {
    margin-top: 2px;

    color: #6b788d;

    font-size: 10.5px;
    line-height: 1.2;
    font-weight: 500;
}


/* =========================================================
   13. TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .qtrf-hero__container {
        width: calc(100% - 32px);
        max-width: 960px;
    }

    .qtrf-hero__content {
        max-width: 720px;

        padding: 32px 0 40px;
    }

    .qtrf-hero__title {
        font-size: 32px;
        letter-spacing: -0.5px;
    }

    .qtrf-hero__description {
        max-width: 620px;

        font-size: 14.5px;
    }

    .qtrf-hero__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        max-width: 470px;

        margin-top: 24px;
    }

    .qtrf-hero__feature {
        min-height: 56px;
    }
}


/* =========================================================
   14. MOBILE
========================================================= */

@media (max-width: 767px) {

    .qtrf-hero__container {
        width: calc(100% - 40px);
    }

    .qtrf-hero__content {
        max-width: 100%;

        padding: 28px 0 32px;
    }

    .qtrf-hero__badge {
        min-height: 34px;

        margin-bottom: 14px;

        padding: 7px 11px;

        font-size: 12px;
    }

    .qtrf-hero__badge svg {
        width: 17px;
        height: 17px;
    }

    .qtrf-hero__title {
        font-size: 28px;
        line-height: 1.2;

        letter-spacing: -0.35px;
    }

    .qtrf-hero__accent {
        width: 44px;
        height: 3px;

        margin-top: 12px;
    }

    .qtrf-hero__description {
        max-width: 540px;

        margin-top: 13px;

        font-size: 14px;
        line-height: 1.6;
    }

    .qtrf-hero__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 8px;

        max-width: 520px;

        margin-top: 22px;
    }

    .qtrf-hero__feature {
        min-height: 56px;

        padding: 8px;
    }

    .qtrf-hero__feature-icon {
        width: 28px;
        height: 28px;

        flex-basis: 28px;
    }

    .qtrf-hero__feature-icon svg {
        width: 20px;
        height: 20px;
    }

    .qtrf-hero__feature-text strong {
        font-size: 11px;
    }

    .qtrf-hero__feature-text small {
        font-size: 10px;
    }
}


/* =========================================================
   15. SMALL MOBILE
========================================================= */

@media (max-width: 414px) {

    .qtrf-hero__container {
        width: calc(100% - 32px);
    }

    .qtrf-hero__content {
        padding-top: 26px;
    }

    .qtrf-hero__title {
        font-size: 27px;
    }

    .qtrf-hero__description {
        font-size: 13.5px;
    }

    .qtrf-hero__feature {
        gap: 7px;

        min-height: 54px;

        padding: 7px;
    }
}


/* =========================================================
   16. VERY SMALL MOBILE
========================================================= */

@media (max-width: 359px) {

    .qtrf-hero__container {
        width: calc(100% - 24px);
    }

    .qtrf-hero__title {
        font-size: 25px;
    }

    .qtrf-hero__features {
        gap: 7px;
    }

    .qtrf-hero__feature {
        min-height: 52px;
    }

    .qtrf-hero__feature-text strong {
        font-size: 10.5px;
    }

    .qtrf-hero__feature-text small {
        font-size: 9.5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c010d2 *//* =========================================================
   Q TECH - REFUND POLICY DETAILS
   FINAL BLOCK 01
   Sections 01 to 03

   Desktop : Above 1024px
   Tablet  : 768px - 1024px
   Mobile  : Below 768px
========================================================= */


/* =========================================================
   01. BOX SIZING
========================================================= */

.qtrf-detail,
.qtrf-detail * {
    box-sizing: border-box;
}


/* =========================================================
   02. MAIN SECTION
========================================================= */

.qtrf-detail {
    width: 100%;
    margin: 0;
    padding: 32px 0 48px;
    background: #ffffff;
}


/* =========================================================
   03. CONTAINER
========================================================= */

.qtrf-detail__container {
    width: calc(100% - 48px);
    max-width: 1280px;
    margin: 0 auto;
}


/* =========================================================
   04. POLICY DOCUMENT
========================================================= */

.qtrf-detail__document {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e1e8f1;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(20, 45, 85, 0.06);
}


/* =========================================================
   05. POLICY ITEM
========================================================= */

.qtrf-detail__item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 15px;
    align-items: start;

    padding: 22px 24px;

    border-bottom: 1px solid #e8edf3;
}

.qtrf-detail__item:last-child {
    border-bottom: 0;
}


/* =========================================================
   06. ICON
========================================================= */

.qtrf-detail__icon {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 44px;

    border: 1px solid transparent;
    border-radius: 10px;
}

.qtrf-detail__icon svg {
    width: 23px;
    height: 23px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   07. PURPOSE-BASED ICON COLORS
========================================================= */

.qtrf-detail__icon--scope {
    color: #1767df;
    background: #edf5ff;
    border-color: #d9e8fb;
}

.qtrf-detail__icon--cancellation {
    color: #6957c8;
    background: #f1efff;
    border-color: #e1dcfa;
}

.qtrf-detail__icon--inspection {
    color: #b77800;
    background: #fff7e5;
    border-color: #f4e4bb;
}


/* =========================================================
   08. CONTENT
========================================================= */

.qtrf-detail__content {
    min-width: 0;
}

.qtrf-detail__content h2 {
    margin: 0 0 8px;
    padding: 0;

    color: #132f58;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.qtrf-detail__content p {
    margin: 0 0 10px;
    padding: 0;

    color: #52627a;

    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.6;
}

.qtrf-detail__content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   09. LISTS
========================================================= */

.qtrf-detail__content ul {
    margin: 9px 0 0;
    padding: 0 0 0 18px;
}

.qtrf-detail__content li {
    margin: 0 0 7px;
    padding: 0;

    color: #52627a;

    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.58;
}

.qtrf-detail__content li:last-child {
    margin-bottom: 0;
}

.qtrf-detail__content li::marker {
    color: #1767df;
}


/* =========================================================
   10. IMPORTANT INSPECTION ITEM
========================================================= */

.qtrf-detail__item--inspection {
    background: linear-gradient(
        90deg,
        rgba(255, 249, 235, 0.55) 0%,
        #ffffff 42%
    );
}


/* =========================================================
   11. NOTICE BOX
========================================================= */

.qtrf-detail__notice {
    display: flex;
    align-items: flex-start;
    gap: 6px;

    margin-top: 14px;
    padding: 11px 13px;

    border: 1px solid transparent;
    border-radius: 8px;

    font-size: 12.5px;
    line-height: 1.55;
}

.qtrf-detail__notice strong {
    flex: 0 0 auto;

    color: #263b64;
    font-weight: 700;
}

.qtrf-detail__notice span {
    color: #52627a;
}

.qtrf-detail__notice--scope {
    background: #f4f8ff;
    border-color: #dce8f8;
}

.qtrf-detail__notice--inspection {
    background: #fff8e9;
    border-color: #f0dfb8;
}


/* =========================================================
   12. TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .qtrf-detail {
        padding: 28px 0 40px;
    }

    .qtrf-detail__container {
        width: calc(100% - 32px);
        max-width: 960px;
    }

    .qtrf-detail__item {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 14px;

        padding: 20px 22px;
    }

    .qtrf-detail__icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .qtrf-detail__icon svg {
        width: 21px;
        height: 21px;
    }

    .qtrf-detail__content h2 {
        font-size: 15px;
    }

    .qtrf-detail__content p,
    .qtrf-detail__content li {
        font-size: 13px;
    }

    .qtrf-detail__notice {
        font-size: 12px;
    }
}


/* =========================================================
   13. MOBILE
========================================================= */

@media (max-width: 767px) {

    .qtrf-detail {
        padding: 24px 0 32px;
    }

    .qtrf-detail__container {
        width: calc(100% - 20px);
    }

    .qtrf-detail__document {
        border-radius: 12px;
    }

    .qtrf-detail__item {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;

        padding: 18px 16px;
    }

    .qtrf-detail__icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;

        border-radius: 9px;
    }

    .qtrf-detail__icon svg {
        width: 20px;
        height: 20px;
    }

    .qtrf-detail__content h2 {
        margin-bottom: 7px;
        font-size: 15px;
    }

    .qtrf-detail__content p,
    .qtrf-detail__content li {
        font-size: 13px;
    }

    .qtrf-detail__content ul {
        padding-left: 17px;
    }

    .qtrf-detail__notice {
        display: block;

        margin-top: 12px;
        padding: 10px 11px;

        font-size: 12px;
    }

    .qtrf-detail__notice strong {
        display: inline;
        margin-right: 3px;
    }
}


/* =========================================================
   14. SMALL MOBILE
========================================================= */

@media (max-width: 414px) {

    .qtrf-detail__container {
        width: calc(100% - 16px);
    }

    .qtrf-detail__item {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 11px;

        padding: 17px 14px;
    }

    .qtrf-detail__icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .qtrf-detail__icon svg {
        width: 19px;
        height: 19px;
    }

    .qtrf-detail__content h2 {
        font-size: 14px;
    }

    .qtrf-detail__content p,
    .qtrf-detail__content li {
        font-size: 12.5px;
    }
}


/* =========================================================
   15. VERY SMALL MOBILE
========================================================= */

@media (max-width: 359px) {

    .qtrf-detail__container {
        width: calc(100% - 12px);
    }

    .qtrf-detail__item {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;

        padding: 16px 12px;
    }

    .qtrf-detail__icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .qtrf-detail__icon svg {
        width: 18px;
        height: 18px;
    }

    .qtrf-detail__content h2 {
        font-size: 13.5px;
    }

    .qtrf-detail__content p,
    .qtrf-detail__content li {
        font-size: 12px;
    }

    .qtrf-detail__notice {
        font-size: 11.5px;
    }
}


/* =========================================================
   16. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .qtrf-detail *,
    .qtrf-detail *::before,
    .qtrf-detail *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c8b3c6 *//* =========================================================
   Q TECH - REFUND POLICY DETAILS
   FINAL BLOCK 02
   Sections 04 to 06

   ADD AFTER BLOCK 01 CSS
========================================================= */


/* =========================================================
   01. CONTINUATION SPACING
   Prevents duplicate large gap between policy blocks
========================================================= */

.qtrf-detail--continuation {
    padding-top: 0;
}


/* =========================================================
   02. REPAIR ICON
========================================================= */

.qtrf-detail__icon--repair {
    color: #7054bd;
    background: #f3effc;
    border-color: #e3daf7;
}


/* =========================================================
   03. WARRANTY ICON
========================================================= */

.qtrf-detail__icon--warranty {
    color: #178552;
    background: #ebf8f1;
    border-color: #d2eedf;
}


/* =========================================================
   04. REFUND ELIGIBILITY ICON
========================================================= */

.qtrf-detail__icon--eligible {
    color: #087f8c;
    background: #eaf9fa;
    border-color: #d1eff1;
}


/* =========================================================
   05. WARRANTY NOTICE
========================================================= */

.qtrf-detail__notice--warranty {
    background: #edf8f2;
    border-color: #d4ecdf;
}


/* =========================================================
   06. ELIGIBILITY ITEM
========================================================= */

.qtrf-detail__item--eligible {
    background: linear-gradient(
        90deg,
        rgba(234, 249, 250, 0.58) 0%,
        #ffffff 42%
    );
}


/* =========================================================
   07. ELIGIBILITY NOTICE
========================================================= */

.qtrf-detail__notice--eligible {
    background: #eefafa;
    border-color: #d2eeee;
}


/* =========================================================
   08. TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .qtrf-detail--continuation {
        padding-top: 0;
    }
}


/* =========================================================
   09. MOBILE
========================================================= */

@media (max-width: 767px) {

    .qtrf-detail--continuation {
        padding-top: 0;
    }
}


/* =========================================================
   10. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .qtrf-detail--continuation *,
    .qtrf-detail--continuation *::before,
    .qtrf-detail--continuation *::after {
        transition: none !important;
        animation: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8ff57e *//* =========================================================
   Q TECH - REFUND POLICY DETAILS
   FINAL BLOCK 03
   Section 07

   ADD AFTER BLOCK 01 + BLOCK 02 CSS
========================================================= */


/* =========================================================
   01. PROCESSING ICON
========================================================= */

.qtrf-detail__icon--processing {
    color: #e86500;
    background: #fff4e9;
    border-color: #f7dfc9;
}


/* =========================================================
   02. PROCESSING ITEM
========================================================= */

.qtrf-detail__item--processing {
    background: linear-gradient(
        90deg,
        rgba(255, 244, 233, 0.58) 0%,
        #ffffff 42%
    );
}


/* =========================================================
   03. CONTACT BOX
========================================================= */

.qtrf-detail__contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;

    margin-top: 15px;
    padding: 13px;

    background: #f4f8ff;
    border: 1px solid #dce8f8;
    border-radius: 9px;
}

.qtrf-detail__contact-row {
    min-width: 0;
}

.qtrf-detail__contact-label {
    display: block;

    margin-bottom: 3px;

    color: #52627a;

    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.4;
}

.qtrf-detail__contact a {
    color: #1767df;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;

    text-decoration: none;

    overflow-wrap: anywhere;
}

.qtrf-detail__contact a:hover,
.qtrf-detail__contact a:focus-visible {
    text-decoration: underline;
}


/* =========================================================
   04. PROCESSING NOTICE
========================================================= */

.qtrf-detail__notice--processing {
    background: #fff5ec;
    border-color: #f6dfca;
}


/* =========================================================
   05. MOBILE CONTACT
========================================================= */

@media (max-width: 767px) {

    .qtrf-detail__contact {
        grid-template-columns: 1fr;
        gap: 9px;

        margin-top: 13px;
        padding: 11px;
    }

    .qtrf-detail__contact a {
        font-size: 12.5px;
    }
}


/* =========================================================
   06. VERY SMALL MOBILE
========================================================= */

@media (max-width: 359px) {

    .qtrf-detail__contact-label {
        font-size: 11px;
    }

    .qtrf-detail__contact a {
        font-size: 12px;
    }
}


/* =========================================================
   07. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .qtrf-detail__item--processing *,
    .qtrf-detail__item--processing *::before,
    .qtrf-detail__item--processing *::after {
        transition: none !important;
        animation: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-277f877 *//* =========================================================
   Q TECH - REFUND POLICY CONTACT CTA
   FINAL SIMPLE PROFESSIONAL CSS

   Desktop : Above 1024px
   Tablet  : 768px - 1024px
   Mobile  : Below 768px
========================================================= */


/* =========================================================
   01. BOX SIZING
========================================================= */

.qtrf-help,
.qtrf-help * {
    box-sizing: border-box;
}


/* =========================================================
   02. SECTION
========================================================= */

.qtrf-help {
    width: 100%;
    margin: 0;

    padding: 0 0 48px;

    background: #ffffff;
}


/* =========================================================
   03. CONTAINER
========================================================= */

.qtrf-help__container {
    width: calc(100% - 48px);
    max-width: 1280px;

    margin: 0 auto;
}


/* =========================================================
   04. CARD
========================================================= */

.qtrf-help__card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;

    align-items: center;

    gap: 18px;

    padding: 20px 22px;

    background:
        linear-gradient(
            90deg,
            #f7fbff 0%,
            #eef6ff 100%
        );

    border: 1px solid #dce8f6;
    border-radius: 12px;
}


/* =========================================================
   05. ICON
========================================================= */

.qtrf-help__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 54px;
    height: 54px;

    color: #1767df;

    background: #ffffff;

    border: 1px solid #dce8f6;
    border-radius: 10px;
}

.qtrf-help__icon svg {
    width: 28px;
    height: 28px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   06. CONTENT
========================================================= */

.qtrf-help__content {
    min-width: 0;
}

.qtrf-help__content h2 {
    margin: 0;

    color: #102750;

    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.qtrf-help__content p {
    max-width: 700px;

    margin: 6px 0 0;

    color: #5a687c;

    font-size: 13.5px;
    line-height: 1.55;
}


/* =========================================================
   07. ACTIONS
========================================================= */

.qtrf-help__actions {
    display: flex;
    align-items: center;

    gap: 10px;

    flex: 0 0 auto;
}


/* =========================================================
   08. BUTTONS
========================================================= */

.qtrf-help__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    min-height: 46px;

    padding: 0 16px;

    border: 1px solid transparent;
    border-radius: 8px;

    font-size: 14px;
    line-height: 1;
    font-weight: 700;

    text-decoration: none;

    white-space: nowrap;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.qtrf-help__btn svg {
    width: 19px;
    height: 19px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Primary */

.qtrf-help__btn--primary {
    color: #ffffff;

    background: #ff6b00;

    border-color: #ff6b00;

    box-shadow:
        0 5px 14px rgba(255, 107, 0, 0.16);
}


/* Secondary */

.qtrf-help__btn--secondary {
    color: #1767df;

    background: #ffffff;

    border-color: #cfdced;
}


/* =========================================================
   09. HOVER
========================================================= */

@media (hover: hover) {

    .qtrf-help__btn:hover {
        transform: translateY(-1px);
    }

    .qtrf-help__btn--primary:hover {
        box-shadow:
            0 7px 18px rgba(255, 107, 0, 0.2);
    }

    .qtrf-help__btn--secondary:hover {
        background: #f8fbff;

        border-color: #b9cce4;
    }
}


/* =========================================================
   10. KEYBOARD FOCUS
========================================================= */

.qtrf-help__btn:focus-visible {
    outline: 3px solid rgba(23, 103, 223, 0.2);
    outline-offset: 3px;
}


/* =========================================================
   11. TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .qtrf-help {
        padding-bottom: 40px;
    }

    .qtrf-help__container {
        width: calc(100% - 32px);
        max-width: 960px;
    }

    .qtrf-help__card {
        grid-template-columns: 52px minmax(0, 1fr);

        gap: 15px;

        padding: 18px 20px;
    }

    .qtrf-help__icon {
        width: 52px;
        height: 52px;
    }

    .qtrf-help__content h2 {
        font-size: 18px;
    }

    .qtrf-help__content p {
        font-size: 13px;
    }

    .qtrf-help__actions {
        grid-column: 2;

        justify-content: flex-start;

        margin-top: 2px;
    }

    .qtrf-help__btn {
        min-height: 44px;

        font-size: 13.5px;
    }
}


/* =========================================================
   12. MOBILE
========================================================= */

@media (max-width: 767px) {

    .qtrf-help {
        padding-bottom: 32px;
    }

    .qtrf-help__container {
        width: calc(100% - 40px);
    }

    .qtrf-help__card {
        display: flex;
        flex-direction: column;

        align-items: center;

        gap: 12px;

        padding: 18px 16px;

        text-align: center;
    }

    .qtrf-help__icon {
        width: 50px;
        height: 50px;
    }

    .qtrf-help__icon svg {
        width: 26px;
        height: 26px;
    }

    .qtrf-help__content h2 {
        font-size: 17px;
    }

    .qtrf-help__content p {
        max-width: 520px;

        margin-top: 5px;

        font-size: 13px;
    }

    .qtrf-help__actions {
        width: 100%;
        max-width: 420px;

        gap: 8px;

        margin-top: 2px;
    }

    .qtrf-help__btn {
        flex: 1 1 0;

        min-width: 0;
        min-height: 44px;

        padding: 0 12px;

        font-size: 13px;
    }

    .qtrf-help__btn svg {
        width: 18px;
        height: 18px;
    }
}


/* =========================================================
   13. SMALL MOBILE
========================================================= */

@media (max-width: 414px) {

    .qtrf-help__container {
        width: calc(100% - 32px);
    }

    .qtrf-help__card {
        padding: 17px 14px;
    }
}


/* =========================================================
   14. VERY SMALL MOBILE
========================================================= */

@media (max-width: 359px) {

    .qtrf-help__container {
        width: calc(100% - 24px);
    }

    .qtrf-help__actions {
        flex-direction: column;
    }

    .qtrf-help__btn {
        width: 100%;
        flex: none;
    }
}


/* =========================================================
   15. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .qtrf-help__btn {
        transition: none;
    }

}/* End custom CSS */