/*!
 * ScanNuts Manager - Stylesheet
 * Source : extrait de class-core.php (V100.90)
 * Les couleurs primaires sont des CSS Custom Properties
 * définies inline dans <head> via ScanNuts_Core_V100::print_inline_css_vars()
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

.scannuts-wrapper {
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
    margin: 20px auto;
    color: #333;
    position: relative;
    box-sizing: border-box;
}
.scannuts-wrapper * {
    box-sizing: border-box;
}

/* Hide default WP page title on page 24019 (ScanNuts tool page) */
.page-id-24019 .entry-title,
.page-id-24019 .et_pb_title_container h1,
.page-id-24019 .et_pb_post_title h1,
#post-24019 .entry-title {
    display: none !important;
}

/* ═══ MAIN HEADER BOX (structured header for [scannuts_table]) ═══ */
.sn-main-header-box {
    background: linear-gradient(135deg, #fff5eb 0%, #ffe0b2 100%);
    padding: 2.5rem 2rem 2rem;
    border-radius: 20px;
    border: 1px solid #ffd8b5;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 4px 24px rgba(224,165,100,0.08);
}
.sn-main-header-badge {
    display: inline-block;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(224,165,100,0.3);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 0.68rem;
    font-weight: 700;
    color: #c88a4f;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.sn-main-header-title {
    margin: 0 0 1rem 0 !important;
    padding: 0 !important;
    font-size: clamp(1.3rem, 2.8vw, 1.9rem) !important;
    font-weight: 900 !important;
    color: #4a2311 !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.15 !important;
    font-family: 'Poppins', sans-serif !important;
}
.sn-main-header-title sup {
    font-size: 0.5em;
    font-weight: 700;
    vertical-align: super;
    margin-left: 2px;
}

/* Info tip */
.sn-main-header-tip {
    max-width: 720px;
    margin: 0 auto 1.5rem;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(224,165,100,0.25);
    border-radius: 14px;
    padding: 14px 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    box-shadow: 0 2px 12px rgba(224,165,100,0.06);
}
.sn-main-header-tip-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
    line-height: 1.4;
}
.sn-main-header-tip-text {
    font-size: 0.82rem;
    color: #5a3820;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.sn-main-header-tip-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 8px;
}
.sn-main-header-tip-links a {
    font-size: 0.75rem;
    font-weight: 600;
    color: #c88a4f;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: #fff;
    border: 1px solid rgba(224,165,100,0.3);
    border-radius: 50px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(224,165,100,0.08);
}
.sn-main-header-tip-links a:hover {
    background: linear-gradient(135deg, #E0A564, #c88a4f);
    color: #fff;
    border-color: #c88a4f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(224,165,100,0.25);
}

/* KPI + scores row */
.sn-main-header-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 1.3rem;
}
.sn-main-header-scores {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.sn-main-header-box .sn-kpi-badge.sn-kpi-soft {
    background: rgba(255,255,255,0.85) !important;
    border: 1px solid rgba(224,165,100,0.25) !important;
    color: #4a2311 !important;
    padding: 10px 18px !important;
    border-radius: 50px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center;
    box-shadow: 0 2px 8px rgba(224,165,100,0.08);
}
.sn-main-header-box .sn-kpi-badge .sn-count {
    font-weight: 900;
    color: #ee5a24;
    font-size: 1rem;
    margin: 0 3px;
}
.sn-main-header-box .sn-stat-item {
    background: #fff;
    border: 1px solid rgba(224,165,100,0.2);
    border-radius: 50px;
    padding: 6px 14px 6px 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 0.85rem;
    color: #4a2311;
    box-shadow: 0 2px 8px rgba(224,165,100,0.08);
}
.sn-main-header-box .sn-stat-img {
    width: 22px;
    height: auto;
    flex-shrink: 0;
}

/* Search + filters */
.sn-main-header-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}
.sn-main-header-controls .sn-search {
    width: 100%;
    max-width: 460px;
    padding: 14px 24px;
    border: none;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    outline: none;
    background: #fff;
    color: #333;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    text-align: center;
    transition: box-shadow 0.25s ease;
}
.sn-main-header-controls .sn-search:focus {
    box-shadow: 0 4px 20px rgba(224,165,100,0.25);
}
.sn-main-header-controls .sn-search::placeholder {
    color: #b8945a;
    font-weight: 400;
}
.sn-main-header-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sn-main-header-filters select,
.sn-main-header-filters .sn-reset-btn {
    padding: 9px 18px;
    border-radius: 50px;
    border: 1px solid rgba(224,165,100,0.25);
    background: #fff;
    color: #4a2311;
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    box-shadow: 0 2px 8px rgba(224,165,100,0.08);
    transition: all 0.25s ease;
}
.sn-main-header-filters .sn-reset-btn {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
}
.sn-main-header-filters select:hover,
.sn-main-header-filters .sn-reset-btn:hover {
    border-color: #E0A564;
    background: #fff8f0;
}
.sn-main-header-filters select:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Actions (test request + app) */
.sn-main-header-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.sn-main-header-box #sn-btn-request-test,
.sn-main-header-box #sn-btn-app-header {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
}
.sn-main-header-box #sn-btn-request-test {
    background: linear-gradient(135deg, #E0A564 0%, #c88a4f 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(224,165,100,0.25);
}
.sn-main-header-box #sn-btn-request-test:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(224,165,100,0.35);
}
.sn-main-header-box #sn-btn-app-header {
    background: #fff;
    color: #c88a4f;
    border: 1px solid rgba(224,165,100,0.3);
    box-shadow: 0 2px 8px rgba(224,165,100,0.08);
}
.sn-main-header-box #sn-btn-app-header:hover {
    background: #fff8f0;
    border-color: #E0A564;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .sn-main-header-box {
        padding: 2rem 1.2rem 1.5rem;
    }
    .sn-main-header-tip {
        flex-direction: column;
        text-align: center;
        padding: 14px;
    }
    .sn-main-header-tip-icon { align-self: center; }
    .sn-main-header-tip-links { justify-content: center; }
    .sn-main-header-stats { gap: 8px; }
    .sn-main-header-box .sn-stat-item { padding: 5px 12px 5px 6px; font-size: 0.78rem; }
    .sn-main-header-box .sn-stat-img { width: 20px; }
    .sn-main-header-filters select,
    .sn-main-header-filters .sn-reset-btn { padding: 8px 14px; font-size: 0.72rem; }
    .sn-main-header-actions { flex-direction: column; width: 100%; }
    .sn-main-header-box #sn-btn-request-test,
    .sn-main-header-box #sn-btn-app-header { width: 100%; justify-content: center; }
}

