/* Rubik, light form, burgundy brand accent */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');

:root { --lifko-burgundy: #b54a45; } /* update to exact HEX if needed */

.al-privacy-checkbox.rubik-burgundy { direction: rtl; margin: 10px 0 14px; }
.al-privacy-checkbox.rubik-burgundy .elementor-field-label { display: flex; gap: 8px; align-items: flex-start; font-family: 'Rubik', sans-serif; }

.al-privacy-checkbox.rubik-burgundy input[type="checkbox"] { margin-top: 3px; transform: scale(1.05); accent-color: var(--lifko-burgundy); }

.al-privacy-checkbox.rubik-burgundy .lifko-privacy-text { color: #222 !important; font-size: 15px; line-height: 1.6; font-weight: 400; }
.al-privacy-checkbox.rubik-burgundy a { color: var(--lifko-burgundy) !important; font-weight: 700; text-decoration: underline; }
.al-privacy-checkbox.rubik-burgundy a:hover { text-decoration: none; }
