/* Closure Notice — Banner Zone */

.cn-banner-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: Roboto, sans-serif;
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cn-banner-wrap .cn-banner-box {
    width: 80%;
    height: 80%;
    background: linear-gradient(135deg, #fff, var(--bg));
    border: 0.6cqmin solid var(--accent);
    outline: dashed 1cqmin var(--accent);
    outline-offset: 0.8cqmin;
    border-radius: 2cqmin;
    padding: 2cqh 3cqw;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0 3cqw;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 0 0 0.1cqmin rgba(255,255,255,0.05),
                0 1cqmin 3cqmin rgba(0,0,0,0.6);
}

.cn-banner-wrap .cn-banner-icon {
    font-size: 12cqh !important;
    color: var(--accent);
    margin-bottom: 0.5cqh;
}

.cn-banner-wrap .cn-banner-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cn-banner-wrap .cn-banner-notice {
    font-family: Montserrat, sans-serif;
    font-size: 12cqh !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.05em !important;
    color: var(--text);
    text-transform: uppercase;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.cn-banner-wrap .cn-banner-reason {
    font-family: Montserrat, sans-serif;
    font-size: 8cqh !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    color: var(--accent);
    margin-top: 1cqh;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.cn-banner-wrap .cn-banner-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cn-banner-wrap .cn-banner-message {
    text-align: center;
    font-size: 10cqh !important;
    font-weight: normal !important;
    line-height: 1.4 !important;
    letter-spacing: normal !important;
    color: var(--text);
    opacity: 0.8;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.cn-banner-wrap .cn-banner-alt {
    display: flex;
    align-items: center;
    gap: 1cqw;
    margin-top: 1cqh;
}

.cn-banner-wrap .cn-banner-alt-icon {
    font-size: 7cqh !important;
    color: var(--accent);
    flex-shrink: 0;
}

.cn-banner-wrap .cn-banner-alt-text {
    font-size: 7cqh !important;
    font-weight: normal !important;
    line-height: 1.3 !important;
    letter-spacing: normal !important;
    color: var(--text);
    opacity: 0.6;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.cn-banner-wrap .cn-banner-date-badge {
    display: inline-flex;
    align-items: center;
    gap: 1cqw;
    padding: 2cqh 2cqw;
    background: var(--accent);
    color: var(--bg);
    border-radius: 3cqmin;
    white-space: nowrap;
    flex-shrink: 0;
}

.cn-banner-wrap .cn-banner-date-icon {
    font-size: 8cqh !important;
}

.cn-banner-wrap .cn-banner-date-text {
    font-size: 8cqh !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