.sn-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--sn-color-end);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: sn-spin 1s linear infinite;
    margin: 0 auto;
}
@keyframes sn-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.sn-stats-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}
.sn-kpi-group {
    display: flex;
    gap: 10px;
    align-items: center;
}
.sn-kpi-badge {
    display: inline-flex;
    align-items: center;
    background: #fff5eb;
    border: 1px solid #ffd8b5;
    padding: 5px 12px;
    border-radius: 30px;
    color: var(--sn-color-end);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    height: 34px;
    font-weight: 700;
}
.sn-kpi-icon {
    font-size: 1.1rem;
    margin-right: 5px;
} 
.sn-count {
    font-weight: 800;
    font-size: 1rem;
}
.sn-kpi-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 3px;
}

#sn-btn-request-test, #sn-btn-app-header {
    background: transparent;
    color: var(--sn-color-end);
    border: 1px solid var(--sn-color-end);
    padding: 0 15px;
    border-radius: 30px;
    height: 34px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    text-decoration: none;
}
#sn-btn-request-test:hover, #sn-btn-app-header:hover {
    background: var(--sn-color-end);
    color: #fff;
}

.sn-score-stats {
    display: flex;
    gap: 8px;
    align-items: center;
}
.sn-stat-item {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #555;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}
.sn-stat-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 5px;
}

.sn-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 8px;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}
.sn-controls input, .sn-controls select {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.85rem;
    transition: border 0.2s;
    font-family: 'Poppins', sans-serif;
}
.sn-controls input:focus, .sn-controls select:focus {
    border-color: var(--sn-color-end);
    outline:none;
}
.sn-controls input {
    flex: 1;
    min-width: 120px;
}
.sn-reset-btn {
    background: rgba(255, 159, 67, 0.12);
    border: 1px solid var(--sn-color-end);
    color: var(--sn-color-end);
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    display: none;
    font-weight: bold;
    transition: all 0.2s;
}
.sn-reset-btn:hover {
    background: var(--sn-color-end);
    color: #fff;
}

