.password-access-wrapper {
    max-width: 480px;
    margin: 6rem auto;
    padding: 2.5rem 2rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

.password-access-form {
    text-align: center;
}

.password-access-title {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
}

.password-access-intro {
    color: #555d66;
    margin-bottom: 1.5rem;
}

.password-access-inherited {
    background: #f7fafc;
    border-left: 4px solid #0073aa;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    color: #1d2327;
}

.password-access-error {
    background: #fbeaea;
    border-left: 4px solid #DC3232;
    color: #8a1f11;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
}

.password-access-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    font-size: 1rem;
}

.password-access-submit {
    width: 100%;
    padding: 0.75rem;
    margin-top: 1rem;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.password-access-submit:hover,
.password-access-submit:focus {
    background: #005b8a;
}
