.news-item {
    box-shadow: none !important;
}

.news-item .text .title {
    color: #138dbe !important;
}

.news-item .text-center {
    display: none !important;
}

.news-block .text-center {
    display: none !important;
}

.in-index .news-wrapper {
    justify-content: center !important;
}

/* Styly pouze pro mobilní zařízení */
@media (max-width: 768px) {
    .swiper-arrow-content {
        top: 36% !important;
    }
}
.rate-wrapper.unveil-wrapper .rate-star-wrap {
    margin-left: 0 !important;
}
.rating-more-btn {
    bottom: -50px !important;
}
.rate-wrapper + .votes-wrap.simple-vote  > .vote-wrap {
    flex-grow: 1;
    padding: 16px;
    text-align: center;
    border: 1px solid #138dbe;
    border-radius: 16px;
max-width: 300px;
}
.in-rate-shop .content-inner {
    background-color: none !important;
    border: none !important;
}
.in-rate-shop .votes-wrap, #ratingTab .votes-wrap {
display: flex;
flex-wrap: wrap;
gap: 16px !important;

}
.rate-wrapper + .votes-wrap.simple-vote::after {
content: '';
flex-grow: 1;
flex-basis: 300px;

}
.in-rate-shop .votes-wrap, #ratingTab .votes-wrap {

    max-width: none !important;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-banner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    padding: 20px;
    height: 60vh;
}

.primary-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #138dbe;
    border-radius: 20px;
    background-image: url('https://www.prestonknihy.cz/user/documents/upload/knihy.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
}

.text-content {
    color: black;
    padding: 30px;
    max-width: 50%;
}

.text-content h1 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #138dbe;
}

.text-content p {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.side-content {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.image-block, .image-blockk {
    position: relative;
    border: 1px solid #138dbe;
    border-radius: 20px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
}

.image-block {
    background-image: url('https://cdn.myshoptet.com/usr/www.prestonknihy.cz/user/shop/big/47_spionky-z-tabora--1.png?ff=1&x=1024&y=768&q=85&ts=6276b130&sg=161563f2');
}

.image-blockk {
    background-image: url('https://cdn.myshoptet.com/usr/www.prestonknihy.cz/user/shop/big/53_trojka-open.jpg?ff=1&x=1024&y=768&q=85&ts=6276b130&sg=161563f2');
}

.overlay-text {
    position: absolute;
    top: 10%;
    left: 10%;
    color: #333;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
}

.overlay-text h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #138dbe;
}

.button {
    display: inline-block;
    background-color: #138dbe;
    padding: 5px 20px;
    border: 1px solid #138dbe;
    color: white !important;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-out;
    cursor: pointer;
}

.button:hover {
    background-color: #14b1ef;
}

@media (max-width: 768px) {
    .main-banner {
        display: block;
        height: auto;
    }

    .primary-content {
        width: 100%;
        height: calc(100vw / 2); /* Make the main image half the height of the screen width */
        background-size: cover;
        margin-bottom: 10px;
    }

    .side-content {
        display: flex;
        flex-direction: column;

        gap: 10px;
        margin-bottom: 10px;

    }

    .image-block, .image-blockk {
        width: 100%;
        height: calc(50vw / 2); /* Make each small image a quarter the height of the screen width */
        background-size: contain;
        background-position: right;

    }
}

@media (max-width: 480px) {
    .text-content h1 {
        font-size: 1.5em;
    }

    .text-content p {
        font-size: 0.9em;
    }

    .button {
        padding: 5px 15px;
        font-size: 12px;
    }

    .overlay-text h2 {
        font-size: 1.1em;
    }
}
.profilepic {
    display: flex;
}
    .profilepicside{
      padding-left: 20px;
    }

    .owner{
      width: 50px;

    }
    .owner img{
        height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }
    .guten{
        text-align: center !important;
        }
        .profilepicside p a {
            color: #138dbe !important;
        }
        #footer.no-newsletter .site-name {
    display: none !important;
        }
        .footer-bottom-bg:before {
            background-color: #138dbe  !important;
        }
        .votes-wrap.admin-response .vote-wrap {
            width: 100%;
        }
        #footer h4 {
            text-align: left;
        }
        @media (max-width: 767px){
            .custom-footer__banner34:last-child .js-accordion-trigger::after {
                display: none;
            }

        }
        
    
    