/* Container */
.vote-container {
    max-width: 720px;
    margin: 0 auto !important;
}

.vote-header {
    background: #002559;
}
.vote-header .fusion-logo {
    max-width: 200px;
    padding: 1rem 0;
}

.vote-footer {
    background: #211818;
}
.vote-copy {
    color: white;
    padding: 2rem 0;
}

.vote-app {
    padding: 2rem 0;
}


/* Auth box */
.form-row {
    margin: 0 0 1em;
}
.vote-auth {
    display: grid;
    gap: 2rem;
}


/* Buttons */
.vote-auth button {
    padding: 0.7rem 1.4rem;
}


/* Errors */
.vote-error {
    color: #b00020;
    background: #ffeaea;
    padding: 0.5rem;
}


/* Success */
.vote-success {
    color: #065f46;
    background: #ecfdf5;
    padding: 0.5rem;
}

.vote-page-content {
    margin-bottom: 2rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.vote-page-content h1,
.vote-page-content h2,
.vote-page-content h3 {
    margin-top: 1.5rem;
}

.vote-page-content p {
    margin-bottom: 1rem;
}
