.mawaqit-table-wrap table tr th {
    padding: 13px 8px;
    font-size: 16px;
    font-weight: normal;
    word-break: normal;
}

.mawaqit-table-wrap table tr td {
    padding: 15px 0;
    text-align: center;
}

.mawaqit-navigation-prayerTimes {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 15px;
    justify-content: center;
}

.mawaqit-navigation-prayerTimes .infinite-navigation .sf-menu > li > a {
    padding-bottom: 0;
}

.mawaqit-navigation-prayerTimes .infinite-navigation {
    padding-top: 0;
}

.mawaqit-prayerTimes {
    display: flex;
    align-items: center;
}

.mawaqit-prayerTimes-prayers {
    font-size: 15px;
    color: var(--mawaqit-body-text-color);
}

.mawaqit-prayerTimes-date {
    font-size: 17px;
    color: var(--mawaqit-body-text-color);
}

.mawaqit-prayerTimes-date td {
    padding-left: 1rem;
}

.mawaqit-prayerTimes-date.today {
    background-color: var(--mawaqit-today-bg-color);
    color: var(--mawaqit-today-text-color);
}

.mawaqit-prayerTimes-date.today + tr {
    color: var(--mawaqit-accent-color);
}

.mawaqit-prayerTimes-date.past {
    color: var(--mawaqit-past-text-color);
}

.mawaqit-prayerTimes-date.past + tr {
    color: var(--mawaqit-past-text-color);
}

.mawaqit-prayerTimes-table {
    font-weight: bold;
    padding: 0 !important;
}

.mawaqit-prayerTimes-table th {
    background-color: transparent;
    color: var(--mawaqit-header-text-color);
    text-align: center;
}

.mawaqit-prayerTimes img {
    width: 20px;
    margin-right: 10px;
}

div.mawaqit-menu#infinite-main-menu {
    display: flex;
    justify-content: center;
}

.mawaqit-menu__next-prayer {
    display: flex;
    align-items: center;
    margin-left: 26px;
    font-size: 15px;
    font-family: var(--mawaqit-font-family);
    line-height: initial;
    color: var(--mawaqit-accent-color);
}

.mawaqit-menu__next-prayer::before {
    content: "\f017";
    font-family: fontAwesome;
}

.mawaqit-menu__next-prayer__name {
    font-size: 13px;
}

.infinite-navigation .mawaqit-menu .sf-menu > li > a {
    padding-bottom: 0;
}

.infinite-animate-fixed-navigation.infinite-header-style-plain .infinite-navigation .mawaqit-menu .sf-menu > li > a {
    padding-bottom: 0;
}

.mawaqit-menu {
    padding-bottom: 1.5rem;
}

.mawaqit-home__prayers {
    color: var(--mawaqit-accent-color);
}

.mawaqit-home__prayers__next {
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 0;
}

.mawaqit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    background-color: var(--mawaqit-button-bg-color);
    color: var(--mawaqit-button-text-color);
    border: 1px solid var(--mawaqit-button-border-color);
    border-radius: var(--mawaqit-button-border-radius);
    padding: var(--mawaqit-button-padding-y) var(--mawaqit-button-padding-x);
    font-family: var(--mawaqit-font-family);
    font-size: 16px;
    font-weight: var(--mawaqit-button-font-weight);
    line-height: 1.2;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.mawaqit-button:hover,
.mawaqit-button:focus {
    background-color: var(--mawaqit-button-hover-bg-color);
    color: var(--mawaqit-button-text-color);
    border-color: var(--mawaqit-button-hover-bg-color);
    text-decoration: none;
}

.mawaqit-next-prayer-label {
    font-family: var(--mawaqit-font-family);
    color: var(--mawaqit-accent-color);
}

.mawaqit-home__prayers__next span:after {
    content: "\f078";
    font-family: fontAwesome;
    display: inline-block;
    transform: rotate(0);
    transition: transform 500ms;
    margin-left: 0.5rem;
}

.mawaqit-home__prayers__next span.expanded:after {
    transform: rotate(180deg);
    transition: transform 500ms;
}

.mawaqit-home__prayers__today {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    max-height: 0;
    transition: max-height 500ms;
    padding-top: 0.5rem;
    font-size: 15px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.mawaqit-home__prayers__today.expanded {
    max-height: 100px;
    border-top: 1px solid var(--mawaqit-divider-color);
    transition: max-height 500ms;
}

.mawaqit-home__prayers__today__prayer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
