/* WordPress integration layered over the untouched reference stylesheet. */
html {
    min-height: 100%;
}

body.albumaty-music-theme {
    min-height: 100vh;
    margin: 0;
    direction: rtl;
    background: #fff;
}

.albumaty-site-header .navbar {
    min-height: 128px;
}

.albumaty-site-header .navbar-brand {
    flex: 0 0 auto;
    margin: 0;
}

.albumaty-site-header .navbar-brand img {
    display: block;
    width: 200px;
    height: 44px;
    object-fit: contain;
}

.albumaty-site-header .navbar-collapse {
    align-items: center;
}

.albumaty-site-header .navbar-nav {
    padding: 0;
}

.albumaty-search-shell {
    display: flex;
    width: 300px;
    height: 92px;
    margin-inline-start: auto;
    padding: 16px 25px;
    align-items: center;
    background: #fff;
}

.albumaty-search-form {
    display: flex;
    width: 100%;
    height: 58px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
}

.albumaty-search-form input {
    min-width: 0;
    flex: 1;
    padding: 0 12px;
    border: 0;
    outline: 0;
    color: #444;
    font: 14px "IBM Plex Sans Arabic", sans-serif;
}

.albumaty-search-form button {
    width: 52px;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 21px;
}

.albumaty-main {
    min-height: 720px;
    overflow: hidden;
}

.albumaty-section-title {
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
    font-size: 1.25rem;
    font-weight: 400;
}

.albumaty-grid .col {
    min-width: 0;
}

.albumaty-grid .movie {
    height: 100%;
    overflow: hidden;
    text-decoration: none;
}

.albumaty-grid .card-img-top {
    display: block;
    width: 100%;
    background: #ddd;
    object-fit: cover;
}

.albumaty-card-song .card-img-top {
    aspect-ratio: 1 / 1;
}

.albumaty-card-album .card-img-top,
.albumaty-card-artist .card-img-top {
    aspect-ratio: 117 / 172;
}

.albumaty-grid .movie-body h4 {
    line-height: 1.35;
}

.albumaty-more {
    margin: 8px 0;
    text-align: center;
}

.albumaty-ad-space {
    min-height: 270px;
}

.albumaty-archive-ad-space {
    min-height: 540px;
}

.albumaty-sidebar h3 {
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
    font-size: 1.25rem;
    font-weight: 400;
}

.albumaty-sidebar .list-group-item {
    min-height: 92px;
}

.albumaty-sidebar .list-m {
    text-decoration: none;
}

.albumaty-sidebar .list-m img {
    flex: 0 0 auto;
    object-fit: cover;
}

.albumaty-sidebar .list-m > div {
    min-width: 0;
}

.albumaty-sidebar .list-m h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.albumaty-breadcrumb {
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background: #fff;
}

.albumaty-breadcrumb a {
    color: #000260;
    text-decoration: none;
}

.albumaty-empty {
    padding: 50px 15px;
    color: #6c757d;
    text-align: center;
}

.albumaty-site-footer {
    margin-top: 0;
}

.albumaty-site-footer .ftlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.albumaty-site-footer .ftlist li {
    margin-bottom: 5px;
}

.albumaty-site-footer a {
    text-decoration: none;
}

.albumaty-share-link {
    display: block;
}

body.admin-bar .albumaty-site-header .sticky-top {
    top: 32px;
}

@media (max-width: 991.98px) {
    .albumaty-site-header .navbar {
        min-height: 70px;
        padding: 7px 12px;
    }

    .albumaty-site-header .navbar > .container {
        max-width: none;
        flex-wrap: wrap;
    }

    .albumaty-site-header .navbar-brand img {
        width: 150px;
        height: 44px;
    }

    .albumaty-site-header .navbar-toggler {
        order: 3;
    }

    .albumaty-site-header .navbar-collapse {
        order: 4;
        width: 100%;
        padding: 8px 0;
    }

    .albumaty-search-shell {
        display: none;
    }

    .albumaty-main {
        margin-top: 8px !important;
        border-radius: 4px;
    }

    .albumaty-sidebar {
        margin-top: 16px;
    }

    .albumaty-archive-ad-space {
        min-height: 280px;
    }
}

@media (max-width: 782px) {
    body.admin-bar .albumaty-site-header .sticky-top {
        top: 46px;
    }
}

@media (max-width: 575.98px) {
    .albumaty-main {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .albumaty-grid {
        width: 125%;
        flex-wrap: wrap;
    }

    .albumaty-grid.row-cols-3 > * {
        width: 33.333333%;
        flex: 0 0 33.333333%;
    }

    .albumaty-ad-space {
        min-height: 280px;
    }
}
