
#tv-sala-espera {
    max-width: 900px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    background: #f8fafc;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.turno-info h2 {
    font-size: 2em;
    color: #0f172a;
}

.turno-info p {
    font-size: 1.2em;
    margin: 0.5em 0;
}

.carousel-container {
    margin-top: 20px;
}

.carousel-image {
    max-width: 100%;
    height: auto;
    display: none;
    border-radius: 8px;
}
