.broken_link, a.broken_link {
    text-decoration: none !important;
}
/* Gravity Form Styling */

#gform_wrapper_8 input,
#gform_wrapper_8 textarea {
    background: rgba(255,255,255,.08) !important;
    border: none !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 18px !important;
}

#gform_wrapper_8 textarea {
    min-height: 180px;
}

#gform_wrapper_8 input::placeholder,
#gform_wrapper_8 textarea::placeholder {
    color: rgba(255,255,255,.7);
}

#gform_wrapper_8 .gfield_label {
    display: none;
}

#gform_wrapper_8 .gform_button {
    background: linear-gradient(
        180deg,
        #ddb29f 0%,
        #c8866b 100%
    ) !important;

    border: none !important;
    border-radius: 40px !important;

    color: #000 !important;
    font-size: 18px !important;
    font-weight: 700 !important;

    padding: 18px 40px !important;

    width: auto !important;
    min-width: 340px !important;

    white-space: nowrap !important;
}

.lander-nl-signup #gform_wrapper_4 input[type="email"] {
    background: transparent !important;
    border: 1px solid #ffffff !important;
    border-radius: 50px !important;
    color: #ffffff !important;
}

.lander-nl-signup #gform_wrapper_4 .gform_button {
    background: linear-gradient(90deg,#d39a80,#e4b89f) !important;
    border-radius: 50px !important;
    color: #1c2c45 !important;
}

.lander-nl-signup #gform_wrapper_4 input::placeholder,
.lander-nl-signup #gform_wrapper_4 textarea::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}

.lander-nl-signup #gform_wrapper_4 .gform_button {
    background: linear-gradient(90deg,#d39a80,#e4b89f) !important;
    border: none !important;
    border-radius: 50px !important;
    color: #1c2c45 !important;

    min-width: 150px !important;
    height: 40px !important;

    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

/* 1. REMOVE BORDER/PADDING AROUND THE IMAGE & POPUP CONTAINER */
.pum-container {
    padding: 0 !important; /* Removes the inner padding forcing the blue frame */
    border: none !important; /* Strips any outer theme borders */
    background: #192239 !important; /* Forces the uniform dark navy color */
    overflow: hidden !important; /* Keeps the image corners sharp and contained */
}

/* 2. MAKE THE POPUP CONTAINER SMALLER & RESPONSIVE */
/* Adjusts the overall footprint to match the compact box in expectation.jpg */
#pum-box, .pum-container {
    max-width: 750px !important; 
    width: 100% !important;
}

/* Ensure the columns split the smaller container perfectly 50/50 */
.pum-container .wp-block-columns {
    margin: 0 !important;
    gap: 0 !important;
}

/* 3. INCREASE THE "10% OFF" TEXT SIZE EXCLUSIVELY INSIDE POPUPS */
/* Target only H2s inside Popup Maker so your global website H2 headings are untouched */
.pum-container h2 {
    font-size: 5.5rem !important; /* Makes it prominently large like expectation.jpg */
    font-family: serif; /* Matches the editorial font styling */
    color: #ffffff !important;
    margin-top: 10px !important;
    margin-bottom: 25px !important;
}

/* 4. MAKE THE FORM FILL THE RIGHT COLUMN & FIX SUBMIT BUTTON */
/* Extends the form inputs to match the width of the headline text */
.pum-container .gform_wrapper form {
    width: 100% !important;
    max-width: 85% !important; /* Centers it nicely with safe margins */
    margin: 0 auto !important;
}

/* Stretches the submit button to match full width of the input fields above it */
.pum-container .gform_button {
    width: 100% !important;
    background: #E5C3B3 !important; /* Solid dusty peach color, no gradients */
    color: #000000 !important;
    border-radius: 0px !important;
    padding: 14px !important;
}

/* 1. FIX THE TEXT OVERLAPPING (LINE-HEIGHT & SPACING) */
.pum-container .gform_validation_errors h2.gform_submission_error {
    font-family: inherit !important;
    font-size: 1.2rem !important; /* Forces the error banner text to be normal-sized */
    line-height: 1.4 !important;  /* Spreads the lines out vertically so they NEVER overlap */
    letter-spacing: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    text-transform: none !important;
}

/* 2. STYLE THE ERROR BOX CONTAINER NICELY */
.pum-container .gform_validation_errors {
    border: 1px solid #ff6b6b !important; /* Subtle red border */
    background-color: rgba(255, 107, 107, 0.15) !important; /* Soft, transparent red fill */
    padding: 15px !important;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    border-radius: 4px !important;
}

/* 3. ALIGN THE INDIVIDUAL FIELD ERROR MESSAGES */
/* This handles those little red "At least one field must be filled out" text boxes */
.pum-container .gfield_validation_message {
    background: none !important;
    border: none !important;
    color: #ff6b6b !important;
    padding: 5px 0 0 0 !important;
    font-size: 0.85rem !important;
    margin-bottom: 10px !important;
}

/* 1. HIDE THE "!" ICON ONLY FOR FORM ID 9 INSIDE THE POPUP */
.pum-container #gform_wrapper_9 .gform_validation_errors .gform-icon,
.pum-container #gform_wrapper_9 .gform_validation_errors h2::before,
.pum-container #gform_wrapper_9 .gform_validation_errors .gform_submission_error::before,
.pum-container #gform_wrapper_9 .gform_submission_error_icon {
    display: none !important;
    content: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* 2. RE-ALIGN THE TEXT BOX ONLY FOR FORM ID 9 INSIDE THE POPUP */
.pum-container #gform_wrapper_9 .gform_validation_errors h2.gform_submission_error {
    font-family: inherit !important;
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
    display: block !important;
    text-align: center !important; /* Centers the text beautifully */
}

/* 3. STYLE THE ERROR WRAPPER BOX ONLY FOR FORM ID 9 INSIDE THE POPUP */
.pum-container #gform_wrapper_9 .gform_validation_errors {
    border: 1px solid #ff6b6b !important;
    background-color: rgba(255, 107, 107, 0.15) !important;
    padding: 12px 15px !important;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    border-radius: 4px !important;
}