h5 {color:#b55330;}
.vlr-bal-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem;
}

.vlr-bal-message {
    background: #e0ffe0;
    border: 1px solid #90c590;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}

/* Filtre commune */
.vlr-bal-filter {
    margin: 0.5rem 0 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.vlr-bal-filter select {
    padding: 0.15rem 0.35rem;
}

/* Titres communes et liste */
.vlr-bal-commune {
    margin-top: 1.5rem;
    border-bottom: 2px solid #b55330;
    padding-bottom: 0.25rem;
}

.vlr-bal-list {
    display: grid;
    gap: 1rem;
    margin-top: 0.75rem;
}

/* Carte d’un livre/jeu */
.vlr-bal-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    background: #fafafa;
}

.vlr-bal-item-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.vlr-bal-type {
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    border: 1px solid #999;
}

.vlr-bal-title {
    margin: 0;
    font-size: 1rem;
}

.vlr-bal-description {
    font-size: 0.9rem;
}

/* Formulaire de proposition */
.vlr-bal-form input[type="text"],
.vlr-bal-form textarea,
.vlr-bal-form select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.vlr-bal-form label {
    font-weight: 600;
}

.vlr-bal-submit {
    background: #512f34;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
}

.vlr-bal-submit:hover {
    opacity: 0.9;
}

hr.vlr-bal-separator {
    color:#eee44c;
    border:solid 2px;
}

.vlr-bal-separator {
    margin: 2rem 0 1rem!important;
}

@media (max-width: 600px) {
    .vlr-bal-wrapper {
        padding: 0.5rem;
    }
    .vlr-bal-filter {
        flex-direction: column;
        align-items: flex-start;
    }
}
