.unity-alerts-rss {
    background: #fff;
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    max-width: 100%;
}
.unity-alerts-rss__header {
    background: #2f66e8;
    color: #fff;
    text-align: center;
    padding: 12px 16px;
}
.unity-alerts-rss__header-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.unity-alerts-rss__pill {
    display: inline-block;
    padding: 8px 14px;
    background: #2149a8;
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.unity-alerts-rss__counter {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.unity-alerts-rss__slider-wrap {
    position: relative;
    background: #fff;
}
.unity-alerts-rss__swiper {
    padding: 18px 18px 50px;
}
.unity-alert-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 690px;
    background: #fff;
}
.unity-alert-card__media {
    position: relative;
    background: #eef2f7;
    border-radius: 16px;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    overflow: hidden;
}
.unity-alert-card__image {
    width: auto;
    max-width: 100%;
    max-height: 330px;
    object-fit: contain;
    display: block;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}
.unity-alert-card__content {
    padding: 12px 0 0;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    max-height: 250px;
}
.unity-alert-card__badge {
    display: inline-block;
    background: #ff6b6b;
    color: #fff;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: lowercase;
    margin-bottom: 8px;
}
.unity-alert-card__name {
    margin: 0 0 12px;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 800;
    color: #0b2343;
}
.unity-alert-card__meta {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}
.unity-alert-card__meta-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 1rem;
    color: #243b5a;
}
.unity-alert-card__meta-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    line-height: 0;
    margin-top: 2px;
}
.unity-alert-card__meta-icon svg {
    width: 18px;
    height: 18px;
    fill: #2f66e8;
    display: block;
}
.unity-alert-card__excerpt {
    color: #35506f;
    font-size: 0.98rem;
    line-height: 1.65;
    padding-right: 6px;
}
.unity-alert-card__phonebar {
    margin-top: 12px;
    background: #f05f57;
    color: #fff;
    border-radius: 12px;
    padding: 10px 14px;
    text-align: center;
}
.unity-alert-card__phonebar-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    opacity: .95;
}
.unity-alert-card__phonebar-number {
    display: block;
    margin-top: 2px;
    font-size: 1.05rem;
    font-weight: 800;
}
.unity-alert-card__footer {
    padding-top: 14px;
}
.unity-alert-card__button {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 16px 18px;
    background: #2f66e8;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity .2s ease;
}
.unity-alert-card__button:hover {
    opacity: .92;
}
.unity-alerts-rss__nav {
    position: absolute;
    top: 174px;
    width: 52px;
    height: 52px;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .20);
    z-index: 5;
    cursor: pointer;
}
.unity-alerts-rss__nav::after {
    font-size: 22px !important;
    font-weight: 900;
    color: #1f3b75;
}
.unity-alerts-rss__nav--prev {
    left: 14px;
}
.unity-alerts-rss__nav--next {
    right: 14px;
}
.unity-alerts-rss__pagination {
    text-align: center;
    margin-top: 16px;
}
.unity-alerts-rss .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cbd5e1;
    opacity: 1;
}
.unity-alerts-rss .swiper-pagination-bullet-active {
    background: #2f66e8;
}
.unity-alerts-rss__empty {
    padding: 48px 24px;
    text-align: center;
    color: #64748b;
}
.unity-alerts-rss__empty-icon {
    width: 72px;
    height: 72px;
    border: 3px solid #cbd5e1;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 14px;
}
.unity-alerts-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}
.unity-alerts-modal.is-open {
    display: block;
}
.unity-alerts-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.65);
}
.unity-alerts-modal__dialog {
    position: relative;
    width: min(720px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    margin: 24px auto;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.25);
}
.unity-alerts-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 24px;
    cursor: pointer;
    z-index: 3;
}
.unity-alerts-modal__body {
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 28px 24px 24px;
}
.unity-alerts-modal__image-wrap {
    background: #eef2f7;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 18px;
    text-align: center;
}
.unity-alerts-modal__image {
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
    border-radius: 6px;
}
.unity-alerts-modal__name {
    margin: 0 0 14px;
    font-size: 2rem;
    line-height: 1.15;
    color: #0b2343;
}
.unity-alerts-modal__meta {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
    color: #243b5a;
}
.unity-alerts-modal__description {
    color: #334155;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 22px;
    white-space: pre-wrap;
}
.unity-alerts-modal__link {
    display: inline-block;
    padding: 14px 18px;
    background: #2f66e8;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .unity-alerts-rss__header {
        padding: 10px 14px;
    }
    .unity-alert-card {
        min-height: 630px;
    }
    .unity-alert-card__media {
        min-height: 270px;
        padding: 14px;
    }
    .unity-alert-card__image {
        max-height: 240px;
    }
    .unity-alert-card__content {
        max-height: 230px;
    }
    .unity-alert-card__name,
    .unity-alerts-modal__name {
        font-size: 1.55rem;
    }
    .unity-alerts-rss__nav {
        top: 132px;
        width: 46px;
        height: 46px;
    }
}
/* COMMUNITY (azul) */
.unity-alerts--community .unity-alerts-rss__header {
    background: #2f66e8;
}

.unity-alerts--community .unity-alert-card__button {
    background: #2f66e8;
}

.unity-alerts--community .unity-alert-card__phonebar {
    background: #2f66e8;
}