.fr-container-0e3ec060 {
    display: inline-block;
    width: 100%;
}

.fr-btn-0e3ec060 {
    display: inline-block;
    background-color: #3b82f6;
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.2s ease-in-out;
}

.fr-btn-0e3ec060:hover {
    background-color: #2563eb;
}

/* Modal Popup Overlay */
.fr-modal-0e3ec060 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

body.admin-bar .fr-modal-0e3ec060 {
    top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
    body.admin-bar .fr-modal-0e3ec060 {
        top: 46px;
    }
}

/* Modal Content Box */
.fr-modal-content-0e3ec060 {
    background-color: #ffffff;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    padding: 30px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.fr-modal-close-0e3ec060 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #666;
}

.fr-modal-close-0e3ec060:hover {
    color: #000;
}

/* Form Wrapper Margin */
.fr-form-wrapper-0e3ec060 {
    margin-top: 10px;
}

.placeholder-text-0e3ec060 {
    color: #888;
    font-style: italic;
}

/* Prevent scroll on body when modal is active */
body.fr-modal-open-0e3ec060 {
    overflow: hidden;
}
