.mcl-form-7bf16c4e {
    max-width: 600px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.mcl-title-7bf16c4e {
    margin: 0 0 10px 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}

.mcl-desc-7bf16c4e {
    margin: 0 0 24px 0;
    font-size: 15px;
    color: #6c757d;
    line-height: 1.5;
}

.mcl-form-el-7bf16c4e {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mcl-row-7bf16c4e {
    display: flex;
    gap: 16px;
}

.mcl-field-7bf16c4e {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.mcl-field-half-7bf16c4e {
    flex: 1;
}

.mcl-field-prefix-7bf16c4e {
    flex: 0 0 120px;
    max-width: 120px;
}

.mcl-field-phone-7bf16c4e {
    flex: 1;
}

.mcl-label-7bf16c4e {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.mcl-required-7bf16c4e {
    color: #dc3545;
}

.mcl-input-7bf16c4e {
    width: 100%;
    padding: 10px 14px;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #f8f9fa;
    color: #333333;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.mcl-input-7bf16c4e::placeholder {
    color: #adb5bd;
}

.mcl-input-7bf16c4e:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
    background-color: #ffffff;
}

.mcl-input-7bf16c4e.mcl-error-7bf16c4e {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}

.mcl-submit-7bf16c4e {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    background-color: #0d6efd;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    margin-top: 8px;
}

.mcl-submit-7bf16c4e:hover {
    background-color: #0b5ed7;
}

.mcl-submit-7bf16c4e:active {
    transform: scale(0.98);
}

.mcl-submit-7bf16c4e:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.mcl-submit-7bf16c4e .mcl-spinner-7bf16c4e {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
    animation: mcl-spin-7bf16c4e 0.6s linear infinite;
}

@keyframes mcl-spin-7bf16c4e {
    to { transform: rotate(360deg); }
}

.mcl-message-7bf16c4e {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.mcl-message-7bf16c4e.mcl-success-7bf16c4e {
    background-color: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
}

.mcl-message-7bf16c4e.mcl-error-msg-7bf16c4e {
    background-color: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
}

@media (max-width: 575px) {
    .mcl-row-7bf16c4e {
        flex-direction: column;
    }
    .mcl-field-prefix-7bf16c4e {
        flex: 1;
        max-width: 100%;
    }
}
