/**
 * تنويه إيقاف المنصة
 */

.platform-shutdown-notice {
    background: #fff8e6;
    border: 2px solid #f59e0b;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    color: #78350f;
    line-height: 1.75;
    box-shadow: 0 2px 12px rgba(245, 158, 11, 0.15);
}

.platform-shutdown-notice-title {
    margin: 0 0 0.75rem;
    font-size: 1.15rem;
    color: #92400e;
}

.platform-shutdown-notice p {
    margin: 0 0 0.65rem;
}

.platform-shutdown-notice p:last-child {
    margin-bottom: 0;
}

.platform-shutdown-notice-closing {
    margin-top: 0.85rem !important;
    font-weight: 600;
}

@media (max-width: 576px) {
    .platform-shutdown-notice {
        padding: 1rem;
        font-size: 0.95rem;
    }
}
