.chimpvine-astro-box p {
    margin-bottom: 0 !important;
}
.chimpvine-astro-locked {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    /* No background, inherit theme */
}

.chimpvine-astro-box {
    background: #fff;
    color: #222;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 2.5rem 2rem;
    text-align: center;
    max-width: 400px;
    margin: 2rem auto;
}

.chimpvine-astro-box h2 {
    color: #a23c5a;
    margin-bottom: 1rem;
}

.chimpvine-astro-login-btn {
    margin-top: 1.5rem;
    /* No color or background, inherit theme button styles */
}