/*
Theme Name: Unity Links Theme
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here */

:root {
    --accent: 217 72% 52% !important;
    --accent-foreground: 0 0% 100% !important;
    --alert: 12 85% 55% !important;
    --background: 220 20% 97% !important;
    --border: 214 20% 88% !important;
    --card: 0 0% 100% !important;
    --card-foreground: 220 40% 13% !important;
    --coral: 4 78% 63% !important;
    --coral-foreground: 0 0% 100% !important;
    --foreground: 220 40% 13% !important;
    --gold: 45 93% 52% !important;
    --gold-foreground: 30 50% 15% !important;
    --muted-foreground: 215 15% 45% !important;
    --primary: 220 55% 22% !important;
    --primary-foreground: 210 40% 98% !important;
    --radius: 0.75rem !important;
    --secondary: 215 30% 93% !important;
    --success: 160 55% 40% !important;
    --teal: 174 55% 38% !important;
    --teal-foreground: 0 0% 100% !important;
    --trust: 220 55% 22% !important;
    --warm-orange: 28 90% 56% !important;
    --warm-orange-foreground: 0 0% 100% !important;
    --sidebar-ring: 217.2 91.2% 59.8% !important;
}
/* ESTILOS BASE */
.section-padding {
    padding: 4rem 1rem !important;
}
.container-narrow {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 80rem !important;
}
.fixed {
    position: fixed !important;
}
.absolute {
    position: absolute !important;
}
.relative {
    position: relative !important;
}
.inset-0 {
    inset: 0px !important;
}
.bottom-4 {
    bottom: 1rem !important;
}
.bottom-6 {
    bottom: 1.5rem !important;
}
.left-0 {
    left: 0px !important;
}
.left-3 {
    left: var(--radius) !important;
}
.left-4 {
    left: 1rem !important;
}
.left-6 {
    left: 1.5rem !important;
}
.right-0 {
    right: 0px !important;
}
.right-3 {
    right: var(--radius) !important;
}
.right-6 {
    right: 1.5rem !important;
}
.top-0 {
    top: 0px !important;
}
.top-3 {
    top: var(--radius) !important;
}
.z-50 {
    z-index: 50 !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-10 {
    margin-bottom: 2.5rem !important;
}
.mb-14 {
    margin-bottom: 3.5rem !important;
}
.mb-16 {
    margin-bottom: 4rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: var(--radius) !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 1.25rem !important;
}
.mb-6 {
    margin-bottom: 1.5rem !important;
}
.mb-8 {
    margin-bottom: 2rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.mt-12 {
    margin-top: 3rem !important;
}
.mt-3 {
    margin-top: var(--radius) !important;
}
.mt-4 {
    margin-top: 1rem !important;
}
.mt-8 {
    margin-top: 2rem !important;
}
.line-clamp-2 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}
.block {
    display: block !important;
}
.inline-block {
    display: inline-block !important;
}
.flex > div {
    display: flex !important;
}
.flex-sp {
    display: flex !important;
}
.flex-1 > div {
    flex: 1 1 0% !important;
}
.inline-flex > div {
    display: inline-flex !important;
}
.grid > div {
    display: grid !important;
}
.hidden {
    display: none !important;
}
.aspect-square {
    aspect-ratio: 1 / 1 !important;
}
.h-10 {
    height: 2.5rem !important;
}
.h-11 {
    height: 2.75rem !important;
}
.h-12 {
    height: 3rem !important;
}
.h-16 {
    height: 4rem !important;
}
.h-2 {
    height: 0.5rem !important;
}
.h-3 {
    height: var(--radius) !important;
}
.h-4 {
    height: 1rem !important;
}
.h-48 {
    height: 12rem !important;
}
.h-5 {
    height: 1.25rem !important;
}
.h-6 {
    height: 1.5rem !important;
}
.h-7 {
    height: 1.75rem !important;
}
.h-8 {
    height: 2rem !important;
}
.h-9 {
    height: 2.25rem !important;
}
.h-full {
    height: 100% !important;
}
.min-h-screen {
    min-height: 100vh !important;
}
.w-10 {
    width: 2.5rem !important;
}
.w-11 {
    width: 2.75rem !important;
}
.w-12 {
    width: 3rem !important;
}
.w-16 {
    width: 4rem !important;
}
.w-2 {
    width: 0.5rem !important;
}
.w-3 {
    width: var(--radius) !important;
}
.w-4 {
    width: 1rem !important;
}
.w-5 {
    width: 1.25rem !important;
}
.w-6 {
    width: 1.5rem !important;
}
.w-7 {
    width: 1.75rem !important;
}
.w-8 {
    width: 2rem !important;
}
.w-full {
    width: 100% !important;
}
.max-w-2xl {
    max-width: 42rem !important;
}
.max-w-sm {
    max-width: 24rem !important;
}
.max-w-xl {
    max-width: 36rem !important;
}
.flex-shrink-0 > div {
    flex-shrink: 0 !important;
}
.animate-pulse {
    animation: 2s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite normal none running pulse !important;
}
.resize-none {
    resize: none !important;
}
.grid-cols-1 > div {
    grid-template-columns: repeat(1, minmax(0px, 1fr)) !important;
}
.grid-cols-2 > div {
    grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
}
.flex-col > div {
    flex-direction: column !important;
}
.flex-wrap > div {
    flex-wrap: wrap !important;
}
.items-start > div {
    align-items: flex-start !important;
}
.items-center > div {
    align-items: center !important;
}
.items-center-sp {
    align-items: center !important;
}
.justify-center > div {
    justify-content: center !important;
}
.justify-center-sp {
    justify-content: center !important;
}
.justify-between > div {
    justify-content: space-between !important;
}
.gap-1 > div {
    gap: 0.25rem !important;
}
.gap-12 > div {
    gap: 3rem !important;
}
.gap-2 > div {
    gap: 0.5rem !important;
}
.gap-2-sp {
    gap: 0.5rem !important;
}
.gap-3 > div {
    gap: var(--radius) !important;
}
.gap-4 > div {
    gap: 1rem !important;
}
.gap-6 > div {
    gap: 1.5rem !important;
}
.gap-8 > div {
    gap: 2rem !important;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    margin-right: 0px !important;
    margin-left: -0.5rem !important;
}
.space-y-2 > div {
    margin-top: 0.5rem !important;
    margin-bottom: 0px !important;
    gap: 0.5rem !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem !important;
    margin-bottom: 0px !important;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.25rem !important;
    margin-bottom: 0px !important;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.5rem !important;
    margin-bottom: 0px !important;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.divide-border > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(var(--border)) !important;
}
.self-start {
    align-self: flex-start !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.whitespace-nowrap {
    white-space: nowrap !important;
}
.rounded-2xl {
    border-radius: 1rem !important;
}
.rounded-full {
    border-radius: 9999px !important;
}
.rounded-lg {
    border-radius: var(--radius) !important;
}
.rounded-md {
    border-radius: calc(var(--radius) - 2px) !important;
}
.rounded-xl {
    border-radius: var(--radius) !important;
}
.rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}
.rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
.border {
    border-width: 1px !important;
    border-style: solid;
}
.border-2 {
    border-width: 2px !important;
}
.border-b {
    border-bottom-width: 1px !important;
}
.border-t {
    border-top-width: 1px !important;
}
.border-t-0 {
    border-top-width: 0px !important;
}
.border-accent-30 {
    border-color: hsl(var(--accent) / 0.3) !important;
}
.border-alert-30 {
    border-color: hsl(var(--alert) / 0.3) !important;
}
.border-border {
    border-color: hsl(var(--border)) !important;
}
.border-card {
    border-color: hsl(var(--card)) !important;
}
.border-coral {
    border-color: hsl(var(--coral)) !important;
}
.border-primary-foreground-10 {
    border-color: hsl(var(--primary-foreground) / 0.1) !important;
}
.border-primary-foreground-30 {
    border-color: hsl(var(--primary-foreground) / 0.3) !important;
}
.border-success-30 {
    border-color: hsl(var(--success) / 0.3) !important;
}
.bg-accent {
    background-color: hsl(var(--accent)) !important;
}
.bg-accent-10 {
    background-color: hsl(var(--accent) / 0.1) !important;
}
.bg-accent-15 {
    background-color: hsl(var(--accent) / 0.15) !important;
}
.bg-accent-20 {
    background-color: hsl(var(--accent) / 0.2) !important;
}
.bg-accent-80 {
    background-color: hsl(var(--accent) / 0.8) !important;
}
.bg-alert {
    background-color: hsl(var(--alert)) !important;
}
.bg-alert-15 {
    background-color: hsl(var(--alert) / 0.15) !important;
}
.bg-background {
    background-color: hsl(var(--background)) !important;
}
.bg-border {
    background-color: hsl(var(--border)) !important;
}
.bg-card {
    background-color: hsl(var(--card)) !important;
}
.bg-card-95 {
    background-color: hsl(var(--card) / 0.95) !important;
}
.bg-coral {
    background-color: hsl(var(--coral)) !important;
}
.bg-gold {
    background-color: hsl(var(--gold)) !important;
}
.bg-primary {
    background-color: hsl(var(--primary)) !important;
}
.bg-primary-foreground-10 {
    background-color: hsl(var(--primary-foreground) / 0.1) !important;
}
.bg-primary-foreground-5 {
    background-color: hsl(var(--primary-foreground) / 0.05) !important;
}
.bg-primary-90 {
    background-color: hsl(var(--primary) / 0.9) !important;
}
.bg-secondary-50 {
    background-color: hsl(var(--secondary) / 0.5) !important;
}
.bg-success-15 {
    background-color: hsl(var(--success) / 0.15) !important;
}
.bg-teal {
    background-color: hsl(var(--teal)) !important;
}
.bg-warm-orange {
    background-color: hsl(var(--warm-orange)) !important;
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}
.bg-cover {
    background-size: cover !important;
}
.bg-center {
    background-position: center center !important;
}
.object-cover {
    object-fit: cover !important;
}
.p-3 {
    padding: var(--radius) !important;
}
.p-4 {
    padding: 1rem !important;
}
.p-5 {
    padding: 1.25rem !important;
}
.p-6 {
    padding: 1.5rem !important;
}
.px-3 {
    padding-left: var(--radius) !important;
    padding-right: var(--radius) !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: var(--radius) !important;
    padding-bottom: var(--radius) !important;
}
.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}
.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.pt-4 {
    padding-top: 1rem !important;
}
.text-center {
    text-align: center !important;
}
.font-body {
    font-family: var(--font-h) !important;
}
.font-display {
    font-family: var(--font-h) !important;
}
.text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}
.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}
.text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
}
.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.text-xl  > *{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}
.text-xl-sp {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}
.text-xs {
    font-size: var(--radius) !important;
    line-height: 1rem !important;
}
.font-bold {
    font-weight: 700 !important;
}
.font-extrabold {
    font-weight: 800 !important;
}
.font-medium {
    font-weight: 500 !important;
}
.font-semibold {
    font-weight: 600 !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.capitalize {
    text-transform: capitalize !important;
}
.italic {
    font-style: italic !important;
}
.leading-relaxed {
    line-height: 1.625 !important;
}
.leading-tight {
    line-height: 1.25 !important;
}
.tracking-tight {
    letter-spacing: -0.025em !important;
}
.tracking-wide {
    letter-spacing: 0.025em !important;
}
.tracking-wider {
    letter-spacing: 0.05em !important;
}
.tracking-widest {
    letter-spacing: 0.1em !important;
}
.text-accent {
    color: hsl(var(--accent)) !important;
}
.text-accent-foreground {
    color: hsl(var(--accent-foreground)) !important;
}
.text-accent-40 {
    color: hsl(var(--accent) / 0.4) !important;
}
.text-alert {
    color: hsl(var(--alert)) !important;
}
.text-card-foreground {
    color: hsl(var(--card-foreground)) !important;
}
.text-coral-foreground {
    color: hsl(var(--coral-foreground)) !important;
}
.text-foreground {
    color: hsl(var(--foreground)) !important;
}
.text-gold-foreground {
    color: hsl(var(--gold-foreground)) !important;
}
.text-muted-foreground {
    color: hsl(var(--muted-foreground)) !important;
}
.text-muted-foreground-40 {
    color: hsl(var(--muted-foreground) / 0.4) !important;
}
.text-primary-foreground {
    color: hsl(var(--primary-foreground)) !important;
}
.text-primary-foreground-40 {
    color: hsl(var(--primary-foreground) / 0.4) !important;
}
.text-primary-foreground-50 {
    color: hsl(var(--primary-foreground) / 0.5) !important;
}
.text-primary-foreground-60 {
    color: hsl(var(--primary-foreground) / 0.6) !important;
}
.text-primary-foreground-70 {
    color: hsl(var(--primary-foreground) / 0.7) !important;
}
.text-primary-foreground-80 {
    color: hsl(var(--primary-foreground) / 0.8) !important;
}
.text-success {
    color: hsl(var(--success)) !important;
}
.text-teal-foreground {
    color: hsl(var(--teal-foreground)) !important;
}
.text-warm-orange-foreground {
    color: hsl(var(--warm-orange-foreground)) !important;
}
.backdrop-blur-md {
    backdrop-filter: blur(12px) !important;
}
.backdrop-blur-sm {
    backdrop-filter: blur(4px) !important;
}
.transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.duration-300 {
    animation-duration: 300ms !important;
}
.duration-500 {
    animation-duration: 500ms !important;
}
.absolute.inset-0.bg-gradient-to-r.from-primary-80.via-primary-60.to-primary-30 {
    background-image: linear-gradient(
        to right,
        hsl(var(--trust) / 0.8),
        hsl(var(--trust) / 0.6),
        hsl(var(--trust) / 0.3)
    ) !important;
}
.bg-gradient-to-r.from-coral.via-alert.to-gold {
    background-image: linear-gradient(to right, hsl(var(--coral)), hsl(var(--alert)), hsl(var(--gold))) !important;
}
.absolute.inset-0.bg-gradient-to-t.from-primary-60.to-transparent {
    background-image: linear-gradient(to top, hsl(var(--trust) / 0.6), rgba(0, 0, 0, 0)) !important;
}

.from-blue-500-to-cyan-500 {
    background-image: linear-gradient(to right, hsl(var(--sidebar-ring)), rgb(6, 182, 212)) !important;
}
.from-purple-500-to-pink-500 {
    background-image: linear-gradient(to right, rgb(168, 85, 247), rgb(236, 72, 153)) !important;
}
.from-green-500-to-teal-500 {
    background-image: linear-gradient(to right, rgb(34, 197, 94), rgb(20, 184, 166)) !important;
}
.from-orange-500-to-red-500 {
    background-image: linear-gradient(to right, rgb(249, 115, 22), rgb(239, 68, 68)) !important;
}

@media (min-width: 640px) {
    .sm-flex > div {
        display: flex !important;
    }
    .sm-grid-cols-2 > div {
        grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
    }
    .sm-grid-cols-3 > div {
        grid-template-columns: repeat(3, minmax(0px, 1fr)) !important;
    }
    .sm-flex-row > div {
        flex-direction: row !important;
    }
    .sm-items-end > div {
        align-items: flex-end !important;
    }
    .sm-gap-12 > div {
        gap: 3rem !important;
    }
    .sm-self-auto {
        align-self: auto !important;
    }
    .sm-p-5 {
        padding: 1.25rem !important;
    }
    .sm-p-8 {
        padding: 2rem !important;
    }
    .sm-px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .sm-text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
    .sm-text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem !important;
    }
    .sm-text-5xl {
        font-size: 3rem !important;
        line-height: 1 !important;
    }
    .sm-text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }
}