.sn-table-container {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.sn-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 0.9rem;
    table-layout: fixed;
    min-width: 100%;
}
.sn-table th {
    background: linear-gradient(135deg, var(--sn-color-start), var(--sn-color-end));
    color: white;
    padding: 12px 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    border: none;
    letter-spacing: 0.5px;
    text-align: center;
}
.sn-table td {
    padding: 8px 4px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    word-wrap: break-word;
}
.sn-table tr:hover {
    background-color: #fff9f0;
    cursor: pointer;
}
.sn-col-brand {
    text-align: center;
} 
.sn-brand-badge {
    display: inline-block;
    background: #ffffff;
    color: var(--sn-color-end);
    border: 1px solid #e0e0e0;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 20px;
    white-space: normal;
    word-wrap: break-word;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.sn-col-img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.sn-score-icon {
    width: 40px;
    height: auto;
    object-fit: contain;
}
.sn-prod-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.sn-cat-badge {
    display: inline-block;
    background: rgba(255, 159, 67, 0.12);
    color: #ee5a24;
    font-family: 'Poppins', sans-serif;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    border: none;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.sn-pagination {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
.sn-pagination button {
    padding: 8px 18px;
    cursor: pointer;
    border: 1px solid #ffd8b5;
    background: linear-gradient(135deg, #fff5eb 0%, #faebd7 100%);
    border-radius: 30px;
    color: #c88a4f;
    font-size: 0.85rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(224,165,100,0.1);
}
.sn-pagination button:hover:not(:disabled) {
    background: linear-gradient(135deg, #E0A564 0%, #c88a4f 100%);
    color: #fff;
    border-color: #c88a4f;
    box-shadow: 0 4px 16px rgba(224,165,100,0.3);
    transform: translateY(-1px);
}
.sn-pagination button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.sn-pagination .sn-page-info {
    font-weight: 600;
    font-size: 0.85rem;
    color: #555;
}

/* MODAL / POPUP STYLES */
.sn-modal-overlay {
    position: fixed;
    z-index: 2147483647;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: 100px 10px;
    box-sizing: border-box;
    backdrop-filter: blur(3px);
}
.sn-modal-overlay.show {
    opacity: 1;
}
.sn-modal {
    background: #fff;
    width: 100%;
    max-width: 800px;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
    position: relative;
    margin: 0 auto 50px auto;
    transform: scale(0.95);
    transition: transform 0.3s;
    font-family: 'Poppins', sans-serif;
}
.sn-modal-overlay.show .sn-modal {
    transform: scale(1);
}

body.sn-stop-scroll {
    overflow: hidden !important;
    height: 100vh;
}

.sn-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 32px;
    color: #bbb;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #eee;
    cursor: pointer;
    z-index: 20;
    transition: 0.2s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.sn-modal-close:hover {
    color: var(--sn-color-end);
    border-color: var(--sn-color-end);
    transform: rotate(90deg);
}

.sn-m-header {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 30px 30px 10px 30px;
    background: #fff;
    border-radius: 16px 16px 0 0;
}
.sn-m-visual {
    flex: 0 0 250px;
    max-width: 250px;
}
.sn-m-img-frame {
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    height: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.sn-m-img-large {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
}
.sn-m-info {
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
}
.sn-m-brand {
    color: var(--sn-color-end);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: block;
}
.sn-m-title {
    margin: 0 0 15px 0;
    color: #222;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
}
.sn-m-scores {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.sn-m-score-item {
    text-align: center;
    flex: 1;
    min-width: 60px;
    max-width: 80px;
}
.sn-m-score-item.global {
    flex: 0 0 auto;
    padding-right: 20px;
    border-right: 1px solid #e5e5e5;
    margin-right: 5px;
    max-width:none;
}
.sn-m-score-img-global {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
    margin: 0 auto 5px auto;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}
.sn-m-score-label-global {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--sn-color-end);
    font-weight: 800;
    display: block;
    letter-spacing: 1px;
}
.sn-m-score-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    margin: 0 auto 5px auto;
    opacity: 0.9;
}
.sn-m-score-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
    display: block;
}

.sn-m-body {
    padding: 10px 30px 30px 30px;
}
.sn-section-label {
    font-size: 0.85rem;
    color: #888;
    margin: 25px 0 8px 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sn-box-light {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}
.sn-obj-list {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.sn-obj-tag {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #555;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}
.sn-characs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.sn-tag {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    border: 1px solid #eee;
}
.sn-tag.bio {
    background: #e8f5e9;
    color: #2e7d32;
    border-color: #c8e6c9;
}
.sn-tag.vegan {
    background: #f1f8e9;
    color: #558b2f;
    border-color: #dcedc8;
}
.sn-tag.gluten {
    background: #fff8e1;
    color: #f9a825;
    border-color: #ffecb3;
}
.sn-tag.doping {
    background: #e3f2fd;
    color: #1565c0;
    border-color: #bbdefb;
}
.sn-text-italic {
    font-style: italic;
    color: #777;
    line-height: 1.5;
    font-size: 0.75rem;
}

.sn-alert-box {
    background: #fff5f5;
    border: 1px solid #ffeeba;
    padding: 15px;
    border-radius: 8px;
    margin-top: 5px;
}
.sn-alert-tag {
    display: inline-block;
    background: #fff;
    border: 1px solid #f5c6cb;
    color: #c0392b;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.sn-promo-box {
    background: #eef9ee;
    color: #27ae60;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    border: 1px dashed #27ae60;
    text-align: center;
    margin-top: 15px;
}
.sn-promo-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #eef9ee 0%, #d4f1d4 100%);
    color: #27ae60 !important;
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 700;
    border: 2px dashed #27ae60;
    text-align: center;
    margin-top: 15px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(39,174,96,0.1);
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.sn-promo-btn:hover {
    background: linear-gradient(135deg, #d4f1d4 0%, #b8e6b8 100%);
    border-color: #1e8449;
    border-style: solid;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(39,174,96,0.25);
}
.sn-promo-btn.sn-promo-copied {
    background: linear-gradient(135deg, #27ae60 0%, #1e8449 100%);
    color: #fff !important;
    border-color: #1e8449;
    border-style: solid;
}
.sn-promo-btn.sn-promo-copied .sn-promo-btn-label strong,
.sn-promo-btn.sn-promo-copied .sn-promo-btn-discount,
.sn-promo-btn.sn-promo-copied .sn-promo-btn-copy {
    background: rgba(255,255,255,0.25);
    color: #fff;
    border-color: rgba(255,255,255,0.4);
}
.sn-promo-btn-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.sn-promo-btn-label strong {
    letter-spacing: 0.06em;
    background: rgba(39,174,96,0.12);
    padding: 3px 9px;
    border-radius: 6px;
    margin-left: 4px;
    transition: all 0.3s ease;
}
.sn-promo-btn-discount {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(135deg, rgba(255,107,53,0.12) 0%, rgba(232,93,38,0.06) 100%);
    color: #d4512a;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid rgba(232,93,38,0.15);
    white-space: nowrap;
    transition: all 0.3s ease;
}
.sn-promo-btn-copy {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #27ae60;
    background: rgba(39,174,96,0.1);
    border: 1px solid rgba(39,174,96,0.2);
    padding: 4px 10px;
    border-radius: 8px;
    margin-left: auto;
    transition: all 0.3s ease;
    white-space: nowrap;
}
@media (max-width: 600px) {
    .sn-promo-btn {
        padding: 12px 16px;
        font-size: 0.82rem;
        gap: 8px;
    }
    .sn-promo-btn-copy { margin-left: 0; }
}
.sn-m-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}
.sn-btn-action {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s;
    font-size: 0.9rem;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}
.sn-btn-buy {
    background: linear-gradient(135deg, var(--sn-color-start), var(--sn-color-end));
    color: #fff !important;
    grid-column: 1 / -1;
    font-size: 1.1rem;
    padding: 12px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(238,90,36,0.3);
}
.sn-btn-buy:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(238,90,36,0.4);
}
.sn-btn-sheet {
    background: #fff;
    border: 1px solid #ddd;
    color: #666 !important;
}
.sn-btn-sheet:hover {
    border-color: var(--sn-color-end);
    color: var(--sn-color-end) !important;
}
.sn-btn-share {
    background: transparent;
    border: 1px solid #ddd;
    color: #666;
}
.sn-btn-share:hover {
    background: #eef9ee;
    color: #2e7d32;
    border-color: #2e7d32;
}
.sn-btn-report {
    grid-column: 1 / -1;
    background: transparent;
    border: 1px solid #f8d7da;
    color: #c0392b;
}
.sn-btn-report:hover {
    background: #fff5f5;
    border-color: #f5c6cb;
    color: #c0392b;
}
.sn-m-footer-links {
    margin-top: 20px;
    text-align: center;
    font-size: 0.75rem;
    color: #aaa;
}
.sn-m-footer-links a {
    color: #999;
    text-decoration: none;
    margin-left: 20px;
    transition: color 0.2s;
}
.sn-m-footer-links a:hover {
    color: var(--sn-color-end);
    text-decoration: underline;
}

.sn-shine {
    position: relative;
    overflow: hidden;
}
.sn-shine::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: sn-shine-anim 3s infinite;
}
@keyframes sn-shine-anim {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}

.sn-app-promo-box {
    background: #f0f7ff;
    border: 1px solid #d0e3ff;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.sn-app-text {
    font-size: 0.85rem;
    color: #333;
    line-height: 1.3;
}
.sn-btn-app-small {
    background: #007bff;
    color: #fff;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}
.sn-btn-app-small:hover {
    background: #0056b3;
    color: #fff;
}

.sn-report-form {
    padding: 10px 0;
}
.sn-report-form h4 {
    color: var(--sn-color-end);
    margin-top: 0;
}
.sn-report-form textarea, .sn-report-form input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    font-family: inherit;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.sn-report-form textarea {
    height: 80px;
}
.sn-report-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.sn-report-actions button {
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    font-weight: bold;
}
.sn-btn-cancel {
    background: #eee;
    color: #555;
}
.sn-btn-send {
    background: var(--sn-color-end);
    color: #fff;
}

/* PRODUCT SHEET V2 SPECIFIC STYLES */
.sn-v2-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    font-family: 'Poppins', sans-serif;
    color: #333;
}
.sn-v2-header {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    align-items: flex-start;
}
.sn-v2-visual {
    flex: 0 0 300px;
    max-width: 300px;
}
.sn-v2-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
}

.sn-v2-combined-box {
    display: flex;
    background: #f9f9f9;
    border-radius: 16px;
    border: 1px solid #eee;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    overflow: hidden;
}
.sn-v2-box-col {
    flex: 1;
    padding: 25px;
}
.sn-v2-box-col h3 {
    margin-top:0;
    font-size:1.1rem;
    color:#333;
    font-weight:800;
    margin-bottom:15px;
}
.sn-v2-box-divider {
    width: 1px;
    background: #eaeaea;
    margin: 20px 0;
}

.sn-v2-img-frame {
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    height: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing: border-box;
}
.sn-v2-img-frame img {
    max-width: 100%;
    max-height: 280px;
    object-fit: contain;
}

.sn-v2-brand-pill {
    background: #d38d50;
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    display: inline-block;
    align-self: flex-start;
}
.sn-v2-star {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #b8742a;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 4px 12px 4px 10px;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(255,215,0,0.15) 0%, rgba(224,165,100,0.18) 100%);
    border: 1px solid rgba(184,116,42,0.25);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(184,116,42,0.12);
    transition: all 0.3s ease;
}
.sn-v2-star::before {
    content: '⭐';
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    filter: drop-shadow(0 0 4px rgba(255,215,0,0.6));
    animation: sn-star-pulse 2.4s ease-in-out infinite;
    transform-origin: center;
}
.sn-v2-star::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.55) 50%, transparent 100%);
    animation: sn-star-shine 3.6s ease-in-out infinite;
    pointer-events: none;
}
.sn-v2-star-text {
    display: inline-block;
    background: linear-gradient(90deg, #b8742a 0%, #d49250 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 800;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
}

/* ════════════════════════════════════════════════════════════════════════════
   FICHE MARQUE — Bouton « Site web » (lien site officiel)
   ──────────────────────────────────────────────────────────────────────────
   Style cohérent avec .sn-lieu-vente-tag (palette soft-blue) avec un hover
   dynamique : inversion de couleurs + lift + ombre portée. Texte seul, sans
   emoji ni flèche pour ne pas surcharger.
   ════════════════════════════════════════════════════════════════════════════ */
.sn-website-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    background: #f0f7ff;
    color: #2a6a8e;
    border: 1px solid rgba(85,152,192,0.22);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(85,152,192,0.08);
}
.sn-website-pill:hover {
    background: #2a6a8e;
    color: #fff;
    border-color: #2a6a8e;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(42,106,142,0.25);
}
@keyframes sn-star-pulse {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 4px rgba(255,215,0,0.6)); }
    50% { transform: scale(1.12); filter: drop-shadow(0 0 8px rgba(255,215,0,0.9)); }
}
@keyframes sn-star-shine {
    0% { left: -75%; }
    45% { left: 125%; }
    100% { left: 125%; }
}
.sn-v2-main-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 10px 0;
    line-height: 1.3;
    color: #222;
}

