/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


#contact-module-template-1 .contact-img img {
    height: 290px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

#contact-module-template-1 .contact-address .contact-address-wrapper {
    max-width: 160px;
}

#contact-module-template-1 .contact-mail-wrapper, .contact-phone-wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

#contact-module-template-1 .contact-name-wrapper {
    height: 85px
}

@media (min-width: 992px) {
    .single-article-bg-image {
        background-image: url(/_data/styly/swim/simple-article-bg-img.jpg);
        background-repeat: repeat-x;
        background-position: left;
        height: clamp(1px, calc(23 / 1920 * 100vw), 23px);
        width: 100%;
        background-size: contain;
    }
}

#single-article-template-1 {
    & {
        background-color: var(--g-module-bg-color);
        padding-top: 50px;
        font-weight: 500;
        font-size: clamp(16px, calc(20 / 1920 * 100vw), 20px);
    }

    h2 {
        margin-bottom: clamp(20px, calc(28 / 1920 * 100vw), 28px);
    }

    .article-header {
        margin-bottom: clamp(30px, calc(60 / 1920 * 100vw), 60px);
    }

    .article-body img {
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
    }

    table {
        border-collapse: collapse
    }
}

#single-article-template-1 thead {
    outline: 1px solid var(--g-color-1)
}

#single-article-template-1 table td, table th {
    line-height: 1.4em;
    border-spacing: 1px;
    border-collapse: separate;
    margin: 1rem auto;
    font-size: .8rem;
    padding: .25rem;
    font-weight: 400
}

#single-article-template-1 table h3 {
    margin: 0;
    padding: 0;
    font-size: 1.15rem
}

#single-article-template-1 table.tabulka1, table.tabulkaprodukt, table.tabulkaprodukt2 {
    line-height: 1.4em;
    background: #fff;
    border-spacing: 1px;
    border-collapse: collapse;
    outline: 1px solid var(--g-color-1);
    margin: 1rem auto
}

#single-article-template-1 table.tabulkaprodukt thead td, table.tabulkaprodukt2 thead td {
    padding: 4px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: var(--g-color-1)
}

#single-article-template-1 table.tabulka1 thead td {
    background: var(--g-color-1);
    color: #fff
}

#single-article-template-1 table.tabulkaprodukt thead td, table.tabulkaprodukt2 thead td {
    text-align: left;
    color: #fff;
    font-weight: 400
}

#single-article-template-1 table.tabulka1 {
    text-align: left;
    font-weight: 400
}

#single-article-template-1 table.tabulkaprodukt tbody tr:nth-of-type(2n+1) {
    background: #ececec
}

#single-article-template-1 table.tabulkaprodukt h3, table.tabulkaprodukt2 h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 1.15rem
}

#single-article-template-1 table.tabulka1 td, table.tabulka1 th, table.tabulkaprodukt td, table.tabulkaprodukt2 th {
    font-size: .8rem;
    padding: .25rem
}

#single-article-template-1 .lg_youtube_item:after {
    content: "";
    height: 64px;
    width: 88px;
    position: absolute;
    left: calc(50% - 44px);
    top: calc(50% - 32px);
    pointer-events: none;
    opacity: .8;
    background: url("/_data/styly/img/ui/youtube-play.png") 0 -60px no-repeat;
}

.sapien .single-article-template-1 .cards-wrapper #cards .item {
    aspect-ratio: 250/283;
    height: unset;
}
