
/* ===== League Spartan ===== */
@font-face {
    font-family: 'League Spartan';
    src: url('../../fonts/LeagueSpartan-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../../fonts/LeagueSpartan-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../../fonts/LeagueSpartan-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===== Poppins ===== */
@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3 {
    font-family: 'League Spartan', sans-serif;
}

h1 {
    font-size: 42px!important;
    font-weight: 800;
}

h2 {
    font-size: 42px!important;
    font-weight: 800;
}

h2 button {
    font-size: 20px!important;
    font-weight: 800;
}

h3 {
    font-size: 26px!important;
    font-weight: 800;
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 32px!important;
    }

    h2 {
        font-size: 30px!important;
    }

    h2 button {
        font-size: 18px!important;
    }

    h3 {
        font-size: 22px!important;
    }

    body {
        font-size: 16px;
        line-height: 26px;
    }

    .default-text,
    .default-text-white,
    .default-text-big {
        font-size: 16px;
        line-height: 26px;
    }

    .default-text-small,
    .default-text-small-white {
        line-height: 24px;
    }

    .default-text-xl {
        font-size: 18px;
        line-height: 24px;
    }

    .default-text-header {
        font-size: 16px;
        line-height: 28px;
    }

    .header-text,
    .header-text-white {
        font-size: 30px;
        line-height: 34px;
    }
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

/* Mobile layout wrapper (used in layout_mobile.blade.php) */
.sn-body-mobile {
    background-color: #edf0ed;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Fallback */
}

/* Solid background behind fixed navbar - only on non-homepage pages */
.sn-body-mobile.sn-has-navbar-bg::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 95px;
    background: url('/images/startseite/schnappern_background.webp') center/cover;
    z-index: 999;
    pointer-events: none;
}

@supports (height: 100svh) {
    .sn-body-mobile {
        min-height: 100svh;
    }
}

@supports (height: 100dvh) {
    .sn-body-mobile {
        min-height: 100dvh;
    }
}

 /* Unified section spacing (vertical margins only) */
 .section {
     margin-top: 110px;
     padding-block: 0;
 }
 /* Per-section spacing modifiers */
 .section--no-top { margin-top: 0 !important; }
 .section--tight-top { margin-top: 40px !important; }
 @media (max-width: 991.98px) {
     .section { margin-top: 36px; }
     .section--tight-top { margin-top: 24px !important; }
 }
 @media (max-width: 575.98px) {
     .section--tight-top { margin-top: 16px !important; }
 }

 /* Overlap utilities: pull a section up over the previous one (no negative margins) */
 .hero-section-responsive {
    /* create space below hero so overlapped section doesn't collide */
    padding-bottom: 340px;
}
.section-overlap {
    position: relative;
    z-index: 2;                 /* ensure above hero background */
    transform: translateY(-190px);
    margin-top: 0 !important;   /* ignore default section spacing on top */
    margin-bottom: -340px;      /* pull following content up to eliminate visual gap */
}
 @media (max-width: 991.98px) {
     .hero-section-responsive { padding-bottom: 100px; }
     .section-overlap { transform: translateY(-100px); margin-bottom: -100px; }
 }
 @media (max-width: 575.98px) {
     .hero-section-responsive { padding-bottom: 70px; }
     .section-overlap { transform: translateY(-70px); margin-bottom: -70px; }
 }
.custom-navbar .dropdown-menu {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-background {
    background: rgba(255, 255, 255, 0.71);
    backdrop-filter: blur(28px);
}

.hero-section {
    background-image: url("../../img/home_page_header.svg");
    background-size: cover;
    min-height: 690px;
}

.default-text-small {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

.default-text-middle-small {
    color: #373A37 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 37px;
    text-align: left;
}

.default-text-small-white {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}


.default-text {
    color: #000 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

.default-text-white {
    color: #FFF !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

.default-text-big {
    color: #000 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

.default-text-xl {
    color: #373A37 !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 28.50px;
    letter-spacing: 0;
    text-align: left;
}

.default-text-middle {
    color: #373A37;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.header-text {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    color: #373A37;
    text-align: center;
    font-style: normal;
    line-height: 37px; /* 92.5% */
}

.default-text-header {
    color: #373A37;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px; /* 185% */
}

.front-form-input {
    border-radius: 41px;
    background: #FFF;
    width: 340px;
    height: 64px;
    border: none;
    padding: 10px 32px;
}

.header-text-white {
    font-size: 40px;
    color: #FFF !important;
    font-weight: 900;
    line-height: 52px;
    letter-spacing: 0px;
}

.btn-custom-nav-anfragen {
    display: flex;
    width: 123px;
    height: 39px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid #000;
    border-radius: 0px;
}

.btn-custom-nav-anfragen:hover {
    display: flex;
    width: 123px;
    height: 39px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid #000;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.2);
}

.custom-bullet-checks {
    list-style-image: url('../../img/check-bullet.svg');
}

.custom-bullet-checks li {
    padding-left: 10px;
    padding-top: 9px
}

.btn-custom-header-button {
    display: flex;
    width: 349px;
    padding: 13px 0px 14px 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    background: #0AAE91;

    color: #FFF;
    font-size: 17.139px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.909px; /* 157% */
    letter-spacing: 1.714px;
}

.btn-custom-form-button {
    display: flex;
    width: 412px;
    padding: 13px 0px 14px 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    background: #0AAE91;

    color: #FFF;
    font-size: 17.139px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.909px; /* 157% */
    letter-spacing: 1.714px;
    text-transform: uppercase;
}

.btn-custom-city-button {
    display: flex;
    width: 349px;
    padding: 13px 0px 14px 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    background: #F2F4F6;

    color: #000000;
    font-size: 17.139px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.909px; /* 157% */
    letter-spacing: 1.714px;
    text-transform: uppercase;
}

.btn-custom-city-button:hover {
    background: rgba(232, 244, 246);
    color: #000000;
}

.btn-filter-search-button {
    display: flex;
    width: 211px;
    height: 65px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #0AAE91;

    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px; /* 185% */
}

.btn-filter-search-button:hover {
    background-color: rgba(10, 174, 145, 0.7);
    color: #FFF;
}


.btn-filter-search-button:disabled {
    background-color: #DEDEDE;
    color: #FFF;
}

.btn-custom-header-button:hover {
    background-color: rgba(10, 174, 145, 0.7);
    color: #FFF;
}

.btn-custom-form-button:hover {
    background-color: rgba(10, 174, 145, 0.7);
    color: #FFF;
}

.bekannt-aus {
    background: #F5F5F7;
    height: 229.068px;
}

.event-filter-select {
    /* Add your custom styling here */
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    width: 227px;
    height: 65px;
    color: #333;
    padding: 6px 13px;
}

.anfrage-select {
    /* Add your custom styling here */
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 41px;
    width: 340px;
    height: 64px;
    padding: 10px 32px;
    color: #333;
}

/* Custom arrow image */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url("../../img/filter-select-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-right: 15px !important;
    width: 16px !important;
}

/* Adjust arrow width */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/* Customize the dropdown icon color */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-color: transparent;
    border: none;
    color: transparent;
    border-left: 0;
    margin-right: 0px; /* Adjust spacing between arrow and text */
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    color: transparent;
    border-left: 0;
    border-radius: 41px;
    margin-right: 0px; /* Adjust spacing between arrow and text */
}

.select2-selection {
    height: 200px; /* Adjust the height as needed */
}

.select2-selection__rendered {
}

.select2-container .select2-selection--single {
    padding: 17px 0px 15px 15px;
    height: 65px !important;
}

.select2-selection__arrow {
    height: 65px !important;
}

.select2-container--default .select2-results__option:hover {
    background: #ECECF3 !important;
    color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #ECECF3 !important;
    color: #000 !important;
}

/* Style the option elements */
.select-option-image {
    width: 20px; /* Adjust the image width */
    height: 20px; /* Adjust the image height */
    margin-right: 5px; /* Adjust spacing between the image and text */
}

#teamEventSizeSlider {
    margin-top: 10px;
}

#teamEventPriceSlider {
    margin-top: 10px;
}

.ui-slider .ui-slider-range {
    background-color: #000 !important;
}

.ui-slider-horizontal {
    height: 8px !important;
    top: 3px !important;
}

.ui-slider-horizontal .ui-slider-range {
    top: 3px !important;
    height: 100% !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-radius: 12px;
    background-color: black !important;
    border: 1px solid black !important;
    color: black !important;
}

/* Style for the dropdown div */
.team-event-team-size-dropdown {
    position: absolute;
    z-index: 9999; /* Ensure it's on top of other elements */
    background-color: #fff;
    border: 1px solid #aaa;
    margin-top: 10px;
    padding: 16px;
    border-radius: 4px;
}

.team-event-team-price-dropdown {
    position: absolute;
    z-index: 9999; /* Ensure it's on top of other elements */
    background-color: #fff;
    border: 1px solid #aaa;
    margin-top: 10px;
    padding: 16px;
    border-radius: 4px;
}

.ui-widget-content {
    border: none !important;
}

.event-card {
    width: 373px;
    height: 624px;
    flex-shrink: 0;
    border-radius: 10px !important;
    background: #FFF;
    box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.12);
}

.card-img-top {
    height: 600px;
    background-position-y: -20px;
    background-position-x: 0px;
    border-radius: 10px 10px 0px 0px;
    background-size: 100%;
}

.event-card-info-banner {
    min-height: 45px;
    margin-top: -42px;
    background: rgba(180, 179, 193, 0.57);
    box-shadow: 0px -5px 17px 0px rgba(12, 15, 82, 0.25);
    backdrop-filter: blur(19.5px);

    display: flex;
    padding: 10px 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.event-card-info-banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.even-card-info-banner-main-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 21px;
}


.event-card-price-preview-wrapper {
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 9px 0px 0px 9px;
    background: #F2F4F6;
}

.event-card-price-preview-text-bold {
    color: #373A37;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.5px;
}

.event-card-price-preview-text {
    color: #373A37;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.5px;
}

.event-card-anfrage-button {
    width: 141px;
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 9px 9px 0px;
    background: #000;
}

.event-card-anfrage-button-text {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.5px; /* 142.5% */
}

.city-teaser-image {
    height: 216px;
    border-radius: 11px;
    margin-top: 36px;
    cursor: pointer;
}

.city-teaser-image-text-wrapper {
    position: relative;
    top: 50%; /* Places the text element vertically at the center */
    left: 50%; /* Places the text element horizontally at the center */
    transform: translate(-50%, -50%); /* Centers the text element exactly */
    text-align: center; /* Centers the text horizontally within the container */
    color: white; /* Text color */
    font-size: 24px; /* Text size */
    font-weight: bold; /* Text style */
    z-index: 2;
}

.city-teaser-image-text-small {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 173.333% */
    z-index: 2;
}

.city-teaser-image-text-city {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    z-index: 2;
}

.city-teaser-image-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 11px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.42); /* Adjust the alpha value for the desired darkness */
    z-index: 1; /* Place this element above the background image */
}

