/* Extracted page styles — legal-fa44b6d2.css (v110) */
— Modern Breadcrumbs */
        .breadcrumbs-modern {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
            padding: 0.5rem 1rem;
            background: linear-gradient(135deg, #ffffff, #f8f5f2);
            border-radius: 50px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
            margin-bottom: 1.5rem;
        }

        .breadcrumbs-modern a,
        .breadcrumbs-modern span {
            font-size: 0.85rem;
            text-decoration: none;
            color: #78716C;
            padding: 0.35rem 0.75rem;
            border-radius: 20px;
            transition: all 0.2s ease;
            font-weight: 500;
        }

        .breadcrumbs-modern a:hover {
            background: rgba(139, 92, 78, 0.1);
            color: #8B5C4E;
        }

        .breadcrumbs-modern .separator {
            color: #D4D4D4;
            padding: 0 0.25rem;
            font-size: 0.75rem;
        }

        .breadcrumbs-modern .current {
            background: linear-gradient(135deg, #8B5C4E, #8B5C4E);
            color: white;
        }

        .cancel-container {
            max-width: 700px;
            margin: 0 auto;
        }

        .info-box {
            background: #FEF3C7;
            border: 1px solid #F59E0B;
            border-radius: 12px;
            padding: 1.5rem;
            margin-bottom: 2rem;
        }

        .info-box h4 {
            color: #92400E;
            margin-bottom: 0.5rem;
        }

        .info-box p {
            color: #78350F;
            margin: 0;
            font-size: 0.95rem;
        }

        .step-card {
            background: white;
            border: 1px solid #E7E5E4;
            border-radius: 16px;
            padding: 1.5rem;
            margin-bottom: 1rem;
            display: flex;
            gap: 1rem;
            align-items: flex-start;
        }

        .step-number {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #8B5C4E, #8B5C4E);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            flex-shrink: 0;
        }

        .step-content h3 {
            margin-bottom: 0.5rem;
            font-size: 1.1rem;
        }

        .step-content p {
            color: #78716C;
            margin: 0;
            font-size: 0.95rem;
        }

        .step-content a {
            color: #8B5C4E;
            font-weight: 600;
        }

        .alternative-box {
            background: linear-gradient(135deg, #F5EBE0, #FDF4ED);
            border-radius: 16px;
            padding: 2rem;
            text-align: center;
            margin-top: 2rem;
        }

        .alternative-box h3 {
            margin-bottom: 0.5rem;
        }

        .alternative-box p {
            color: #78716C;
            margin-bottom: 1rem;
        }