.sn-v2-expert-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.sn-v2-expert-text strong {
    font-size: 1.1rem;
    color: #ee5a24;
}
.sn-v2-expert-text em {
    color: #777;
    font-style: italic;
    font-size: 0.9rem;
}

.sn-v2-buy-inline {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.sn-v2-promo-small {
    background: #eef9ee;
    color: #27ae60;
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: bold;
    border: 1px dashed #27ae60;
    font-size: 0.9rem;
}
.sn-v2-promo-copy-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #eef9ee;
    color: #27ae60;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: bold;
    border: 1px dashed #27ae60;
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(39,174,96,0.08);
}
.sn-v2-promo-copy-btn:hover {
    background: linear-gradient(135deg, #d4f1d4 0%, #b8e6b8 100%);
    border-style: solid;
    box-shadow: 0 4px 14px rgba(39,174,96,0.2);
    transform: translateY(-1px);
}
.sn-v2-promo-copy-btn.sn-promo-copied {
    background: linear-gradient(135deg, #27ae60 0%, #1e8449 100%);
    color: #fff;
    border-color: #1e8449;
    border-style: solid;
    box-shadow: 0 4px 14px rgba(39,174,96,0.3);
}
.sn-v2-promo-copy-btn .sn-v2-promo-icon {
    font-size: 1rem;
    line-height: 1;
}
.sn-v2-promo-copy-btn .sn-v2-promo-text {
    font-weight: 700;
}
.sn-v2-promo-copy-btn .sn-v2-promo-text strong {
    letter-spacing: 0.05em;
    margin-left: 2px;
}
.sn-v2-promo-copy-btn .sn-v2-promo-divider {
    width: 1px;
    height: 16px;
    background: rgba(39,174,96,0.3);
    transition: background 0.3s ease;
}
.sn-v2-promo-copy-btn.sn-promo-copied .sn-v2-promo-divider {
    background: rgba(255,255,255,0.4);
}
.sn-v2-promo-copy-btn .sn-v2-promo-action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 600;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}
.sn-v2-promo-copy-btn:hover .sn-v2-promo-action {
    opacity: 1;
}
.sn-v2-btn-buy-small {
    background: linear-gradient(135deg, var(--sn-color-start), var(--sn-color-end));
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    box-shadow: 0 4px 10px rgba(238,90,36,0.3);
    transition: 0.2s;
    display: inline-block;
}
.sn-v2-btn-buy-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(238,90,36,0.4);
}

