/* Общие стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background: #0a0e27;
    background-image: url('../image/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

/* Звездное небо - анимация (много маленьких звезд) */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: 
        /* Маленькие звезды - первый слой */
        radial-gradient(1px 1px at 3% 8%, white, transparent),
        radial-gradient(1px 1px at 7% 15%, white, transparent),
        radial-gradient(1px 1px at 11% 22%, white, transparent),
        radial-gradient(1px 1px at 15% 30%, white, transparent),
        radial-gradient(1px 1px at 19% 38%, white, transparent),
        radial-gradient(1px 1px at 23% 45%, white, transparent),
        radial-gradient(1px 1px at 27% 52%, white, transparent),
        radial-gradient(1px 1px at 31% 60%, white, transparent),
        radial-gradient(1px 1px at 35% 68%, white, transparent),
        radial-gradient(1px 1px at 39% 75%, white, transparent),
        radial-gradient(1px 1px at 43% 82%, white, transparent),
        radial-gradient(1px 1px at 47% 88%, white, transparent),
        radial-gradient(1px 1px at 51% 12%, white, transparent),
        radial-gradient(1px 1px at 55% 18%, white, transparent),
        radial-gradient(1px 1px at 59% 25%, white, transparent),
        radial-gradient(1px 1px at 63% 32%, white, transparent),
        radial-gradient(1px 1px at 67% 40%, white, transparent),
        radial-gradient(1px 1px at 71% 48%, white, transparent),
        radial-gradient(1px 1px at 75% 55%, white, transparent),
        radial-gradient(1px 1px at 79% 62%, white, transparent),
        radial-gradient(1px 1px at 83% 70%, white, transparent),
        radial-gradient(1px 1px at 87% 78%, white, transparent),
        radial-gradient(1px 1px at 91% 85%, white, transparent),
        radial-gradient(1px 1px at 95% 92%, white, transparent),
        /* Маленькие звезды - второй слой */
        radial-gradient(1px 1px at 5% 12%, white, transparent),
        radial-gradient(1px 1px at 9% 20%, white, transparent),
        radial-gradient(1px 1px at 13% 28%, white, transparent),
        radial-gradient(1px 1px at 17% 35%, white, transparent),
        radial-gradient(1px 1px at 21% 42%, white, transparent),
        radial-gradient(1px 1px at 25% 50%, white, transparent),
        radial-gradient(1px 1px at 29% 58%, white, transparent),
        radial-gradient(1px 1px at 33% 65%, white, transparent),
        radial-gradient(1px 1px at 37% 72%, white, transparent),
        radial-gradient(1px 1px at 41% 80%, white, transparent),
        radial-gradient(1px 1px at 45% 88%, white, transparent),
        radial-gradient(1px 1px at 49% 15%, white, transparent),
        radial-gradient(1px 1px at 53% 22%, white, transparent),
        radial-gradient(1px 1px at 57% 30%, white, transparent),
        radial-gradient(1px 1px at 61% 38%, white, transparent),
        radial-gradient(1px 1px at 65% 45%, white, transparent),
        radial-gradient(1px 1px at 69% 52%, white, transparent),
        radial-gradient(1px 1px at 73% 60%, white, transparent),
        radial-gradient(1px 1px at 77% 68%, white, transparent),
        radial-gradient(1px 1px at 81% 75%, white, transparent),
        radial-gradient(1px 1px at 85% 82%, white, transparent),
        radial-gradient(1px 1px at 89% 90%, white, transparent),
        radial-gradient(1px 1px at 93% 18%, white, transparent),
        radial-gradient(1px 1px at 97% 25%, white, transparent),
        /* Средние звезды */
        radial-gradient(2px 2px at 6% 14%, white, transparent),
        radial-gradient(2px 2px at 14% 26%, white, transparent),
        radial-gradient(2px 2px at 22% 38%, white, transparent),
        radial-gradient(2px 2px at 30% 50%, white, transparent),
        radial-gradient(2px 2px at 38% 62%, white, transparent),
        radial-gradient(2px 2px at 46% 74%, white, transparent),
        radial-gradient(2px 2px at 54% 18%, white, transparent),
        radial-gradient(2px 2px at 62% 30%, white, transparent),
        radial-gradient(2px 2px at 70% 42%, white, transparent),
        radial-gradient(2px 2px at 78% 54%, white, transparent),
        radial-gradient(2px 2px at 86% 66%, white, transparent),
        radial-gradient(2px 2px at 94% 78%, white, transparent),
        radial-gradient(2px 2px at 10% 32%, white, transparent),
        radial-gradient(2px 2px at 18% 44%, white, transparent),
        radial-gradient(2px 2px at 26% 56%, white, transparent),
        radial-gradient(2px 2px at 34% 68%, white, transparent),
        radial-gradient(2px 2px at 42% 80%, white, transparent),
        radial-gradient(2px 2px at 50% 24%, white, transparent),
        radial-gradient(2px 2px at 58% 36%, white, transparent),
        radial-gradient(2px 2px at 66% 48%, white, transparent),
        radial-gradient(2px 2px at 74% 60%, white, transparent),
        radial-gradient(2px 2px at 82% 72%, white, transparent),
        radial-gradient(2px 2px at 90% 84%, white, transparent),
        /* Большие звезды */
        radial-gradient(3px 3px at 12% 20%, white, transparent),
        radial-gradient(3px 3px at 28% 35%, white, transparent),
        radial-gradient(3px 3px at 44% 50%, white, transparent),
        radial-gradient(3px 3px at 60% 65%, white, transparent),
        radial-gradient(3px 3px at 76% 80%, white, transparent),
        radial-gradient(3px 3px at 20% 45%, white, transparent),
        radial-gradient(3px 3px at 36% 60%, white, transparent),
        radial-gradient(3px 3px at 52% 75%, white, transparent),
        radial-gradient(3px 3px at 68% 25%, white, transparent),
        radial-gradient(3px 3px at 84% 40%, white, transparent),
        radial-gradient(4px 4px at 16% 30%, white, transparent),
        radial-gradient(4px 4px at 40% 55%, white, transparent),
        radial-gradient(4px 4px at 64% 70%, white, transparent),
        radial-gradient(4px 4px at 88% 15%, white, transparent);
    background-repeat: repeat;
    background-size: 120% 120%;
    animation: starMove 25s linear infinite;
    pointer-events: none;
    z-index: 0;
    opacity: 0.95;
}

