.content-wrapper {
    background: white !important;
}
figure {
    text-align: center; /* Alinha a legenda ao centro */
    margin: 0; /* Remove margens padrão */
}
figcaption {
    font-style: italic; /* Estiliza a legenda */
    color: #555; /* Define a cor da legenda */
    margin-top: 0.5em; /* Espaço entre a imagem e a legenda */
    text-align: center;
}
.card-img {
    width: 100px;
    margin: 0 auto;
}
.card {
    margin-bottom: 20px;
}
.figcaption {
    text-align: center;
    margin-top: 10px;
}
.whatsapp-btn {
    max-width: 300px;
    text-align: center;
    margin-bottom: 10px;
}

.whatsapp-btn i {
    margin-right: 8px;
}

.highlight {
    font-weight: bold;
    border: 2px solid #fff;
    background-color: #035722 !important;
}

.grayed-out {
    background-color: #43494f !important;
    color: #fff !important;
    border-color: #6c757d !important;
}


#button-container {
    flex-direction: column !important;
}