.sab-banner {
    width: 100%;
    padding: 8px 14px;
    background: #005ea6;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sab-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sab-tag {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(0, 46, 87, 0.45);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.sab-viewport {
    flex: 1;
    overflow: hidden;
}

.sab-track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.sab-card {
    min-width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}

.sab-card-content {
    min-width: 0;
}

.sab-card-content h3 {
    margin: 0 0 2px;
    font-size: 0.9rem;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
}

.sab-card-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.83rem;
    line-height: 1.15;
    white-space: pre-line;
    overflow-wrap: anywhere;
}

.sab-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 0 0 auto;
}

.sab-nav {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sab-dots {
    display: flex;
    gap: 5px;
}

.sab-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.35);
}

.sab-dot.is-active {
    background: #fff;
}

@media (max-width: 768px) {
    .sab-banner {
        padding: 8px 10px;
    }

    .sab-inner {
        gap: 8px;
    }

    .sab-tag {
        font-size: 0.68rem;
        padding: 3px 6px;
    }

    .sab-card-content h3 {
        font-size: 0.8rem;
        line-height: 1.08;
    }

    .sab-card-content p {
        font-size: 0.74rem;
        line-height: 1.1;
    }

    .sab-controls {
        gap: 4px;
    }

    .sab-nav {
        width: 21px;
        height: 21px;
    }
}