.sn-v2-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.sn-v2-tag {
    background: #f4f4f4;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #ddd;
}
.sn-v2-tag.bio {
    background: #e8f5e9;
    border-color: #c8e6c9;
    color: #2e7d32;
}
.sn-v2-tag.vegan {
    background: #f1f8e9;
    color: #558b2f;
    border-color: #dcedc8;
}
.sn-v2-tag.gluten {
    background: #fff8e1;
    color: #f9a825;
    border-color: #ffecb3;
}
.sn-v2-tag.doping {
    background: #e3f2fd;
    color: #1565c0;
    border-color: #bbdefb;
}

.sn-v2-flex-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
/* v102.37 — Boutons "Objectifs" sur les fiches produits : style aligné sur
   les pills "Typologie" des fiches marques (gradient beige doré + bordure
   chaude, hover translation/shadow). Cohérence visuelle entre fiche produit
   et fiche marque. */
.sn-v2-small-tag {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.01em;
    white-space: normal;
    line-height: 1.3;
    background: linear-gradient(135deg, #fff5eb 0%, #ffe4c2 100%);
    color: #b8742a;
    border: 1.5px solid rgba(184,116,42,0.25);
    box-shadow: 0 2px 8px rgba(184,116,42,0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: default;
    margin: 2px;
}
.sn-v2-small-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(184,116,42,0.22);
}

.sn-v2-vigilance-master-acc {
    background: transparent;
    margin-bottom: 20px;
}
.sn-v2-vig-master-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 5px 0;
}
.sn-v2-vig-master-head h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    color: #c0392b;
    font-family: 'Poppins', sans-serif;
}
.sn-v2-vig-master-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.sn-v2-vigilance-master-acc.open .sn-v2-vig-master-body {
    max-height: 5000px;
}
.sn-v2-vig-master-head .sn-chevron {
    transition: transform 0.3s;
    font-size: 0.9rem;
    color: #c0392b;
}
.sn-v2-vigilance-master-acc.open .sn-v2-vig-master-head .sn-chevron {
    transform: rotate(180deg);
}

.sn-vigilance-accordion {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.sn-vig-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: none;
}
.sn-vig-item:last-child {
    border-bottom: none;
}
.sn-vig-head {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: transparent;
    font-size: 0.85rem;
    font-weight:600;
    font-family: 'Poppins', sans-serif;
    color: #555;
    border-bottom: none;
    transition: 0.3s;
}
.sn-vig-head:hover {
    background: transparent;
    opacity: 0.7;
    color: #ee5a24;
}
.sn-vig-body {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 0.85rem;
    color: #555;
    background: transparent;
}
.sn-vig-item.open .sn-vig-body {
    max-height: 2000px;
    padding: 5px 0 15px 0;
}
.sn-vig-item .sn-chevron {
    transition: transform 0.3s;
    font-size: 0.8rem;
    color:#bbb;
}
.sn-vig-item.open .sn-chevron {
    transform: rotate(180deg);
    color:#333;
}

.sn-v2-tabs-section {
    margin-bottom: 50px;
    display: flex;
    gap: 40px;
}
.sn-v2-tabs-container {
    flex: 1;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}
.sn-v2-tab-nav {
    display: flex;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}
/* v102.36 — Onglets : style uppercase compact "label" pour optimiser l'espace
   (desktop + mobile) et gagner en lisibilité. Poppins light 300 pour
   l'aspect épuré ; uppercase + letter-spacing pour le côté "label/badge". */
.sn-v2-tab-link {
    flex: 1;
    padding: 16px 12px;
    border: none;
    background: none;
    font-weight: 300;
    color: #777;
    cursor: pointer;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.2s;
    font-family: 'Poppins', sans-serif;
}
.sn-v2-tab-link:hover {
    background: #f0f0f0;
    color: #d39e65;
}
.sn-v2-tab-link.active {
    background: #fff;
    color: #d39e65;
    border-bottom: 3px solid #d39e65;
    font-weight: 500;
}
.sn-v2-tab-pane {
    display: none;
    padding: 30px;
}
.sn-v2-tab-pane.active {
    display: block;
}
.sn-v2-tab-pane h4 {
    font-family: 'Poppins', sans-serif;
    margin-top:0;
}

.sn-v2-italic {
    font-style: italic;
    color: #666;
    line-height: 1.6;
    font-size: 0.75rem;
    font-weight: 300;
}
.sn-v2-light-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #333;
    line-height: 1.6;
    font-size: 0.85rem;
}
.sn-v2-crit-intro {
    font-style: italic;
    color: #888;
    margin-bottom: 30px;
    font-size: 0.85rem;
    font-weight: 400;
}

.sn-v2-acc-details {
    font-size: 0.85rem;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.sn-v2-acc-details table {
    width: 100%;
    border-collapse: collapse;
}
.sn-v2-acc-details tr {
    border-bottom: 1px dotted #ddd;
    transition: background-color 0.2s;
}
.sn-v2-acc-details tr:last-child {
    border-bottom: none;
}
.sn-v2-acc-details tr:hover {
    background-color: #fffbf0;
}
.sn-v2-acc-details td {
    padding: 12px 5px;
    vertical-align: middle;
}
.sn-v2-acc-details td:first-child {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    background: #fff5eb;
    border: 1px solid #ffe0b2;
    border-radius: 6px;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 300;
    color: #e67e22;
    padding: 8px;
    box-sizing: border-box;
}
.sn-v2-acc-details td:nth-child(2) {
    color: #555;
    font-style: italic;
    font-weight: 300;
    padding-left: 15px;
    font-size: 0.75rem;
}

.sn-v2-sidebar {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sn-sidebar-box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}
.sn-sb-blue-title {
    color: #3498db;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.sn-sb-app-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1.1rem;
    color: #ee5a24;
    font-weight: 800;
    margin-bottom: 10px;
}
.sn-sb-italic {
    font-style: normal;
    font-size: 0.85rem;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}
.sn-sb-btn-blue {
    display: block;
    width: 100%;
    background: #3498db;
    color: white !important;
    font-weight: bold;
    padding: 12px 0;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);
    transition: transform 0.2s;
    position: relative;
    overflow: hidden;
    font-size: 0.9rem;
}
.sn-sb-btn-blue:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.sn-sb-btn-share {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, var(--sn-color-start), var(--sn-color-end));
    color: white !important;
    font-weight: bold;
    padding: 12px 0;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(238, 90, 36, 0.3);
    transition: transform 0.2s;
    position: relative;
    overflow: hidden;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.sn-sb-btn-share:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(238, 90, 36, 0.4);
				background: linear-gradient(135deg, #ff9f43, #ee5a24);
				color: white !important;
}

