.cf-4de2e053-container {
    width: 100%;
    font-family: inherit;
}

.cf-4de2e053-field {
    margin-bottom: 15px;
}

.cf-4de2e053-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.cf-4de2e053-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
}

.cf-4de2e053-textarea {
    resize: vertical;
    min-height: 100px;
}

.cf-4de2e053-submit {
    display: inline-block;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    background-color: #0073aa;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.cf-4de2e053-submit:hover {
    background-color: #005177;
}

/* Modal Popup Styles */
.cf-4de2e053-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.cf-4de2e053-modal.is-active {
    opacity: 1;
    visibility: visible;
}

.cf-4de2e053-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.cf-4de2e053-modal-content {
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    z-index: 100000;
    text-align: center;
}

.cf-4de2e053-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
}

.cf-4de2e053-modal-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    color: #333;
}

.cf-4de2e053-modal-text {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

body.cf-4de2e053-modal-open {
    overflow: hidden;
}