@keyframes starMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

/* Мерцающие звезды (яркие) */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: 
        /* Яркие мерцающие звезды */
        radial-gradient(3px 3px at 8% 16%, rgba(255, 255, 255, 1), transparent),
        radial-gradient(2px 2px at 16% 28%, rgba(255, 255, 255, 0.95), transparent),
        radial-gradient(4px 4px at 24% 40%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(2px 2px at 32% 52%, rgba(255, 255, 255, 0.95), transparent),
        radial-gradient(3px 3px at 40% 64%, rgba(255, 255, 255, 0.85), transparent),
        radial-gradient(2px 2px at 48% 76%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(4px 4px at 56% 20%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(3px 3px at 64% 32%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(2px 2px at 72% 44%, rgba(255, 255, 255, 0.95), transparent),
        radial-gradient(3px 3px at 80% 56%, rgba(255, 255, 255, 0.85), transparent),
        radial-gradient(2px 2px at 88% 68%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(4px 4px at 96% 80%, rgba(255, 255, 255, 0.75), transparent),
        radial-gradient(3px 3px at 12% 24%, rgba(255, 255, 255, 0.95), transparent),
        radial-gradient(2px 2px at 20% 36%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(3px 3px at 28% 48%, rgba(255, 255, 255, 0.85), transparent),
        radial-gradient(2px 2px at 36% 60%, rgba(255, 255, 255, 0.95), transparent),
        radial-gradient(4px 4px at 44% 72%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(3px 3px at 52% 16%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(2px 2px at 60% 28%, rgba(255, 255, 255, 0.95), transparent),
        radial-gradient(3px 3px at 68% 40%, rgba(255, 255, 255, 0.85), transparent),
        radial-gradient(2px 2px at 76% 52%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(4px 4px at 84% 64%, rgba(255, 255, 255, 0.75), transparent),
        radial-gradient(3px 3px at 92% 76%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(2px 2px at 4% 32%, rgba(255, 255, 255, 0.95), transparent),
        radial-gradient(3px 3px at 8% 44%, rgba(255, 255, 255, 0.85), transparent),
        radial-gradient(2px 2px at 12% 56%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(4px 4px at 16% 68%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(3px 3px at 20% 80%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(2px 2px at 24% 12%, rgba(255, 255, 255, 0.95), transparent);
    background-repeat: repeat;
    background-size: 150% 150%;
    animation: twinkle 2s ease-in-out infinite alternate, starMove2 30s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes twinkle {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes starMove2 {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

/* Контент поверх звезд */
section, .product-section, .description-section, .specs-section, 
.reviews-section, .how-to-order, .order-form-section, .footer {
    position: relative;
    z-index: 1;
}

/* Заголовки секций */
.section-title,
.product-title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Главная секция */
.product-section {
    width: 100%;
    padding: 20px;
}

.product-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.product-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    opacity: 0.75;
    mix-blend-mode: screen;
}

/* Кнопка "Заказать" */
.order-button {
    display: block;
    margin: 20px auto;
    padding: 15px;
    background: linear-gradient(90deg, #ff7e5f, #ff4500);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 12px;
    width: 90%;
       box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.order-button:hover {
    background: linear-gradient(90deg, #ff4500, #ff7e5f);
    transform: scale(1.05);
}

/* Секция с преимуществами */
.features-section {
    width: 100%;
    max-width: 480px;
    padding: 20px;
    display: flex;
    justify-content: center;
}

/* Контейнер для элементов */
.features-container {
    display: flex;
    flex-direction: column; /* Размещаем элементы в колонку */
    align-items: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 15px;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    gap: 5px; /* Уменьшил расстояние между элементами */
}

/* Контейнер для каждого элемента */
.feature-item {
    display: flex;
    align-items: center; /* Выравниваем картинку и текст по центру */
    text-align: left;
    width: 100%;
    padding: 5px 0; /* Минимальный внутренний отступ */
}

/* Размер изображения */
.feature-image {
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 15px; /* Немного уменьшил отступ между картинкой и текстом */
    opacity: 0.75;
    mix-blend-mode: screen;
}

/* Текст */
.feature-text {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    flex: 1; /* Заполняет оставшееся пространство */
}

/* Секция с видео */
.video-section {
    width: 100%;
    max-width: 480px;
    padding: 20px;
    text-align: center;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* Секция с описанием */
.description-section {
    width: 100%;
    max-width: 480px;
    padding: 20px;
    text-align: center;
}

.description-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 30px;
    border: none;
    box-shadow: none;
    position: relative;
    overflow: visible;
    transition: none;
    width: 100%;
    max-width: 100%;
}


.description-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 
        0px 6px 15px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    display: block;
    opacity: 0.75;
    mix-blend-mode: screen;
}

.description-item:hover .description-image {
    transform: scale(1.02);
}

.description-text {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    max-width: 100%;
    margin-top: 10px;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    text-align: left;
}


/* Секция "Характеристики" */
.specs-section {
    width: 100%;
    max-width: 480px;
    padding: 20px;
    text-align: center;
}

.specs-container {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/* Элемент характеристики */
.specs-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Последний элемент без границы */
.specs-item:last-child {
    border-bottom: none;
}

/* Декоративные точки между характеристикой и значением */
.dots {
    flex-grow: 1;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    margin: 0 10px;
}





/* Галерея отзывов */
.reviews-section {
    width: 100%;
    max-width: 480px;
    padding: 20px;
    text-align: center;
}

.review-main {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.review-image {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    display: none;
    opacity: 0.75;
    mix-blend-mode: screen;
}

.review-image.active {
    display: block;
}

.review-thumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.review-thumbs .thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 0;
    opacity: 0.6;
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid transparent;
    mix-blend-mode: screen;
}

.review-thumbs .thumb:hover,
.review-thumbs .thumb.active {
    opacity: 0.85;
    border-color: #ffcc00;
}




/* Кнопки навигации */
.gallery-prev, .gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 24px;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.gallery-prev {
    left: 5px;
}

.gallery-next {
    right: 5px;
}

.gallery-prev:hover, .gallery-next:hover {
    background: rgba(0, 0, 0, 0.8);
}


/* Секция "Как заказать" */
.how-to-order {
    width: 100%;
    max-width: 480px;
    padding: 20px;
    text-align: center;
}

.order-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 20px;
    gap: 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 100%);
}

.order-step:nth-child(odd) {
    flex-direction: row;
}

.order-step:nth-child(even) {
    flex-direction: row-reverse;
}

.order-image {
    width: 85px;
    height: 85px;
    border-radius: 0;
    opacity: 0.75;
    mix-blend-mode: screen;
}

.order-text {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    flex: 1;
    text-align: left;
}

/* Форма заказа */
.order-form-section {
    width: 100%;
    max-width: 480px;
    padding: 20px;
    text-align: center;
}

.product-image-container {
    margin-bottom: 20px;
}

.order-form {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 100%);
    padding: 25px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.order-form label {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}

.order-form input {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    outline: none;
}

.order-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.gradient-button {
    background: linear-gradient(90deg, #ff7e5f, #ff4500);
    border: none;
    padding: 16px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

.gradient-button:hover {
    background: linear-gradient(90deg, #ff4500, #ff7e5f);
    transform: scale(1.05);
}



/* Подвал */
.footer {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.05) 100%);
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-container {
    max-width: 480px;
    margin: 0 auto;
}

.footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

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

.footer-links {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #ffcc00;
    text-decoration: underline;
}



/* Главная секция */
.product-section {
    width: 100%;
    padding: 20px;
    text-align: center;
}

/* Название товара */
.product-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Контейнер изображения */
.product-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

/* Картинка товара */
.product-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    opacity: 0.75;
    mix-blend-mode: screen;
}

/* Секция с ценой */
.price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(173deg, rgba(150, 150, 150, 0.3) 20%, rgb(225 28 28 / 69%) 80%);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
    margin: 20px auto;
    width: 90%;
}

/* Обычная цена (перечеркнутая) */
.old-price, .new-price {
    flex: 1;
    text-align: center;
}

.price-label {
    font-size: 16px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    margin-bottom: 8px;
}

.price-strikethrough {
    font-size: 26px;
    font-weight: bold;
    text-decoration: line-through;
    color: rgba(220, 220, 220, 1);
}

/* Новая цена */
.price-today {
    font-size: 32px;
    font-weight: bold;
    color: #ffcc00;
    text-shadow: 
        0 0 10px rgba(255, 204, 0, 0.8),
        0 0 20px rgba(255, 204, 0, 0.6),
        0 0 30px rgba(255, 204, 0, 0.4);
    animation: pulse 1.5s infinite, glow 2s ease-in-out infinite alternate;
    display: inline-block;
    padding: 5px 15px;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.2), rgba(255, 204, 0, 0.1));
    border-radius: 10px;
    border: 2px solid rgba(255, 204, 0, 0.4);
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(255, 204, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 25px rgba(255, 204, 0, 0.9), 0 0 40px rgba(255, 204, 0, 0.6);
    }
}

/* Кнопка "Заказать" */
.order-button {
    display: block;
    margin: 25px auto;
    padding: 18px;
    background: linear-gradient(90deg, #ff0000, #ff3c00);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 14px;
    width: 90%;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.order-button:hover {
    background: linear-gradient(90deg, #ff3c00, #ff6a00);
    transform: scale(1.07);
}

/* Анимация пульсации для новой цены */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Чекбокс */
.checkbox-wrapper {
    margin-top: -10px;
    text-align: left;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.85);
}

.checkbox-label input[type="checkbox"] {
    width: 14px;
    height: 14px;
    accent-color: #ff7e5f;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
}

.checkbox-label span {
    display: inline;
    font-weight: normal;
}

.checkbox-label a {
    color: #ffcc00;
    font-weight: normal;
    text-decoration: none;
}

.checkbox-label a:hover {
    text-decoration: underline;
}