.sn-v2-criteria-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 30px;
}
.sn-v2-crit-title-pill {
    display: inline-block;
    background: rgba(139, 69, 19, 0.1);
    color: #8b4513;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.sn-v2-accordion {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    overflow: hidden;
}
.sn-v2-acc-head {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #fff;
}
.sn-v2-acc-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.sn-v2-acc-text strong {
    font-size: 1.1rem;
    display: block;
    color:#333;
} 
.sn-v2-acc-score-text {
    font-weight: 300;
    font-size: 0.8rem;
    color: #8b4513;
    margin-top: 2px;
}

.sn-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sn-anim-ring {
    background: conic-gradient(var(--c) calc(var(--p)*1%), #eee 0);
    transition: --p 2s ease-out;
}
.sn-circle-inner {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow:hidden;
}
.sn-circle-inner img {
    width: 32px;
    max-width: 100%;
    height: auto;
}

.sn-v2-acc-body {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    background: #fafafa;
}
.sn-v2-accordion.open .sn-v2-acc-body {
    padding: 20px;
    max-height: 2000px;
}

.sn-v2-sticky-buy {
    display: none;
}

/* BRAND LANDING & BRAND SHEET SPECIFIC STYLES */
.sn-brand-products-section {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
    margin-bottom: 40px;
}
/* ════════════════════════════════════════════════════════════════════════════
   FICHE MARQUE — Section "Exemples de produits"
   ──────────────────────────────────────────────────────────────────────────
   Charte graphique alignée sur la page Code Promo (.sn-cp-prod-card)
   pour cohérence visuelle entre les 3 types de fiches.
   ════════════════════════════════════════════════════════════════════════════ */
.sn-brand-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 250px));
    gap: 1rem;
    justify-content: center;
    max-width: 850px;
    margin: 0 auto;
}
.sn-bp-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 14px;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.sn-bp-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}
/* Surcharge locale du brand-badge à l'intérieur des cards (style coupon) */
.sn-bp-card .sn-brand-badge {
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ee5a24;
    background: #fff5eb;
    border: none;
    border-radius: 20px;
    padding: 3px 10px;
    margin-bottom: 0.5rem;
    box-shadow: none;
}
.sn-bp-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto 0.5rem;
    display: block;
}
.sn-bp-score {
    width: 40px;
    height: auto;
    display: block;
    margin: 10px auto 0;
}

/* ════════════════════════════════════════════════════════════════════════════
   PAGINATION PARTAGÉE (.sn-cl-pagination)
   ──────────────────────────────────────────────────────────────────────────
   Promue depuis class-coupon-module.php pour réutilisation sur la fiche
   marque (et toute future fiche). Identique au style original coupon.
   ════════════════════════════════════════════════════════════════════════════ */
.sn-cl-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 2rem;
}
.sn-cl-pagination button {
    background: #fff5eb;
    color: #E0A564;
    border: 1px solid #ffd8b5;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.82rem;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s;
}
.sn-cl-pagination button:hover:not(:disabled) {
    background: #E0A564;
    color: #fff;
}
.sn-cl-pagination button:disabled {
    opacity: 0.4;
    cursor: default;
}
.sn-cl-page-info {
    font-weight: 600;
    font-size: 0.85rem;
    color: #555;
}

