.prayer-time-container {
    background: white;
    padding: 15px 12px;
}

h3.prayer {
    color: var(--primary-color);
    margin: 0;
}


.prayer-time-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12pt;
    height: 30px;
    margin-bottom: 2px;
}

span.prayer-title {
    color: #929396;
    font-weight: bold;
}

span.prayer-time {
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 2px;
}

.prayer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.prayer-header-date {
    font-size: 9pt;
}