.pf-01c2e5b5-btn-wrapper {
    /* Alignment is handled by Elementor responsive controls */
}

.pf-01c2e5b5-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* Default resets to let Elementor controls take over */
    padding: 12px 24px;
    background-color: #0073e6;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.pf-01c2e5b5-btn .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pf-01c2e5b5-btn .elementor-button-icon {
    display: flex;
    align-items: center;
}

.pf-01c2e5b5-btn .elementor-button-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

/* Ensure FA fonts apply correctly */
.pf-01c2e5b5-btn i,
.pf-01c2e5b5-btn .elementor-button-icon i {
    font-size: inherit;
    line-height: 1;
}

.pf-01c2e5b5-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.pf-01c2e5b5-popup {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    width: 90%;
    max-width: 450px;
    max-height: 90vh;
    overflow-y: auto;
}

.pf-01c2e5b5-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.pf-01c2e5b5-close:hover {
    color: #000;
}

.pf-01c2e5b5-field-wrapper {
    margin-bottom: 15px;
}

.pf-01c2e5b5-field-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.pf-01c2e5b5-form input,
.pf-01c2e5b5-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.pf-01c2e5b5-submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.pf-01c2e5b5-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.pf-01c2e5b5-msg {
    color: #28a745;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    background: #e8f5e9;
    border-radius: 4px;
}
