
svg.icon-svg { width: 18px !important; height: 18px !important; min-width: 18px !important; min-height: 18px !important; flex-shrink: 0 !important; color: var(--primary) !important; display: inline-block !important; }
img.trust-logo { height: 35px !important; max-height: 35px !important; width: auto !important; object-fit: contain !important; }

.product-wrapper { max-width: 1400px; margin: 0 auto; padding: 0 20px 100px; }
.breadcrumbs { font-size: 13px; color: var(--gray); display: flex; align-items: center; margin-bottom: 25px; }
.breadcrumbs a { color: #0066cc; text-decoration: none; transition: 0.2s; }
.breadcrumbs a:hover { color: var(--primary); text-decoration: underline; }
.breadcrumbs span { margin: 0 8px; color: #ccc; }
#breadcrumbName { color: #555; }

.product-main-grid { display: grid; grid-template-columns: minmax(400px, 1.2fr) minmax(300px, 1fr) 380px; gap: 40px; align-items: start; }
.right-column-wrapper { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 20px; }

.gallery-section-light { 
    background: white; 
    border: 1px solid var(--border-color); 
    border-radius: 12px; 
    padding: 30px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.02); 
    display: flex; 
    flex-direction: column; 
    z-index: 10;
    /* Ми прибрали position: sticky, max-height та overflow-y, щоб не було зайвої рамки скролу */
}
.gallery-section-light::-webkit-scrollbar { display: none; }
.main-image-light { width: 100%; height: 450px; display: flex; justify-content: center; align-items: center; background: #fafafa; border-radius: 8px; }
.main-image-light img { max-width: 100%; max-height: 400px; object-fit: contain; transition: transform 0.3s ease; }
.main-image-light img:hover { transform: scale(1.02); }
.thumbnails-light { display: flex; gap: 10px; margin-top: 20px; justify-content: center; margin-bottom: 20px; flex-wrap: wrap; }
.thumb-light { width: 65px; height: 65px; background: white; border: 2px solid var(--border-color); border-radius: 8px; cursor: pointer; padding: 4px; object-fit: contain; transition: all 0.2s ease; opacity: 0.7; }
.thumb-light:hover { opacity: 1; border-color: #999; }
.thumb-light.active { border-color: var(--primary); opacity: 1; box-shadow: 0 2px 8px rgba(183, 28, 28, 0.2); }
.instruction-preview { margin-bottom: 20px; }
.image-nav-buttons { display: flex; gap: 15px; margin-top: 5px; border-top: 1px solid #eee; padding-top: 20px; }
.image-nav-buttons a { flex: 1; padding: 12px; border: 1px solid var(--border-color); border-radius: 8px; text-align: center; text-decoration: none; color: #444; font-weight: 600; font-size: 14px; transition: 0.2s; background: #fdfdfd; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.image-nav-buttons a:hover { border-color: var(--primary); color: var(--primary); background: #fffafa; }

.info-section-light h1 { font-size: 26px; font-weight: 700; line-height: 1.3; margin-bottom: 12px; color: #111; }
.rating-row-light { display: flex; gap: 10px; align-items: center; margin-bottom: 20px; }
.stars-wrapper { display: flex; align-items: center; gap: 8px; }
.stars { color: #ffb400; font-size: 16px; letter-spacing: 2px;}
.reviews-count { font-size: 13px; color: #0066cc; text-decoration: none; transition: 0.2s; font-weight: 600;}
.reviews-count:hover { color: var(--primary); text-decoration: underline; }
.product-code-label { margin-left: auto; font-size: 12px; color: #666; background: #f5f5f5; padding: 4px 10px; border-radius: 6px; border: 1px solid #e0e0e0; font-weight: 600; }

.promo-tags { display: flex; gap: 8px; margin-bottom: 25px; }
.tag-item { background: #fff0f0; border: 1px solid #ffcccc; padding: 6px 12px; border-radius: 20px; font-size: 12px; color: var(--primary); font-weight: 600; }

.quick-overview-box { margin-bottom: 25px; background: #fdfdfd; padding: 15px; border-radius: 8px; border: 1px solid #f0f0f0; }
.overview-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: 10px; }
.overview-list li { font-size: 13px; color: #444; display: flex; align-items: center; gap: 10px; font-weight: 500; }

.set-content-box { margin-bottom: 25px; background: #fdfdfd; padding: 20px; border-radius: 12px; border: 1px solid #eaeaea; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.set-content-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 15px; margin-top: 15px;}
.set-mini-item { position: relative; width: 100%; height: auto; min-height: 160px; background: white; border: 1px solid var(--border-color); border-radius: 10px; padding: 15px; cursor: default; display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0 2px 8px rgba(0,0,0,0.03); transition: border-color 0.2s; }
.set-mini-item:hover { border-color: var(--primary); }
.set-mini-item img { max-height: 80px; object-fit: contain; margin-bottom: 12px; }
.set-item-title { font-size: 14px; font-weight: 700; text-align: center; color: #222; line-height: 1.3; }

.bundle-container-light { background: #fff8f8; border: 1px solid #ffe0e0; border-radius: 12px; padding: 25px; margin-top: 30px; }
.bundle-header h3 { font-size: 16px; color: #111; font-weight: 700; margin-bottom: 5px; } /* Зробили чорним замість червоного */
.save-badge { background: var(--green); color: white; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: bold; float: right; }
.bundle-subtitle { font-size: 13px; color: var(--gray); margin-top: 5px; margin-bottom: 15px;}
.extra-pads-grid { display: block; margin-top: 10px; width: 100%; } /* Прибрали розтягнуту сітку (grid) */
.extra-pad-card { border: 2px solid var(--border-color); border-radius: 10px; padding: 15px 10px; text-align: center; background: white; cursor: pointer; transition: all 0.2s ease; position: relative; user-select: none; display: flex; flex-direction: column; justify-content: space-between; }
.extra-pad-card:hover { border-color: #ccc; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.extra-pad-card.selected { border-color: var(--primary); background: #fffafa; box-shadow: 0 4px 15px rgba(183, 28, 28, 0.15); }
.extra-pad-card::after { content: "✓"; position: absolute; top: -10px; right: -10px; background: var(--primary); color: white; width: 24px; height: 24px; border-radius: 50%; font-size: 14px; display: flex; justify-content: center; align-items: center; opacity: 0; transition: 0.2s; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.extra-pad-card.selected::after { opacity: 1; }
.ep-img-wrap { position: relative; display: inline-block; width: 100%; margin-bottom: 10px; }
.ep-image { width: 90px; height: 90px; object-fit: contain; transition: 0.3s; }
.ep-name { font-size: 13px; font-weight: 700; color: #222; margin-bottom: 10px; line-height: 1.3; }
.ep-pricing { margin-top: auto; }
.ep-old-price { font-size: 12px; color: #999; text-decoration: line-through; display: block; margin-bottom: 2px; }
.ep-price-row { display: flex; justify-content: center; align-items: center; gap: 6px; }
.ep-promo-price { font-size: 18px; font-weight: 800; color: var(--green); }
.ep-discount-badge { background: var(--green); color: white; font-size: 11px; font-weight: bold; border-radius: 4px; padding: 2px 5px; }

.price-card-light { background: white; border: 1px solid var(--border-color); border-radius: 12px; padding: 25px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.price-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 15px;}
.price-total-light { font-size: 34px; font-weight: 800; color: #111111; }
.save-info-badge { background: #e6f7ed; color: var(--green); font-size: 12px; padding: 4px 8px; border-radius: 4px; font-weight: bold; }

.delivery-progress-container { margin: 15px 0 20px 0; background: white; border: 1px solid #eee; padding: 12px 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.02); }
.progress-text-row { font-size: 13px; margin-bottom: 6px; color: #333; display: flex; justify-content: space-between; align-items: center; font-weight: 600;}

.add-to-cart-tarlana { width: 100%; padding: 16px; background: var(--red); color: white; border: none; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.3s ease; display: flex; justify-content: center; align-items: center; gap: 8px;}
.add-to-cart-tarlana:hover { background: var(--primary); }

.shipping-urgency-box { margin-top: 12px; padding: 10px 15px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 13px; color: #334155; text-align: center; display: flex; align-items: center; justify-content: center; gap: 8px; }
.shipping-urgency-box b { color: var(--primary); font-weight: 700; }
.shipping-pulse-dot { width: 8px; height: 8px; background-color: var(--green); border-radius: 50%; box-shadow: 0 0 0 0 rgba(0, 160, 70, 0.7); animation: pulse-green 1.5s infinite; }
@keyframes pulse-green { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 160, 70, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(0, 160, 70, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 160, 70, 0); } }

.delivery-info-list { margin-top: 25px; border-top: 1px solid var(--border-color); padding-top: 20px; display: flex; flex-direction: column; gap: 15px; }
.deliv-item { display: flex; gap: 12px; font-size: 13px; }
.deliv-item .icon { font-size: 16px; }
.deliv-item b { color: #111; }
.deliv-item small { color: var(--gray); display: block; margin-top: 2px; }

.trust-icons-section { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--border-color); text-align: center; }
.trust-label { font-size: 13px; color: #444; margin-bottom: 15px; display: block; font-weight: 700; }
.trust-badges-modern { display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; }

.help-box-light { background: white; border: 1px solid var(--border-color); border-radius: 12px; padding: 25px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.help-box-light h4 { font-size: 18px; margin-bottom: 10px; color: #111; }
.help-box-light p { font-size: 13px; color: var(--gray); margin-bottom: 15px; line-height: 1.5; }
.contact-item { font-weight: 700; font-size: 14px; margin-bottom: 8px; color: #333; }

/* Full Description */
.full-description-section, .specs-rozetka-section { scroll-margin-top: 130px; background: white; border: 1px solid var(--border-color); border-radius: 12px; padding: 40px; margin-top: 40px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.full-description-section h2, .specs-rozetka-section h2 { font-size: 28px; margin-bottom: 25px; color: #111; border-bottom: 2px solid #eee; padding-bottom: 10px; }
.desc-intro { font-size: 15px; line-height: 1.6; color: #444; margin-bottom: 30px; }
.desc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.desc-column h3 { font-size: 18px; color: var(--primary); margin-bottom: 15px; font-weight: 700; }
.desc-column ul { list-style-type: none; padding-left: 0; }
.desc-column ul li { margin-bottom: 10px; font-size: 14px; color: #333; line-height: 1.5; padding-bottom: 5px; }
.check-list li { display: flex; align-items: flex-start; gap: 8px; font-weight: 500; position: relative; }
.desc-brand-box { background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 12px; padding: 30px; text-align: center; margin-top: 20px;}
.desc-brand-box h3 { font-size: 20px; color: #111; margin-bottom: 10px; font-weight: 700; }
.desc-brand-box p { font-size: 14px; color: #555; margin-bottom: 20px; max-width: 600px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.brand-tags { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; font-size: 13px; font-weight: 600; }
.brand-tags span { background: white; padding: 8px 16px; border-radius: 8px; color: #333; border: 1px solid #ddd; display: flex; align-items: center; gap: 6px; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.brand-tags .direct-offer { background: #e8f5e9; color: var(--green); border-color: #c8e6c9; }

.specs-table-container { display: flex; flex-direction: column; width: 100%; max-width: 900px; margin: 0 auto; }
.spec-row { display: flex; justify-content: space-between; margin-bottom: 16px; line-height: 1.4; align-items: baseline; }
.spec-key { color: #797878; font-size: 14px; flex: 1; display: flex; align-items: baseline; white-space: nowrap; }
.spec-key::after { content: ""; flex-grow: 1; border-bottom: 1px dotted #d2d2d2; margin: 0 10px; position: relative; top: -4px; }
.spec-value { flex: 1; font-size: 14px; color: #222; font-weight: 400; padding-left: 5px; }

/* ==========================================
   PRODUCT CAROUSEL (ЧИСТИЙ CSS)
   ========================================== */
.related-products-section { 
    margin-top: 40px; 
    background: #ffffff; 
    border: 1px solid #ffeded; 
    border-radius: 12px; 
    padding: 30px 40px; 
    box-shadow: 0 4px 15px rgba(183, 28, 28, 0.05); 
    position: relative; 
    max-width: 100%; 
}
.related-products-section h2 { 
    font-size: 22px; 
    margin-bottom: 20px; 
    color: #b71c1c; 
    border-bottom: 2px solid #ffeded; 
    padding-bottom: 10px; 
}
.carousel-wrapper { position: relative; width: 100%; }
.carousel-container { 
    display: flex !important; 
    gap: 20px !important; 
    overflow-x: auto !important; 
    padding: 15px 0 !important; /* Суворо 0 по боках, щоб не ламати розрахунки */
    scroll-behavior: smooth !important; 
    width: 100%; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    justify-content: flex-start !important; 
}
.carousel-container::-webkit-scrollbar { display: none; }

.carousel-item { 
    /* ІДЕАЛЬНА ФОРМУЛА: Рівно 5 карток на будь-якому екрані */
    flex: 0 0 calc((100% - 80px) / 5) !important; 
    min-width: calc((100% - 80px) / 5) !important; 
    
    background: white; 
    border: 1px solid var(--border-color); 
    border-radius: 8px; 
    padding: 15px; 
    text-align: center; 
    cursor: pointer; 
    transition: 0.2s; 
    text-decoration: none; 
    display: block; 
}
.carousel-item:hover { 
    border-color: #b71c1c; 
    transform: translateY(-5px); 
    box-shadow: 0 5px 15px rgba(183, 28, 28, 0.1); 
}
.carousel-item img { width: 100%; height: 130px; object-fit: contain; margin-bottom: 15px; }
.carousel-item h4 { font-size: 13px; font-weight: 700; margin-bottom: 8px; color: #444; line-height: 1.3; }
.carousel-item .price { font-size: 16px; font-weight: 800; color: #b71c1c; }
.carousel-btn { 
    background: #ffffff; 
    border: 1px solid #ffeded; 
    border-radius: 50%; 
    width: 44px; 
    height: 44px; 
    font-size: 18px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    cursor: pointer; 
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%); 
    z-index: 10; 
    color: #b71c1c; 
    box-shadow: 0 4px 10px rgba(183, 28, 28, 0.1); 
    transition: all 0.2s ease; 
}
.carousel-btn:hover { background: #b71c1c; color: #ffffff; border-color: #b71c1c; }
.prev-btn { left: -22px; }
.next-btn { right: -22px; }
@media (max-width: 768px) { .related-products-section { padding: 30px 15px; } .carousel-btn { display: none; } }

/* ==========================================
   ВІКНО ЗНИЖОК B2B (МІНІМАЛІСТИЧНЕ)
   ========================================== */
.discount-promo-box {
    background: #ffffff;
    border: 1px solid #ffeded;
    border-radius: 8px;
    padding: 15px;
    margin: 0; /* Прибрано зовнішні відступи, що створювали смуги */
    box-shadow: 0 2px 10px rgba(183, 28, 28, 0.03);
}
.discount-promo-box h4 { font-size: 14px; font-weight: 800; color: #b71c1c; margin-bottom: 6px; }
.discount-promo-box p { font-size: 12px; color: #555; margin-bottom: 12px; line-height: 1.3; }
.dpb-tiers { display: flex; justify-content: space-between; gap: 8px; }
.dpb-tier { 
    flex: 1; 
    background: #fffafa; 
    border: 1px solid #ffeded; 
    border-radius: 6px; 
    padding: 8px 0; 
    text-align: center; 
    display: flex; 
    flex-direction: column; 
    gap: 2px; 
}
.dpb-tier span { font-size: 11px; color: #666; font-weight: 600; }
.dpb-tier strong { font-size: 15px; font-weight: 900; color: #b71c1c; }
/* ==========================================
   ПРИЛИПАЮЧА ПАНЕЛЬ (STICKY CTA)
   ========================================== */
.sticky-cta-bar {
    position: fixed;
    bottom: -100px; /* Прихована за замовчуванням */
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(8px);
    box-shadow: 0 -5px 25px rgba(0,0,0,0.08);
    z-index: 990; /* Трохи нижче ніж модальні вікна */
    transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-top: 1px solid #eee;
    padding: 12px 0;
}
.sticky-cta-bar.visible { bottom: 0; }
.sticky-cta-content { max-width: 1400px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sticky-cta-left { display: flex; align-items: center; gap: 15px; flex: 1; overflow: hidden;}
.sticky-cta-img { width: 45px; height: 45px; object-fit: contain; background: white; border-radius: 8px; border: 1px solid #eee; padding: 2px;}
.sticky-cta-info { display: flex; flex-direction: column; }
.sticky-cta-title { font-size: 14px; font-weight: 700; color: #111; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 500px;}
.sticky-cta-price { font-size: 18px; font-weight: 800; color: #b71c1c; }
.sticky-cta-btn { min-width: 200px; padding: 12px 30px !important; margin: 0 !important; box-shadow: 0 4px 15px rgba(183, 28, 28, 0.2); }

@media (max-width: 768px) {
    .sticky-cta-bar { padding: 10px 0; z-index: 1000; } /* Щоб на мобільному було поверх усього */
    .sticky-cta-content { padding: 0 15px; gap: 10px; }
    .sticky-cta-img { display: none; } /* Ховаємо картинку на телефоні для економії місця */
    .sticky-cta-title { font-size: 13px; max-width: 180px; }
    .sticky-cta-price { font-size: 16px; }
    .sticky-cta-btn { min-width: 120px; font-size: 14px !important; padding: 10px 15px !important; }
}

/* ==========================================
   PRODUCT CAROUSEL (ІДЕАЛЬНО 5 ШТУК + МАГНІТ)
   ========================================== */
.related-products-section { 
    margin-top: 40px; 
    background: white; 
    border: 1px solid var(--border-color); 
    border-radius: 12px; 
    padding: 30px 40px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.02); 
    position: relative; 
    max-width: 100%; 
}
.related-products-section h2 { 
    font-size: 22px; 
    margin-bottom: 20px; 
    color: #111; 
    border-bottom: 2px solid #eee; 
    padding-bottom: 10px; 
}
.carousel-wrapper { position: relative; width: 100%; }

.carousel-container { 
    display: flex !important; 
    gap: 20px !important; 
    overflow-x: auto !important; 
    padding: 15px 0 !important; /* Суворо 0 по боках, щоб не ламати математику 5 карток */
    scroll-behavior: smooth !important; 
    width: 100% !important; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    justify-content: flex-start !important; 
    /* ВАЖЛИВО: Вмикаємо магнітне вирівнювання */
    scroll-snap-type: x mandatory !important;
}
.carousel-container::-webkit-scrollbar { display: none; }

.carousel-item { 
    /* ЗАЛІЗОБЕТОННА ФОРМУЛА: 100% ширини мінус 4 відступи по 20px (80px), поділено на 5 */
    flex: 0 0 calc((100% - 80px) / 5) !important; 
    width: calc((100% - 80px) / 5) !important; 
    max-width: calc((100% - 80px) / 5) !important; 
    
    /* МАГНІТ: Змушує картку завжди зупинятися рівно по лівому краю */
    scroll-snap-align: start !important; 
    scroll-snap-stop: always !important;
    
    background: white; 
    border: 1px solid var(--border-color); 
    border-radius: 8px; 
    padding: 15px; 
    text-align: center; 
    cursor: pointer; 
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; 
    text-decoration: none; 
    display: block; 
    box-sizing: border-box !important;
}
.carousel-item:hover { 
    border-color: var(--primary); 
    transform: translateY(-5px); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); 
}
.carousel-item img { width: 100%; height: 130px; object-fit: contain; margin-bottom: 15px; }
.carousel-item h4 { font-size: 13px; font-weight: 700; margin-bottom: 8px; color: #333; line-height: 1.3; }
.carousel-item .price { font-size: 16px; font-weight: 800; color: var(--primary); }

.carousel-btn { 
    background: white; 
    border: 1px solid var(--border-color); 
    border-radius: 50%; 
    width: 44px; 
    height: 44px; 
    font-size: 18px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    cursor: pointer; 
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%); 
    z-index: 10; 
    color: var(--dark); 
    box-shadow: 0 4px 10px rgba(0,0,0,0.08); 
    transition: all 0.2s ease; 
}
.carousel-btn:hover { background: var(--primary); color: white; border-color: var(--primary); }
.prev-btn { left: -22px; }
.next-btn { right: -22px; }

/* Адаптація для менших екранів (4, 3 або 2 товари) */
@media (max-width: 1200px) {
    .carousel-item { flex: 0 0 calc((100% - 60px) / 4) !important; width: calc((100% - 60px) / 4) !important; max-width: calc((100% - 60px) / 4) !important; }
}
@media (max-width: 900px) {
    .carousel-item { flex: 0 0 calc((100% - 40px) / 3) !important; width: calc((100% - 40px) / 3) !important; max-width: calc((100% - 40px) / 3) !important; }
}
@media (max-width: 768px) { 
    .related-products-section { padding: 30px 15px; } 
    .carousel-btn { display: none; } 
    .carousel-item { flex: 0 0 calc((100% - 20px) / 2) !important; width: calc((100% - 20px) / 2) !important; max-width: calc((100% - 20px) / 2) !important; }
}

/* ==========================================
   МОБІЛЬНИЙ ФІКС СТОРІНКИ ТОВАРУ (PRODUCT.CSS)
   ========================================== */
@media (max-width: 900px) {
    .product-main-grid { display: flex !important; flex-direction: column !important; gap: 20px !important; }
    .product-wrapper { padding: 20px 15px 80px !important; }
    .gallery-section-light, .price-card-light, .full-description-section, .specs-rozetka-section { padding: 20px !important; }
    .main-image-light { height: 280px !important; }
    .right-column-wrapper { position: static !important; }
    .desc-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
    .spec-row { flex-direction: column !important; gap: 5px !important; border-bottom: 1px solid #eee; padding-bottom: 8px; }
    .spec-key::after { display: none !important; }
}