/*
Author: Stephan Dittmann
Author URI: https://www.dessounds.de
Description: Das YT Gallery Plugin ist ein Produkt von dessounds.de
Version: 1.1.3
*/


.yt-gallery.container{
    max-width: 100%;
}

.yt-gallery.container > .row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 20;
}

.yt-gallery-modal {

}

.yt-card{
    border-radius: 0;
    border: 1px solid var(--sth-main-color);
}

.zab-yt-gallery .yt-header{
    margin-bottom: 1rem;
}

.yt-gallery-modal-content {
    border-radius: 0
}

.yt-gallery-card {
    margin-bottom: 1rem;
}

.zab-yt-gallery .yt-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.zab-yt-gallery .yt-thumb-link:hover {
    color: var(--sth-accent);
}

.zab-yt-gallery .yt-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
}

.zab-yt-gallery .yt-description {
    font-size: 0.9rem;
    line-height: normal;
}

.zab-yt-gallery .yt-pagination .yt-page-link{
    border-radius: 0;
    background: var(--sth-main-color);
    color: var(--sth-white);
    border: 0;
    font-size: x-large;
    font-weight: 800;
    height: 40px;
    line-height: normal;
}

.zab-yt-gallery .yt-pagination .yt-page-link:hover{
    background: var(--sth-accent);
    color: var(--sth-white);
}

.zab-yt-gallery .yt-pagination .yt-page-link:focus{
    background: var(--sth-accent);
    color: var(--sth-white);
    border: 0;
}

.zab-yt-gallery .yt-pagination{
    justify-content: flex-start;
    display: flex;
    gap: 0.5rem;
}

.zab-yt-gallery .yt-pagination-down{
    margin-top: 1rem;
}

.zab-yt-gallery .yt-gallery-view-btn {
    background-color: var(--sth-main-color-middle);
    color: var(--sth-white);
    border-radius: 0;
    border: 0;
}

.zab-yt-gallery .yt-gallery-view-btn:hover {
    background-color: var(--sth-accent) !important;
}

.zab-yt-gallery .yt-loader {
    text-align: center;
    padding: 2rem;
    border: 5px solid var(--sth-main-color-bright);
    border-top: 5px solid var(--sth-main-color-dark);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
}

.zab-yt-gallery .yt-results{
    margin-bottom: 0.5rem;
    justify-content: center;
    width: 100%;
}