/* Start custom CSS for shortcode, class: .elementor-element-8f5a198 */.kavaya-hotel-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 3;
    column-gap: 40px;
}

.kavaya-hotel-list li {
    margin: 0 0 8px 0;
    line-height: 1.3;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

.kavaya-hotel-list a {
    font-size: 13px;
    font-weight: 500;
    color: #0b4f3a;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
}

.kavaya-hotel-list a:hover {
    color: #2e7d5b;
    padding-left: 4px;
}

.kavaya-hotel-list {
    padding-left: 10px;
    border-left: 2px solid #e3e3e3;
}

.kavaya-hotel-list-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0b4f3a;
}/* End custom CSS */