.prayer-times-container {
    max-width: 1200px;
    margin: 2em auto;
    padding: 0 1em;
}

.prayer-times-container h2 {
    text-align: center;
    margin-bottom: 1.5em;
    color: #333;
}

.city-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.city-selector form {
    width:80% !important;
}
.city-selector select {
    padding: 0.5em 1em;
    font-size: 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    width: 100%;
}

.prayer-times-table {
    width: 100% !important ;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 2em;
}

.prayer-times-table th,
.prayer-times-table td {
    padding: 1em;
    text-align: center;
    border: 1px solid #eee;
}

.prayer-times-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #333;
}

.prayer-times-table tr:hover {
    background-color: #f8f9fa;
}

.prayer-times-table tr.today {
 background-color: #D32C2C;
 color: #fff;
}

.prayer-times-table tr.today td {
    font-weight: bold;
}
.chosen-container.chosen-container-single {
    width: 100% !important;
}
@media (max-width: 768px) {
    .prayer-times-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .prayer-times-table th,
    .prayer-times-table td {
        padding: 0.75em;
    }
}

.top-head {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

h1.titre-h1 {
    text-align: center;
    font-weight: 700;
    color: #333333;
}

@media screen and (max-width:768px) {
    .prayer-times-container h2 {
        font-size:16px;
    }
}
