/* SomGeek – svetlá verzia hodnotiaceho boxu */

html[data-sg-theme="light"] .sg-review-summary {
    background:
        radial-gradient(circle at 92% 10%, rgba(201, 145, 0, 0.10), transparent 24rem),
        linear-gradient(145deg, #ffffff, #f8f4ec 68%) !important;
    border-color: #d8cdbb !important;
    border-top-color: var(--sg-gold) !important;
    color: #202428 !important;
    box-shadow: 0 18px 42px rgba(74, 61, 37, 0.14) !important;
}

html[data-sg-theme="light"] .sg-review-summary::after {
    color: rgba(117, 91, 34, 0.055) !important;
}

html[data-sg-theme="light"] .sg-review-summary__header {
    background: rgba(255, 255, 255, 0.72) !important;
    border-bottom-color: #d8cdbb !important;
}

html[data-sg-theme="light"] .sg-review-summary__eyebrow {
    color: #9b6c00 !important;
}

html[data-sg-theme="light"] .sg-review-summary__header h2 {
    color: #171a1e !important;
    text-shadow: none !important;
}

html[data-sg-theme="light"] .sg-review-summary__score {
    background: linear-gradient(145deg, #f2ba20, #d79a00) !important;
    border-color: #c98d00 !important;
    color: #111418 !important;
    box-shadow: 0 12px 24px rgba(139, 99, 0, 0.20) !important;
}

html[data-sg-theme="light"] .sg-review-summary__score strong,
html[data-sg-theme="light"] .sg-review-summary__score span {
    color: #111418 !important;
}

html[data-sg-theme="light"] .sg-review-summary__verdict {
    background: #fffdf8 !important;
    border-bottom-color: #ded4c4 !important;
    color: #343a40 !important;
}

html[data-sg-theme="light"] .sg-review-summary__lists {
    background: #ffffff !important;
}

html[data-sg-theme="light"] .sg-review-points {
    color: #30363c !important;
}

html[data-sg-theme="light"] .sg-review-points--pros {
    background: #f8fcf9 !important;
}

html[data-sg-theme="light"] .sg-review-points--cons {
    background: #fffafa !important;
}

html[data-sg-theme="light"] .sg-review-points + .sg-review-points {
    border-color: #ded4c4 !important;
}

html[data-sg-theme="light"] .sg-review-points h3 {
    color: #202428 !important;
    text-shadow: none !important;
}

html[data-sg-theme="light"] .sg-review-points--pros h3 span {
    background: #23844a !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(35, 132, 74, 0.12) !important;
}

html[data-sg-theme="light"] .sg-review-points--cons h3 span {
    background: #b83d3d !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(184, 61, 61, 0.12) !important;
}

html[data-sg-theme="light"] .sg-review-points li {
    color: #3b4249 !important;
}

html[data-sg-theme="light"] .sg-review-points--pros li::before {
    color: #168343 !important;
}

html[data-sg-theme="light"] .sg-review-points--cons li::before {
    color: #c33535 !important;
}

html[data-sg-theme="light"] .sg-review-points p {
    color: #6b737b !important;
}

@media (max-width: 680px) {
    html[data-sg-theme="light"] .sg-review-points + .sg-review-points {
        border-top-color: #ded4c4 !important;
    }
}
