.elementor-1569 .elementor-element.elementor-element-7c29f2b{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-1569 .elementor-element.elementor-element-b9cb75a{text-align:center;}/* Start custom CSS *//* ============================================
   KASS - Password Protected Page Styles
   Targets: .post-password-required only
============================================ */

/* Hide the default H1 title */
.post-password-required .entry-header {
    display: none;
}

/* Center and constrain the content area */
.post-password-required .entry-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 60px 20px;
}

/* Form wrapper */
.post-password-required .post-password-form {
    background: #1a1a1a;
    border: 1px solid #2e2e2e;
    border-top: 3px solid #c0392b;
    padding: 50px 45px;
    width: 100%;
    max-width: 460px;
    text-align: center;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

/* Hide the default <p> wrapper gap */
.post-password-required .post-password-form > p:first-child {
    display: none;
}

/* Description text */
.post-password-required .post-password-form p {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* Add a heading above the form */
.post-password-required .post-password-form::before {
    content: "CLIENT PORTAL";
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Divider line under heading */
.post-password-required .post-password-form::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #c0392b;
    margin: 0 auto 28px;
}

/* Label */
.post-password-required .post-password-form label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    color: #888888;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
}

/* Password input */
.post-password-required .post-password-form input[type="password"] {
    width: 100%;
    background: #111111;
    border: 1px solid #333333;
    border-radius: 0;
    color: #ffffff;
    font-size: 15px;
    padding: 13px 16px;
    outline: none;
    transition: border-color 0.25s ease;
    box-sizing: border-box;
}

.post-password-required .post-password-form input[type="password"]:focus {
    border-color: #c0392b;
    background: #161616;
}

/* Submit button */
.post-password-required .post-password-form input[type="submit"] {
    width: 100%;
    background: #c0392b;
    color: #ffffff;
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 15px 30px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.15s ease;
    margin-top: 8px;
}

.post-password-required .post-password-form input[type="submit"]:hover {
    background: #a93226;
    transform: translateY(-1px);
}

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

/* Mobile */
@media (max-width: 480px) {
    .post-password-required .post-password-form {
        padding: 36px 24px;
    }
}/* End custom CSS */