/**
 * Frontend styles for Lead Management Hub
 */

/* Form success message styles */
.leadmahu-form-success-message {
    background-color: #d4edda;
    color: #155724;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    font-weight: 500;
}

/* Form styles */
.leadmahu-embedded-form {
    max-width: 100%;
    margin-bottom: 20px;
}

.leadmahu-embedded-form p {
    margin-bottom: 15px;
}

.leadmahu-embedded-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.leadmahu-embedded-form input[type="text"],
.leadmahu-embedded-form input[type="email"],
.leadmahu-embedded-form input[type="number"],
.leadmahu-embedded-form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.leadmahu-embedded-form textarea {
    height: 120px;
}

.leadmahu-embedded-form input[type="submit"] {
    background-color: #2271b1;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.leadmahu-embedded-form input[type="submit"]:hover {
    background-color: #135e96;
}

/* SweetAlert container custom classes */
.leadmahu-swal-container {
    z-index: 99999;
}

.leadmahu-swal-popup {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
