.promo-banner {
    width: 100%;
    height: 3rem;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0.75rem;
}

.promo-banner a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.promo-banner a:hover {
    text-decoration: underline;
}
