/* ============================================
   FORM OVERLAY - Shared across all landing pages
   /landing/forms/form-overlay.css
   ============================================ */

.prl-form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.prl-form-overlay-content {
    text-align: center;
    padding: 30px;
}

.prl-form-overlay-tick {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #2D6A4F;
    color: #ffffff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.prl-form-overlay-content h3 {
    font-size: 22px;
    color: #2B2A29;
    margin-bottom: 10px;
}

.prl-form-overlay-content p {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
}
