.lj-public-shell {
    min-height: 100vh;
}

.lj-public-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.5rem;
    background-color: #594AE2;
    color: white;
}

.lj-public-brand {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
}

.lj-public-nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

    .lj-public-nav a {
        color: white;
        text-decoration: none;
        font-weight: 500;
    }

        .lj-public-nav a:hover {
            text-decoration: underline;
        }

.lj-btn-small {
    padding: 0.4rem 0.9rem !important;
    text-decoration: none !important;
}

.lj-public-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.lj-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 420px;
}

    .lj-form label {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        font-weight: 600;
    }

    .lj-form input {
        padding: 0.5rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-weight: 400;
    }

    .lj-form fieldset {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 0.75rem;
    }

.lj-btn-primary {
    padding: 0.6rem 1.2rem;
    background-color: #594AE2;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

    .lj-btn-primary:hover {
        opacity: 0.9;
    }

.lj-alert-error {
    background-color: #fdecea;
    color: #611a15;
    border: 1px solid #f5c6cb;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}
