.choir-banner-03455b53 {
    position: relative;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 40px;
    background-color: #383e42;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    min-height: 120px;
}

.choir-banner-03455b53.choir-banner-layout-sticky-top {
    position: fixed;
    top: 0;
    left: 0;
}

body.admin-bar .choir-banner-03455b53.choir-banner-layout-sticky-top {
    top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
    body.admin-bar .choir-banner-03455b53.choir-banner-layout-sticky-top {
        top: 46px;
    }
}

.choir-banner-content-03455b53 {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.choir-banner-badge-03455b53 {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.choir-banner-text-group-03455b53 {
    flex: 1 1 300px;
}

.choir-banner-title-03455b53 {
    margin: 0 0 4px 0;
    font-size: 32px;
    font-weight: 700;
    color: #00cccc;
}

.choir-banner-desc-03455b53 {
    margin: 0;
    font-size: 20px;
    opacity: 0.9;
    line-height: 1.4;
    color: #ffffff;
}

.choir-banner-btn-03455b53 {
    background-color: #00cccc;
    color: #383e42;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
}

.choir-banner-close-03455b53 {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.7;
    line-height: 1;
    padding: 5px;
    transition: opacity 0.2s;
}

.choir-banner-close-03455b53:hover {
    opacity: 1;
}

.choir-banner-03455b53.choir-banner-hidden-03455b53 {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    display: none !important;
}

@media (max-width: 1024px) {
    .choir-banner-03455b53 {
        min-height: 70px;
        padding: 8px 30px;
    }
    .choir-banner-title-03455b53 {
        font-size: 20px;
    }
    .choir-banner-desc-03455b53 {
        font-size: 14px;
    }
    .choir-banner-badge-03455b53 {
        font-size: 11px;
        padding: 4px 8px;
    }
}

@media (max-width: 768px) {
    .choir-banner-03455b53 {
        min-height: 55px;
        padding: 6px 15px;
    }
    .choir-banner-title-03455b53 {
        font-size: 16px;
    }
    .choir-banner-desc-03455b53 {
        font-size: 11px;
    }
    .choir-banner-badge-03455b53 {
        font-size: 10px;
        padding: 3px 6px;
    }
    .choir-banner-content-03455b53 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
    }
}