@media (min-width: 768px) {
    .md-grid-cols-2 > div {
        grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
    }
    .md-grid-cols-3 > div {
        grid-template-columns: repeat(3, minmax(0px, 1fr)) !important;
    }
    .md-divide-x > :not([hidden]) ~ :not([hidden]) {
        border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
    }
    .md-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
    }
    .md-text-sm {
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
    }
}

@media (min-width: 1024px) {
    .lg-hidden {
        display: none !important;
    }
    .lg-grid-cols-2 > div {
        grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
    }
    .lg-grid-cols-4 > div {
        grid-template-columns: repeat(4, minmax(0px, 1fr)) !important;
    }
    .lg-grid-cols-5 > div {
        grid-template-columns: repeat(5, minmax(0px, 1fr)) !important;
    }
    .lg-gap-16 > div {
        gap: 4rem !important;
    }
    .lg-px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .lg-text-5xl {
        font-size: 3rem !important;
        line-height: 1 !important;
    }
    .lg-text-6xl {
        font-size: 3.75rem !important;
        line-height: 1 !important;
    }
}

/* --- MINIMAL POLYFILLS --- */
.w-fit{
    width: fit-content !important;
}
.flex-row > div {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

/* COMMUNITY (azul) */
/* =========================================================
   VARIANTES DE COLOR
   ========================================================= */

/* ---------- OFFICIAL (CORAL) ---------- */
.unity-alerts--official .unity-alerts-rss__header {
    background: hsl(var(--coral)) !important;
}

.unity-alerts--official .unity-alerts-rss__pill {
    background: hsl(var(--alert)) !important;
    color: hsl(var(--coral-foreground)) !important;
}

.unity-alerts--official .unity-alert-card__button,
.unity-alerts--official .unity-alerts-modal__link {
    background: hsl(var(--coral)) !important;
    color: hsl(var(--coral-foreground)) !important;
}

.unity-alerts--official .unity-alert-card__button:hover,
.unity-alerts--official .unity-alerts-modal__link:hover {
    background: hsl(var(--warm-orange)) !important;
}

.unity-alerts--official .unity-alert-card__phonebar {
    background: hsl(var(--coral)) !important;
    color: hsl(var(--coral-foreground)) !important;
}

.unity-alerts--official .unity-alert-card__meta-icon svg {
    fill: hsl(var(--coral)) !important;
}

.unity-alerts--official .unity-alerts-rss__nav::after {
    color: hsl(var(--coral)) !important;
}

.unity-alerts--official .swiper-pagination-bullet-active {
    background: hsl(var(--coral)) !important;
}

/* ---------- COMMUNITY (AZUL) ---------- */
.unity-alerts--community .unity-alerts-rss__header {
    background: hsl(var(--accent)) !important;
}

.unity-alerts--community .unity-alerts-rss__pill {
    background: hsl(var(--trust)) !important;
    color: hsl(var(--primary-foreground)) !important;
}

.unity-alerts--community .unity-alert-card__button,
.unity-alerts--community .unity-alerts-modal__link {
    background: hsl(var(--accent)) !important;
    color: hsl(var(--accent-foreground)) !important;
}

.unity-alerts--community .unity-alert-card__button:hover,
.unity-alerts--community .unity-alerts-modal__link:hover {
    background: hsl(var(--trust)) !important;
}

.unity-alerts--community .unity-alert-card__phonebar {
    background: hsl(var(--accent)) !important;
    color: hsl(var(--accent-foreground)) !important;
}

.unity-alerts--community .unity-alert-card__meta-icon svg {
    fill: hsl(var(--accent)) !important;
}

.unity-alerts--community .unity-alerts-rss__nav::after {
    color: hsl(var(--trust)) !important;
}

.unity-alerts--community .swiper-pagination-bullet-active {
    background: hsl(var(--accent)) !important;
}

/* ---------- PRIORITY BADGE ---------- */
.unity-alert-card__badge {
    background: hsl(var(--alert)) !important;
    color: hsl(var(--coral-foreground)) !important;
}

.unity-alerts--community .unity-alert-card__badge {
    background: hsl(var(--trust)) !important;
    color: hsl(var(--primary-foreground)) !important;
}
