.kadence-post-other-hotels-in-city__title {
    color: var(--secondary-color);
    font: 700 24px/1 var(--secondary-font);
    margin-bottom: 15px
    }
.kadence-post-other-hotels-in-city__list {
    -moz-column-gap: 20px;
    column-gap: 20px;
    -moz-columns: 300px 2;
    columns: 300px 2
    }
.kadence-post-other-hotels-in-city__item {
    color: var(--main-color);
    display: flex;
    font: 400 16px/1.5 var(--main-font);
    justify-content: space-between;
    margin-bottom: 5px;
    padding-left: 28px;
    position: relative
    }
.kadence-post-other-hotels-in-city__item:hover:before {
    background-color: var(--accent-color);
    border-color: var(--accent-color)
    }
.kadence-post-other-hotels-in-city__item:hover .kadence-post-other-hotels-in-city__item-number {
    color: var(--accent-color)
    }
.kadence-post-other-hotels-in-city__item:before {
    background: #fff;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    transition: all 0.3s;
    width: 18px
    }
.kadence-post-other-hotels-in-city__item a {
    color: inherit;
    transition: all 0.3s
    }
.kadence-post-other-hotels-in-city__item a:hover {
    color: var(--accent-color);
    text-decoration: underline
    }
.kadence-post-other-hotels-in-city__item-number {
    transition: all 0.3s
    }