.sn-bl-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    font-family: 'Poppins', sans-serif;
}
.sn-bl-header-box {
    background: linear-gradient(135deg, #fff5eb, #ffe0b2);
    padding: 40px 20px;
    border-radius: 20px;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    border: 1px solid #ffd8b5;
}
.sn-bl-main-title {
    margin: 0 0 15px 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #4a2311;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.sn-bl-filters {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}
.sn-bl-filters-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
}
.sn-bl-input-search {
    padding: 22px 30px;
    border: none;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    outline: none;
    background: #fff;
    color: #333;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s;
}
.sn-bl-input-search::placeholder {
    font-size: 0.85rem;
    color: #888;
}
.sn-bl-input-search:focus {
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.sn-bl-input-small {
    padding: 6px 12px;
    border: 1px solid #eee;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    outline: none;
    background: rgba(255,255,255,0.9);
    color: #444;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    width: max-content;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s;
}
.sn-bl-input-small:hover {
    border-color: #ddd;
}

.sn-bl-count-pill {
    background: #fff5eb;
    border: 1px solid #ffd8b5;
    display: inline-flex;
    padding: 8px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(238,90,36,0.15);
    color: #ee5a24;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.sn-bl-stars {
    color: #48dbfb;
    text-shadow: 0 0 10px #48dbfb;
    margin-right: 8px;
    font-size: 1.3rem;
    animation: star-scintille 1.2s ease-in-out infinite alternate;
    display: inline-block;
}
@keyframes star-scintille {
    0% { opacity: 0.6; transform: scale(0.8) rotate(0deg); text-shadow: 0 0 5px #48dbfb; }
    100% { opacity: 1; transform: scale(1.2) rotate(15deg); text-shadow: 0 0 20px #0abde3, 0 0 30px #48dbfb; }
}

.sn-bl-count-pill strong {
    color: #d35400;
    font-size: 1.1rem;
    margin-right: 5px;
}

.sn-bl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
.sn-bl-card-wrapper {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    overflow: hidden;
    transition: transform 0.2s;
    position: relative;
}
.sn-bl-card-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.sn-bl-star-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.2rem;
    z-index: 10;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
}

.sn-bl-card {
    text-decoration: none;
    color: #333;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.sn-bl-card-top {
    background: #fcfcfc;
    padding: 30px 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.sn-bl-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.sn-bl-card-bottom {
    padding: 20px;
    flex: 1;
}
.sn-bl-title {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    font-weight: 800;
    text-align: center;
}
.sn-bl-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sn-bl-count {
    font-size: 0.75rem;
    color: #27ae60;
    background: #eef9ee;
    border: 1px solid #c8e6c9;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: bold;
}
.sn-bl-score {
    width: 35px;
    height: auto;
}

.sn-sb-btn-soft-orange {
    background: #fff5eb;
    color: #ee5a24 !important;
    border: 1px solid #ffd8b5;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s;
    cursor: pointer;
}
.sn-sb-btn-soft-orange:hover {
    background: #ffe0b2;
    color: #d35400 !important;
}
.sn-bl-btn {
    margin: 15px auto;
    width: calc(100% - 30px);
    display: block;
    text-align: center;
    font-size: 0.85rem;
    padding: 10px 0;
    border-radius: 30px;
    box-sizing: border-box;
    text-decoration: none;
}

#sn-bl-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
#sn-bl-pagination button {
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 0.85rem;
    border-style: solid;
}
#sn-bl-pagination button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.sn-prod-pill {
    display: inline-block;
    background: #fff5eb;
    color: #ee5a24;
    border: none;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 8px;
    max-width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.4;
}

@media(max-width: 768px) {
    .sn-stats-bar {
        flex-direction: column;
        align-items: center;
    }
    .sn-kpi-group {
        width: 100%;
        justify-content: center;
        margin-bottom: 8px;
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    #sn-btn-app-header { order: -2; } 
    #sn-btn-request-test { order: -1; }
    .sn-kpi-badge {
        height: auto;
        padding: 4px 10px;
    }
    .sn-score-stats {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
    }
    .sn-stat-item {
        font-size: 0.7rem;
        padding: 2px 6px;
    }
    
    .sn-table {
        font-size: 0.75rem;
        min-width: 100%;
    }
    .sn-table th {
        font-size: 0.65rem;
        padding: 10px 2px;
    }
    .sn-table td {
        padding: 8px 2px;
    }
    .sn-col-img img {
        width: 40px;
        height: 40px;
    }
    .sn-score-icon {
        width: 30px;
    }
    .sn-cat-badge {
        font-size: 0.55rem;
        padding: 2px 4px;
        white-space: normal;
        word-wrap: break-word;
    }
    .sn-brand-badge {
        font-size: 0.55rem;
        padding: 4px 6px;
        line-height: 1.2;
        letter-spacing: 0;
        white-space: normal !important;
        word-wrap: break-word;
    }

    .sn-modal-overlay {
        padding: 10px !important;
        align-items: flex-start;
    }
    .sn-modal {
        margin: 10px auto 50px auto !important;
        width: 100% !important;
        max-width: 100%;
        border-radius: 12px;
    }
    .sn-m-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }
    .sn-m-visual {
        flex: auto;
        max-width: 100%;
    }
    .sn-m-img-large {
        max-height: 150px;
    }
    .sn-m-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sn-m-scores {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .sn-m-score-item.global {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .sn-m-actions {
        grid-template-columns: 1fr;
        gap: 10px;
    } 
    .sn-m-body {
        padding: 15px;
    }
    .sn-modal-close {
        top: 5px;
        right: 5px;
    } 

    .sn-v2-header {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .sn-v2-visual {
        flex: auto;
        max-width: 100%;
    }
    .sn-v2-buy-inline {
        justify-content: center;
        align-items: center;
    }
    .sn-v2-combined-box {
        flex-direction: column;
    }
    .sn-v2-box-divider {
        width: auto;
        height: 1px;
        margin: 0 25px;
    }
    .sn-v2-tabs-section {
        flex-direction: column;
    }
    /* ─── Onglets : permettre les 4 boutons (À propos / Affiliation / 🌰 / 📲)
       d'être visibles et utilisables sur smartphone ─────────────────────── */
    .sn-v2-tab-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .sn-v2-tab-nav::-webkit-scrollbar {
        display: none;
    }
    .sn-v2-tab-link {
        flex: 1 0 auto;
        padding: 12px 8px;
        font-size: 0.7rem;
        letter-spacing: 0.3px;
        white-space: nowrap;
    }
    .sn-v2-tab-pane {
        padding: 20px 15px;
    }
    .sn-v2-sidebar {
        display: none;
    }
    .sn-v2-sticky-buy {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 15px;
        box-shadow: 0 -2px 15px rgba(0,0,0,0.1);
        z-index: 9999;
        box-sizing: border-box;
    }
    .sn-v2-wrapper {
        padding-bottom: 80px;
    }
    .sn-v2-acc-details td {
        display: block;
        width: 100%;
    }
    .sn-v2-acc-details td:first-child {
        width: 100%;
        max-width: 100%;
        margin-bottom: 5px;
    }
    .sn-v2-acc-details td:nth-child(2) {
        padding-left: 0;
    }
    .sn-bl-filters-row {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .sn-bl-input-search {
        max-width: 100%;
        box-sizing: border-box;
    }
    .sn-bl-input-small {
        width: max-content;
        max-width: 300px;
        box-sizing: border-box;
    }
}

/* ════════════════════════════════════════════════════════════════════════════
   FICHE MARQUE — Typologie hiérarchisée (territoire principal + secondaire)
   ──────────────────────────────────────────────────────────────────────────
   - sn-typology-stack : conteneur vertical des deux blocs
   - sn-typology-block : un bloc (label + bouton)
   - sn-typology-pill  : le bouton encapsulé (couleur principale ou secondaire)
   ════════════════════════════════════════════════════════════════════════════ */
.sn-typology-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 4px;
}
.sn-typology-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.sn-typology-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.sn-typology-pill {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.01em;
    white-space: normal;
    line-height: 1.3;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: default;
}
.sn-typology-pill--main {
    background: linear-gradient(135deg, #fff5eb 0%, #ffe4c2 100%);
    color: #b8742a;
    border: 1.5px solid rgba(184,116,42,0.25);
    box-shadow: 0 2px 8px rgba(184,116,42,0.12);
}
.sn-typology-pill--main:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(184,116,42,0.22);
}
.sn-typology-pill--secondary {
    background: rgba(85,152,192,0.08);
    color: #2a6a8e;
    border: 1px solid rgba(85,152,192,0.22);
    font-size: 0.78rem;
    font-weight: 600;
    box-shadow: 0 1px 4px rgba(85,152,192,0.08);
}
.sn-typology-pill--secondary:hover {
    transform: translateY(-1px);
    background: rgba(85,152,192,0.14);
    box-shadow: 0 3px 10px rgba(85,152,192,0.18);
}

/* ════════════════════════════════════════════════════════════════════════════
   FICHE MARQUE — Onglet "À propos" (sections avec emoji)
   ════════════════════════════════════════════════════════════════════════════ */
.sn-about-section {
    margin-bottom: 20px;
}
.sn-about-section:last-child {
    margin-bottom: 0;
}
.sn-about-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.sn-about-emoji {
    font-size: 1.05rem;
    line-height: 1;
}
.sn-about-section p {
    margin: 0;
    color: #444;
    font-size: 0.85rem;
    line-height: 1.6;
}

/* Tags lieux de vente */
.sn-lieux-vente-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}
.sn-lieu-vente-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 20px;
    background: #f0f7ff;
    color: #2a6a8e;
    border: 1px solid rgba(85,152,192,0.22);
    font-size: 0.78rem;
    font-weight: 600;
    transition: transform 0.2s ease, background 0.2s ease;
}
.sn-lieu-vente-tag:hover {
    transform: translateY(-1px);
    background: #e1f0ff;
}

/* ════════════════════════════════════════════════════════════════════════════
   FICHE MARQUE — Onglet "Avis des 📲" (bientôt disponible)
   ════════════════════════════════════════════════════════════════════════════ */
.sn-coming-soon {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, rgba(57,87,156,0.04) 0%, rgba(85,152,192,0.06) 100%);
    border-radius: 14px;
    border: 1px dashed rgba(57,87,156,0.18);
}
.sn-coming-soon-icon {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 12px;
    display: inline-block;
    animation: sn-coming-soon-bounce 2.4s ease-in-out infinite;
}
@keyframes sn-coming-soon-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
.sn-coming-soon-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: #39579C;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.sn-coming-soon-text {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.6;
    font-weight: 400;
    font-style: normal;
    max-width: 480px;
    margin: 0 auto 18px auto;
}
.sn-coming-soon-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(52,152,219,0.3);
}
.sn-coming-soon-cta::before {
    content: '📥';
    font-size: 0.95em;
}
.sn-coming-soon-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(52,152,219,0.4);
}

