    .iti {
        width: 100%;
    }

    .iti input.iti__tel-input,
    .iti input.iti__tel-input[type="text"],
    .iti input.iti__tel-input[type="tel"] {
        margin-top: 2.625px !important;
    }

    .tel_phone .iti--allow-dropdown {
        margin-bottom: 10.5px !important;
    }

    fieldset {
        margin-bottom: 5px;
    }

    small {
        margin-top: -10px
    }

    :root {
        --pico-spacing: 0.5rem;
        --pico-font-family: Rubik, sans-serif;
    }

    label {
        font-size: 16px;
        color: #6a6d77;
    }

    .payment-summary-card {
        background: #ffffff;
        border: 1px solid #e1e4e8;
        border-radius: 10px;
        padding: 1rem 1.25rem;
        margin-bottom: 1.5rem;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    }

    .summary-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.75rem;
    }

    .summary-header h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #2c2e2f;
    }

    .summary-body {
        padding: 0.75rem 0;
        border-top: 1px dashed #e5e7eb;
        border-bottom: 1px dashed #e5e7eb;
    }

    .summary-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.5rem;
        font-size: 14px;
        color: #4b5563;
    }

    .summary-item strong {
        color: #111827;
        font-weight: 500;
    }

    .summary-total {
        display: flex;
        justify-content: space-between;
        margin-top: 0.75rem;
        font-size: 18px;
        font-weight: 600;
        color: #003087;
        /* PayPal blue */
    }

    #card-form {
        max-width: 420px;

        margin: 0 auto;

    }

    .card-row {
        display: flex;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }

    #card-expiry-field-container,
    #card-cvv-field-container {
        flex: 1;
    }

    /* Pay button */
    #card-field-submit-button {
        width: 100%;
        height: 48px;
        margin-top: 0.75rem;
        background: #003087;
        color: #fff;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }

    #card-field-submit-button:hover {
        background: #00236b;
    }