#campGeoNoticeModal {
    z-index: 1080;
}

.camp-geo-notice-card {
    border: 1.5px solid #fdba74;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(45, 77, 39, 0.22);
}

.camp-geo-notice-header {
    background: linear-gradient(135deg, #ff6b00 0%, #c24100 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px 24px;
    align-items: center;
    gap: 14px;
}

.camp-geo-notice-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 1.25rem;
}

.camp-geo-notice-header .modal-title {
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    margin: 0;
}

.camp-geo-notice-header .modal-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.82rem;
    margin-top: 2px;
}

.camp-geo-notice-lead {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #334155;
}

.camp-geo-notice-card .modal-footer {
    border-top: 1px solid #fde8d4;
    padding: 14px 20px 18px;
}

.camp-geo-notice-ack {
    width: 100%;
    white-space: normal;
    line-height: 1.35;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 16px;
    background: #ff6b00;
    border: none;
    color: #fff;
}

.camp-geo-notice-ack:hover,
.camp-geo-notice-ack:focus {
    background: #c24100;
    color: #fff;
}

html[data-theme="dark"] .camp-geo-notice-card {
    border-color: var(--camp-border, #3f3f46);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

html[data-theme="dark"] .camp-geo-notice-lead {
    color: var(--camp-text-muted, #cbd5e1);
}

html[data-theme="dark"] .camp-geo-notice-card .modal-footer {
    border-top-color: var(--camp-border, #3f3f46);
}
