.kadence-post-hotels, .kadence-post-hotels__hotel:not(:first-child) {
    margin-top: 40px
    }
@media only screen and (max-width: 767px) {
    .kadence-post-hotels__hotel:not(:first-child) {
        margin-top: 35px
        }
    }
.kadence-post-hotels__subtitle {
    color: var(--secondary-color);
    font: 700 24px/1.2 var(--secondary-font);
    margin: 60px 0 0
    }
@media only screen and (max-width: 767px) {
    .kadence-post-hotels__subtitle {
        margin-bottom: 15px
        }
    }
.kadence-post-hotels__images {
    display: grid;
    gap: 15px;
    grid-template-columns: auto auto auto;
    margin: 20px 0 15px
    }
.kadence-post-hotels__image {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
    }
.kadence-post-hotels__subtext {
    font-size: 16px
    }
.kadence-post-hotels__internal {
    margin-top: 40px
    }
.kadence-post-hotel {
    background-color: var(--light-color);
    border-radius: 4px;
    padding: 30px 20px
    }
.kadence-post-hotel__head {
    display: flex;
    margin-bottom: 20px
    }
@media only screen and (max-width: 767px) {
    .kadence-post-hotel__head {
        flex-wrap: wrap;
        margin-bottom: 15px
        }
    }
.kadence-post-hotel__gallery {
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 240px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    width: 320px;
    z-index: 1
    }
.kadence-post-hotel__gallery:hover .kadence-post-hotel__all-images {
    height: 240px
    }
@media only screen and (max-width: 767px) {
    .kadence-post-hotel__gallery {
        margin: 0 0 15px;
        width: 100%
        }
    }
.kadence-post-hotel__main-img {
    display: flex;
    position: relative;
    width: 100%;
    z-index: -2
    }
.kadence-post-hotel__main-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
    }
.kadence-post-hotel__empty-img {
    fill: var(--accent-color);
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px
    }
.kadence-post-hotel__other-img {
    display: none
    }
.kadence-post-hotel__all-images {
    align-items: center;
    bottom: 0;
    color: var(--accent-color);
    display: flex;
    font: 400 14px/1 var(--main-font);
    height: 45px;
    justify-content: center;
    left: 0;
    padding: 15px 0;
    position: absolute;
    text-transform: uppercase;
    transition: height 0.5s;
    width: 100%;
    will-change: height;
    z-index: 2
    }
.kadence-post-hotel__all-images:after {
    background: var(--light-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
    }
.kadence-post-hotel__all-images .icon {
    fill: var(--accent-color);
    height: 25px;
    margin-right: 10px;
    width: 25px
    }
.kadence-post-hotel__additional-info {
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
    }
.kadence-post-hotel__rating {
    align-items: center;
    background: var(--secondary-accent-color);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: var(--light-color);
    display: flex;
    font: 700 20px/1 var(--secondary-font);
    padding: 10px
    }
.kadence-post-hotel__additional-info-right {
    background: var(--light-color);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 12px
    }
.kadence-post-hotel__rating-text {
    color: var(--secondary-accent-color);
    font: 400 13px/1 var(--main-font)
    }
.kadence-post-hotel__reviews {
    color: var(--main-color);
    font: 12px/1 var(--main-font);
    margin-top: 5px
    }
.kadence-post-hotel__main-info {
    position: relative;
    width: 100%
    }
.kadence-post-hotel__name {
    color: var(--secondary-color);
    cursor: pointer;
    font: 700 20px/1.3 var(--secondary-font)
    }
.kadence-post-hotel__name:hover {
    text-decoration: underline
    }
.kadence-post-hotel__pets-na {
    margin: 10px 0
    }
.kadence-post-hotel__stars {
    display: flex;
    gap: 5px;
    margin-top: 5px
    }
.kadence-post-hotel__address {
    align-items: flex-end;
    color: var(--main-color);
    display: flex;
    font: 400 14px/1 var(--main-font);
    margin-top: 15px
    }
.kadence-post-hotel__address .emoji {
    margin-right: 5px
    }
.kadence-post-hotel__price {
    color: var(--accent-color);
    font: 400 16px/1 var(--main-font);
    margin-top: 20px
    }
.kadence-post-hotel__price b {
    font-size: 18px;
    font-weight: 700
    }
.kadence-post-hotel__features {
    border-radius: 4px;
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 10px;
    column-gap: 10px;
    overflow: hidden;
    padding: 15px 10px;
    position: relative
    }
@media only screen and (max-width: 1100px) {
    .kadence-post-hotel__features {
        -moz-column-count: 2;
        column-count: 2
        }
    }
@media only screen and (max-width: 1024px) {
    .kadence-post-hotel__features {
        -moz-column-count: 3;
        column-count: 3
        }
    }
@media only screen and (max-width: 767px) {
    .kadence-post-hotel__features {
        -moz-column-count: 2;
        column-count: 2
        }
    }
.kadence-post-hotel__features:after {
    background: var(--accent-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
    }
.kadence-post-hotel__features li {
    color: var(--main-color);
    font: 13px/1.3 var(--main-font);
    margin-bottom: 7px;
    padding-left: 10px;
    position: relative
    }
.kadence-post-hotel__features li:first-letter {
    text-transform: uppercase
    }
.kadence-post-hotel__features li:after {
    background: var(--accent-color);
    border-radius: 4px;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    height: 4px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 4px
    }
.kadence-post-hotel__description {
    font: 400 16px/1.5 var(--main-font)
    }
.kadence-post-hotel__description-text p {
    margin-bottom: 10px
    }
.kadence-post-hotel__description-other-text {
    font-size: 14px;
    margin-bottom: 5px
    }
.kadence-post-hotel__description-strong {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px
    }
.kadence-post-hotel__description-link {
    color: var(--accent-color);
    text-decoration: underline
    }
.kadence-post-hotel__authors-review {
    align-items: center;
    display: flex
    }
.kadence-post-hotel__author svg {
    fill: var(--secondary-accent-color);
    display: block;
    height: auto;
    margin: 0 auto 12px;
    padding-left: 12px;
    width: 60px
    }
.kadence-post-hotel__author-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center
    }
.kadence-post-hotel__review {
    color: var(--main-color);
    font: 400 14px/1.7 var(--main-font);
    margin: 15px 0 40px 20px;
    padding: 10px 15px;
    position: relative;
    width: 100%;
    z-index: 1
    }
.kadence-post-hotel__review:before {
    background: var(--secondary-accent-color);
    border-radius: 4px;
    border-bottom-left-radius: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
    }
.kadence-post-hotel__review:after {
    border-bottom: 20px solid transparent;
    border-bottom-right-radius: 4px;
    border-right: 20px solid var(--secondary-accent-color);
    border-top: 20px solid transparent;
    bottom: -27px;
    content: "";
    height: 0;
    left: -3px;
    opacity: 0.2;
    position: absolute;
    transform: rotate(45deg);
    width: 0;
    z-index: -2
    }
.kadence-post-hotel__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
    }
.kadence-post-hotel__btn {
    background-color: var(--accent-color);
    border-radius: 4px;
    color: #fafafa;
    cursor: pointer;
    font: 400 14px/1 var(--main-font);
    letter-spacing: 0.1px;
    margin-top: 10px;
    padding: 14px 15px;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
    }
.kadence-post-hotel__btn:hover {
    text-decoration: underline
    }
.kadence-post-hotel__btn--secondary {
    background: none;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    margin-right: 20px
    }