.kanos-condotel-tien-ich {
    width: 100%;
}

.k-cti-wrapper {
    width: 100%;
}

.k-cti-inner {
    width: 100%;
}

.k-cti-heading-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.k-cti-heading-wrapper:before {
    content: '';
    width: 4px;
    height: 36px;
    background: #FF9900;
    border-radius: 2px;
    z-index: 2;
}

.k-cti-heading-wrapper h2 {
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ff7f29;
    margin-bottom: -4px;
}

.k-cti-heading-wrapper svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    transform: rotate(180deg);
    transition: transform 0.25s;
}

.k-cti-heading-wrapper.is-collapsed svg {
    transform: rotate(0deg);
}

.k-cti-content-wrapper {
    margin-top: 28px;
}

.k-cti-content-inner {
    width: 100%;
    padding: 12px;
    background: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.k-cti-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

.k-cti-item-wrapper {
    flex: 0 0 32%;
    max-width: 32%;
    margin-bottom: 16px;
    display: flex;
    align-items: start;
}

.k-cti-item-wrapper svg {
    width: 20px !important;
    height: 20px !important;
    margin-right: 6px;
    flex: 0 0 20px;
    margin-top: 1px;
}

.k-cti-item-wrapper span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

#kanos-condotel-utilities {
    scroll-margin-top: 80px;
}

@media (max-width: 768px) {
    .k-cti-item-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
}