.gastro-pdf-buttons {
    margin-top: 20px;
}

.cutko-gastro__content .cutko-gastro__text h4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.layout-left-image .cutko-gastro__content .cutko-gastro__text h4 {
    text-align: left;
}
.layout-right-image .cutko-gastro__content .cutko-gastro__text h4 {
    text-align: right;
}

.layout-left-image .title__for-content__h3 {
    text-align: left;
}
.layout-right-image .title__for-content__h3 {
    text-align: right !important;
}


.layout-right-image .cutko-gastro__content .cutko-gastro__text p {
    text-align: right;
}
@media screen and (max-width: 992px) {
    .layout-left-image .title__for-content__h3,
    .layout-right-image .title__for-content__h3,
    .layout-left-image .cutko-gastro__content .cutko-gastro__text h4,
    .layout-right-image .cutko-gastro__content .cutko-gastro__text h4,
    .layout-left-image .cutko-gastro__content .cutko-gastro__text p,
    .layout-right-image .cutko-gastro__content .cutko-gastro__text p {
        text-align: center;
    }
    
}

@media screen and (max-width: 992px) {
    .layout-right-image .flex-text__right{
        order: 2;
    }    
}


.flex-text__left,
.flex-text__right {
    display: flex;
    flex-direction: column;
}
.flex-text__left {
    align-items: flex-start;
}
.flex-text__right {
    align-items: flex-end;
}
@media screen and (max-width: 992px) {
    .flex-text__left,
    .flex-text__right {
        align-items: center;
    }
}


.btn__podklad-mini {
    position: relative;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 15px 25px;
    font-size: 25px;
    font-weight: 900;
    line-height: 28px;
    color: var(--wheat) !important;
    text-decoration: none !important;
}
.btn__podklad-mini span {
    transform: rotate(-2.25deg);
}
.btn__podklad-mini:hover,
.btn__podklad-mini:focus {
    color: var(--wheat) !important;
    text-decoration: underline !important;
}
.btn__podklad-mini img,
.btn__podklad-mini svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.btn__icon-arrow::after {
    content: '';
    display: block;
    width: 20.65px;
    height: 17.4px;
}
.btn__icon-arrow::after {
    background: transparent url('/wp-content/plugins/obrovo/assets/img/arrow__wheat.png') 
        center center no-repeat;
    background-size: 100%;
}


.widget_cutko_gastro_widget .obrovo-h3.title__for-content__h3 {
    font-size: 54px;
    font-weight: 900;
    line-height: 72px;
    color: var(--wheat) !important;
    padding: 14px 47px;
    text-align: center !important;
}
@media screen and (max-width: 480px) {
    .widget_cutko_gastro_widget .obrovo-h3.title__for-content__h3 {
        font-size: 42px;
        padding: 7px 34px;
    }
    
}


/* TITLE - yellow podklad */
/* @media  screen and (min-width: 480px) {
    .cutko-header__title > .wood__svg.position__yellow {
        top: unset;
        transform: translateX(104%);
        max-width: 378px;
    }  
} */
@media screen and (max-width: 735px) {
    .cutko-header__title > .wood__svg.position__yellow {
        top: 50%;
        right: 50%;
        transform: translate(50%, -20%);
        max-width: 280px;
    }     
}
@media (max-width: 480px) {
    .cutko-header__title > .wood__svg.position__yellow {
        height: auto;
        top: unset;
        bottom: 30px;
        transform: translate(50%, 0);
    }

}