/* ──────────────────────────────────────────────────────────────────────
   v102.36 — Box "Signalez" sur les fiches marques et produits
   ──────────────────────────────────────────────────────────────────────
   Permet à un visiteur de signaler une erreur via une modal flottante
   qui pousse vers le même endpoint AJAX sn_send_report que le bouton
   présent dans les pop-ups du tableau général /scannuts-conseils/. */

/* Titre rouge de la box (matche EXACTEMENT le style de .sn-sb-blue-title
   pour cohérence visuelle entre Partagez et Signalez). */
.sn-sb-red-title {
    color: #ee5a24;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

/* Bouton "Signaler une erreur" — gradient orange/rouge cohérent avec
   les couleurs INWT (signalement = alerte = chaud, vs partage = froid). */
.sn-sb-btn-report {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(135deg, #FF6B6B 0%, #ee5a24 100%);
    color: #ffffff !important;
    border: none;
    padding: 11px 22px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(238, 90, 36, 0.28);
    text-align: center;
}
.sn-sb-btn-report:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(238, 90, 36, 0.45);
}
.sn-sb-btn-report:active {
    transform: translateY(0);
}

/* Modal de signalement — overlay flottant centré, créé dynamiquement
   par scannuts.js au clic sur n'importe quel bouton .sn-sb-btn-report. */
.sn-sb-report-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 0;
    transition: opacity 0.25s ease;
    padding: 16px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.sn-sb-report-overlay.visible {
    opacity: 1;
}
.sn-sb-report-modal {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px 24px;
    max-width: 460px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    font-family: 'Poppins', sans-serif;
    transform: translateY(20px) scale(0.95);
    transition: transform 0.25s ease;
    box-sizing: border-box;
}
.sn-sb-report-overlay.visible .sn-sb-report-modal {
    transform: translateY(0) scale(1);
}
.sn-sb-report-close {
    position: absolute;
    top: 10px; right: 14px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #999;
    padding: 4px 8px;
    transition: color 0.2s ease;
}
.sn-sb-report-close:hover { color: #333; }
.sn-sb-report-modal h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d3748;
}
.sn-sb-report-modal .sn-sb-report-context {
    margin: 0 0 16px;
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.5;
}
.sn-sb-report-modal .sn-sb-report-context strong {
    color: #2d3748;
}
.sn-sb-report-email,
.sn-sb-report-msg {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 10px;
    transition: border-color 0.2s ease;
}
.sn-sb-report-email:focus,
.sn-sb-report-msg:focus {
    outline: none;
    border-color: #ee5a24;
}
.sn-sb-report-msg {
    resize: vertical;
    min-height: 110px;
    font-family: 'Poppins', sans-serif;
}
.sn-sb-report-actions {
    text-align: right;
    margin-top: 6px;
}
.sn-sb-report-send {
    background: linear-gradient(135deg, #FF6B6B 0%, #ee5a24 100%);
    color: #ffffff;
    border: none;
    padding: 10px 26px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(238, 90, 36, 0.25);
}
.sn-sb-report-send:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(238, 90, 36, 0.4);
}
.sn-sb-report-send:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
.sn-sb-report-success {
    text-align: center;
    padding: 20px 10px 10px;
}
.sn-sb-report-success-icon {
    font-size: 3rem;
    margin-bottom: 12px;
}
.sn-sb-report-success-text {
    color: #2d3748;
    font-weight: 600;
    margin-bottom: 6px;
}
.sn-sb-report-success-sub {
    color: #6b7280;
    font-size: 0.85rem;
}