/* Переопределяем переменные Cap */
cap-widget {
    --cap-background: rgba(255, 255, 255, 0.05) !important;
    --cap-border-color: rgba(255, 255, 255, 0.1) !important;
    --cap-color: #eef2f6 !important; /* светлый текст */
    --cap-checkbox-background: rgba(255, 255, 255, 0.05) !important;
    --cap-checkbox-border: 1px solid rgba(255, 255, 255, 0.15) !important;
    --cap-checkmark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%234f8cf7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 12 5 5L20 7'/%3E%3C/svg%3E") !important;
    --cap-spinner-color: #4f8cf7 !important;
    --cap-focus-ring: #4f8cf7 !important;
}
.credits {
    display: none !important;
}