/* cmsms stylesheet: promo-summer modified: 07/01/26 17:26:01 */
.summer-promo-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #0047A7;
    color: #fff;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
}

.summer-promo-badge {
    background: #2461B3;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.summer-promo-text {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.summer-promo-button {
    background: #fff;
    color: #0047A7;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
}

.summer-promo-close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 6px;
    line-height: 1;
    transition: opacity .2s;
}

.summer-promo-close:hover {
    opacity: .7;
}

#promo-close {
    display: none;
}

div:has(#promo-close:checked) + .summer-promo-banner {
    display: none;
}

.p-xl {
margin-top: 30px;
}