.newsletter-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 366px;
    border: 1px solid #D1D5DB;
    background: #F2F4F6;
    z-index: 1;
    position: relative;
}

.newsletter-box-header-wrapper {
    height: 57px;
    width: 100%;
    min-width: 370px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.newsletter-box-text-wrapper {
    height: 76px;
    width: 100%;
    min-width: 370px;
    padding-left: 300px;
    padding-right: 300px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.newsletter-box-header {
    color: #373A37;
    text-align: center;
    margin-top: 30px;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 37px;
}

.newsletter-box-text {
    color: #000;
    text-align: center;
    margin-top: 60px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.newsletter-box-form-wrapper {
    display: flex;
    flex-direction: row; /* Arrange elements in a row */
    align-items: center; /* Vertically center elements */
    gap: 19px;
    margin-top: 70px; /* Add margin to separate from the text */
}

.newsletter-box-input-wrapper {
    width: 340px;
    min-width: 340px;
    align-items: center;
    align-content: center;
    gap: 12px;
    flex-shrink: 0;
    flex-wrap: wrap;
    border-radius: 5px;
}

.newsletter-box-input {
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 54px;
    width: 340px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #FFF;
}

.custom-placeholder::placeholder {
    color: #1E1E1E;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 157% */
    letter-spacing: 2px;
    text-transform: capitalize;
}

.front-form-input::placeholder {
    color: grey !important;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 157% */
    text-transform: capitalize;
}

.newsletter-box-button-wrapper {
    min-width: 340px;
    max-width: 340px;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
}

.newsletter-box-button {
    width: 100%;
    border-radius: 5px;
    background: #000;
    backdrop-filter: blur(29px);
    padding: 13px 0px 14px 0px;
    color: #FFF;
    font-size: 17.139px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.909px; /* 157% */
    letter-spacing: 1.714px;
    text-transform: uppercase;
}

.newsletter-box-button:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
}


.customCheckbox {
    display: none;
}

.customCheckBoxLabel {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.customCheckBoxLabel::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 3px;
}

/* Add a check mark using ::after */
.customCheckBoxLabel::after {
    content: "\2713"; /* Unicode checkmark character */
    font-size: 15px; /* Adjust the size of the check mark */
    position: absolute;
    left: 5px; /* Adjust the position of the check mark */
    top: 0px; /* Adjust the position of the check mark */
    color: white; /* Color of the check mark */
    opacity: 0; /* Initially, hide the check mark */
}

.customCheckbox:checked + .customCheckBoxLabel::before {
    background-color: black; /* Set to the same background color as ::before */
}

/* Show the check mark when the checkbox is checked */
.customCheckbox:checked + .customCheckBoxLabel::after {
    opacity: 1;
}

.city-skyline {
    width: 100%;
}

.happy-client-box {
    padding: 37px 24px 68px 24px;
    align-items: center;
    height: 378px;
    border: 2px solid #EDEDED;
}

.ansprechpartner-box {
    height: 459.332px;
    background: #F2F4F6;
}

.ansprechpartner-header {
    color: #373A37;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}

.ansprechpartner-info-text {
    margin-top: 13px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.98px; /* 174.875% */
}

.footer-header {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 225.5%; /* 36.08px */
}

.footer-link {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 225.5%; /* 31.57px */
}

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

.footer-link-image {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 225.5%; /* 31.57px */
    opacity: 1.0;
}

.footer-link-image:hover {
    opacity: 0.6;
}

.footer-hr-image {
    width: 100%;
}

.header-event-image {
    border-radius: 10px;
    width: 100%;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:focus {
    border: none;
}


.schnappern-header {
    font-size: 20px;
}

.schnappern-subheader {
    font-size: 16px;
}

.schnappern-text {
    font-size: 16px;
}

.schnappern-smalltext {
    font-size: 16px;
}

/* ===== Single Auction Spacing ===== */
/* Block spacing to match reference layout */
.auction-countdown-block {
    margin-top: 0px;
    margin-bottom: 0px;
}

.bid-button-block {
    margin-top: 8px;   /* small gap below countdown */
    margin-bottom: 18px;
}

.price-and-bidder-container {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

#current-auction-price.current-price {
    margin-top: 16px;
    margin-bottom: 0; /* gap to bidder name */
}

.current-bidder-inline {
    margin-top: 0;
}

@media (max-width: 575.98px) {
    .auction-countdown-block { margin-top: 0; margin-bottom: 0; }
    .bid-button-block { margin-top: 6px; margin-bottom: 14px; }
    #current-auction-price.current-price { margin-top: 12px; margin-bottom: 6px; }
}


.btn-primary {
    background: linear-gradient(160deg, #41c55f 20%, #216f33 90%);
    color: #fff!important;
    font-weight: 600;
    font-size: 1rem;
    padding: .75rem 1.5rem;
    border-radius: .5rem;
    border: none;
    cursor: pointer;
    transition: background-color .2s
    ease;
    box-shadow: 0 2px 4px #0000001a;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(65, 197, 95, 0.3);
    background: linear-gradient(160deg, #4BD368 20%, #2A7D3A 90%);
}

.profile-completion-widget {
    position: fixed;
    top: 140px;
    right: 18px;
    z-index: 11000;
    transform: translateY(var(--profile-completion-widget-offset, 0px));
    transition: transform 260ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* Affiliate users need more space for the extra menu item */
body.is-affiliate-user .profile-completion-widget {
    top: 210px;
}

.profile-completion-widget__inner {
    width: 320px;
    border: 5px solid #69439b;
    background-color: #edf0ed;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    padding: 14px 16px 16px 16px;
}

.profile-completion-widget__title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.22;
    color: #2f2f2f;
    margin-bottom: 12px;
}

.profile-completion-widget__title-highlight {
    color: #69439b;
}

.profile-completion-widget__list {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.profile-completion-widget__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-completion-widget__label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2f2f2f;
}

.profile-completion-widget__media {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.profile-completion-widget__video {
    width: 146px;
    height: 96px;
    object-fit: cover;
    border-radius: 16px;
    flex: 0 0 auto;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    border: 2px solid rgba(105, 67, 155, 0.18);
}

.profile-completion-widget__checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #69439b;
    border-radius: 2px;
    position: relative;
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.profile-completion-widget__checkbox.is-checked {
    border-color: #69439b;
}

.profile-completion-widget__checkbox.is-checked::after {
    content: "\2713";
    color: #41c55f;
    font-size: 28px;
    line-height: 0.9;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 67%;
    transform: translate(-55%, -62%);
}

.profile-completion-widget__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .profile-completion-widget__video {
        width: 72px;
        height: 72px;
    }
}

@media (max-width: 575.98px) {
    .profile-completion-widget {
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        transform: none;
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }

    .profile-completion-widget__inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border:none!important;
        gap: 8px 10px;
        padding: 10px 12px 12px 12px;
        border-width: 4px;
        border-radius: 12px;
    }

    .profile-completion-widget__media {
        justify-content: flex-start;
        margin-bottom: 0;
        flex: 0 0 auto;
    }

    .profile-completion-widget__video {
        width: 86px;
        height: 56px;
        border-radius: 14px;
    }

    .profile-completion-widget__title {
        flex: 1 1 auto;
        font-size: 14px;
        margin-bottom: 0;
    }

    .profile-completion-widget__list {
        flex: 0 0 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px 12px;
        margin-bottom: 0;
    }

    .profile-completion-widget__item {
        gap: 6px;
        white-space: nowrap;
    }

    .profile-completion-widget__label {
        font-size: 11px;
    }

    .profile-completion-widget__checkbox {
        width: 16px;
        height: 16px;
    }

    .profile-completion-widget__checkbox.is-checked::after {
        font-size: 22px;
    }

    .profile-completion-widget__button {
        flex: 0 0 100%;
        padding: 8px 10px;
        font-size: 12px;
        border-radius: 10px;
    }
}

/* Tutorial Widget */
.tutorial-widget {
    position: fixed;
    top: 140px;
    right: 18px;
    z-index: 11000;
    transform: translateY(var(--profile-completion-widget-offset, 0px));
    transition: transform 260ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

body.is-affiliate-user .tutorial-widget {
    top: 210px;
}

.tutorial-widget__inner {
    position: relative;
    width: 320px;
    border: 5px solid #69439b;
    background-color: #edf0ed;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(105, 67, 155, 0.13);
    padding: 18px 20px 20px 20px;
    text-align: center;
}

.tutorial-widget__close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 22px;
    font-weight: 700;
    color: #888;
    cursor: pointer;
    line-height: 1;
    padding: 2px 6px;
    border-radius: 50%;
    transition: color 180ms ease, background-color 180ms ease;
}

.tutorial-widget__close:hover {
    color: #69439b;
    background-color: rgba(105, 67, 155, 0.08);
}

.tutorial-widget__media {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.tutorial-widget__video {
    width: 146px;
    height: 96px;
    object-fit: cover;
    border-radius: 14px;
    pointer-events: none;
    background: #f5f0fa;
    border: 2px solid rgba(105, 67, 155, 0.18);
}

.tutorial-widget__image {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.tutorial-widget__title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #2f2f2f;
    line-height: 1.3;
    margin-bottom: 6px;
}

.tutorial-widget__title-highlight {
    color: #69439b;
}

.tutorial-widget__text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555;
    margin-bottom: 14px;
    line-height: 1.4;
}

.tutorial-widget__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    background: linear-gradient(160deg, #4BD368 20%, #2A7D3A 90%);
    color: #fff;
    border: none;
    text-decoration: none;
    transition: opacity 180ms ease;
}

.tutorial-widget__button:hover {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .tutorial-widget {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
        will-change: auto;
        padding: 0;
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }

    .tutorial-widget__inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        padding: 12px 14px;
        border: none;
        border-radius: 16px 16px 0 0;
    }

    .tutorial-widget__close {
        position: absolute;
        top: 4px;
        right: 8px;
        font-size: 18px;
    }

    .tutorial-widget__media {
        justify-content: flex-start;
        margin-bottom: 0;
        flex: 0 0 auto;
    }

    .tutorial-widget__video {
        width: 86px;
        height: 56px;
        border-radius: 14px;
        object-fit: cover;
        pointer-events: none;
        background: #f5f0fa;
        border: 2px solid rgba(105, 67, 155, 0.18);
    }

    .tutorial-widget__title {
        flex: 1 1 auto;
        font-size: 14px;
        margin-bottom: 0;
        text-align: left;
    }

    .tutorial-widget__text {
        flex: 0 0 100%;
        font-size: 12px;
        margin-bottom: 8px;
        text-align: left;
    }

    .tutorial-widget__button {
        flex: 0 0 100%;
        padding: 8px 10px;
        font-size: 12px;
        border-radius: 10px;
    }
}

.tutorial-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.tutorial-widget-modal {
    max-width: 400px;
    width: 100%;
}

.grecaptcha-badge {
    display: none !important;
}
