.elementor-1511 .elementor-element.elementor-element-4b901a07 .elementor-heading-title{color:var( --e-global-color-82114d7 );}.elementor-1511 .elementor-element.elementor-element-50138947:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1511 .elementor-element.elementor-element-50138947 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1511 .elementor-element.elementor-element-50138947 > .elementor-element-populated, .elementor-1511 .elementor-element.elementor-element-50138947 > .elementor-element-populated > .elementor-background-overlay, .elementor-1511 .elementor-element.elementor-element-50138947 > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-1511 .elementor-element.elementor-element-50138947 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 20px 20px 20px;}.elementor-1511 .elementor-element.elementor-element-50138947 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}#elementor-popup-modal-1511 .dialog-message{width:361px;height:auto;}#elementor-popup-modal-1511{justify-content:flex-end;align-items:flex-end;}#elementor-popup-modal-1511 .dialog-close-button{display:flex;}#elementor-popup-modal-1511 .dialog-widget-content{border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-1511 .elementor-element.elementor-element-4b901a07{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for wp-widget-blog_subscription, class: .elementor-element-37b89357 *//* ==========================================================================
   JETPACK SUBSCRIPTIONS WIDGET STYLING (#946989 Theme Accent)
   ========================================================================== */

/* 1. Card Container Settings */
.jetpack_subscription_widget,
#subscribe-blog {
    max-width: 440px;
    margin: 40px auto;
    padding: 36px 32px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    text-align: center;
    box-sizing: border-box;
}

/* 2. Headline & Description Text */
.jetpack_subscription_widget .widget-title,
#subscribe-blog h2 {
    font-size: 1.35rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 12px;
}

.jetpack_subscription_widget p,
#subscribe-blog p {
    font-size: 1rem;
    line-height: 1.5;
    color: #4a5568;
    margin-bottom: 20px;
}

/* 3. Email Input Field (Centered & Clean) */
.jetpack_subscription_widget input[type="email"],
#subscribe-blog input[type="email"],
#subscribe-field {
    display: block !important;
    width: 100% !important;
    padding: 14px 18px !important;
    margin: 12px 0 16px 0 !important;
    font-size: 1rem !important;
    text-align: center;
    border: 1.5px solid #cbd5e0 !important;
    border-radius: 8px !important;
    background-color: #f7fafc !important;
    color: #2d3748 !important;
    box-sizing: border-box !important;
    transition: all 0.25s ease-in-out;
}

/* Input Focus State */
.jetpack_subscription_widget input[type="email"]:focus,
#subscribe-field:focus {
    outline: none !important;
    border-color: #946989 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(148, 105, 137, 0.2) !important;
}

/* 4. Subscribe Button (On Its Own Line Below Input) */
.jetpack_subscription_widget input[type="submit"],
#subscribe-blog input[type="submit"],
#subscribe-submit button,
.jetpack_subscription_widget button[type="submit"] {
    display: block !important;
    width: 100% !important;
    padding: 14px 24px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    background-color: #946989 !important; /* Matches your brand color */
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: background-color 0.25s ease-in-out, transform 0.1s ease !important;
    box-shadow: 0 4px 12px rgba(148, 105, 137, 0.3) !important;
}

/* Button Hover State */
.jetpack_subscription_widget input[type="submit"]:hover,
#subscribe-blog input[type="submit"]:hover,
#subscribe-submit button:hover {
    background-color: #7d5773 !important;
    transform: translateY(-1px);
}

.jetpack_subscription_widget input[type="submit"]:active,
#subscribe-blog input[type="submit"]:active {
    transform: translateY(0);
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
    .jetpack_subscription_widget,
    #subscribe-blog {
        margin: 24px 16px;
        padding: 28px 20px;
    }
}/* End custom CSS */
/* Start custom CSS *//* ==========================================================================
   PASSWORD PROTECTED PAGE STYLING (#946989 Full Page Background)
   ========================================================================== */

/* 1. Set the Whole Page Background Color */
body.post-password-required,
body.page-template-default.post-password-required,
.post-password-required-page {
    background-color: #946989 !important;
}

/* 2. White Card Container for the Form */
.post-password-required,
.post-password-form {
    max-width: 440px;
    margin: 80px auto;
    padding: 40px 32px;
    background-color: #ffffff; /* White card floating on the #946989 background */
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    text-align: center;
}

/* 3. Text Inside Card */
.post-password-form p,
.post-password-form label {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #4a5568;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

/* 4. Password Input Field (Centered) */
.post-password-form input[type="password"] {
    display: block;
    width: 100%;
    padding: 14px 18px;
    margin: 12px 0 20px 0;
    font-size: 1rem;
    text-align: center;
    border: 1.5px solid #cbd5e0;
    border-radius: 8px;
    background-color: #f7fafc;
    color: #2d3748;
    box-sizing: border-box;
    transition: all 0.25s ease-in-out;
}

.post-password-form input[type="password"]:focus {
    outline: none;
    border-color: #946989;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(148, 105, 137, 0.2);
}

/* 5. Submit / Enter Button (On Next Line) */
.post-password-form input[type="submit"] {
    display: block; /* Forces onto its own line under password input */
    width: 100%;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #946989; /* Button matches page theme */
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.25s ease-in-out, transform 0.1s ease;
    box-shadow: 0 4px 12px rgba(148, 105, 137, 0.3);
}

/* Button Hover State */
.post-password-form input[type="submit"]:hover {
    background-color: #7d5773;
    transform: translateY(-1px);
}

.post-password-form input[type="submit"]:active {
    transform: translateY(0);
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
    .post-password-required,
    .post-password-form {
        margin: 40px 16px;
        padding: 28px 20px;
    }
}/* End custom CSS */