    .closed-icon {
        width: 64px;
        height: 64px;
        background: #fef2f2;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        color: #dc2626;
        font-size: 1.5rem;
    }

    .closed-title {
        font-size: 1.75rem;
        font-weight: 600;
        color: #0f1729;
        margin-bottom: 8px;
        letter-spacing: -0.02em;
    }

    .closed-subtitle {
        font-size: 0.9375rem;
        color: #4b5563;
        margin-bottom: 32px;
    }

    .info-card {
        background: #f8fafc;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .info-card p {
        margin: 0;
        font-size: 0.9375rem;
        color: #4b5563;
    }

    .info-card a {
        color: var(--dc-blue);
        font-weight: 500;
        text-decoration: none;
    }

    .info-card a:hover {
        text-decoration: underline;
    }

    .back-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: var(--dc-blue);
        text-decoration: none;
        font-size: 0.9375rem;
        font-weight: 500;
        margin-top: 8px;
    }

    .back-link:hover {
        text-decoration: underline;
    }
