.kanos-condotel-price-table {
    width: 100%;
}

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

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

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

.k-cpt-table-wrapper {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.k-cpt-table {
    border: none;
    width: 100%;
    border-collapse: collapse;
}

.k-cpt-table tbody tr:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 24px 40px 0px 40px;
}

.k-cpt-table tbody tr:last-child {
    display: flex;
    justify-content: center;
    padding: 0px 40px 24px 40px;
}

.k-cpt-table th,
.k-cpt-table td {
    border: none;
    padding: 0;
}

.k-cpt-label {
    font-size: 27px;
    font-weight: 500;
    color: #333;
}

.k-cpt-shine-price {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(to right, #166534 0%, #32b32c 12%, #32b32c 22%, #166534 38%);
    background-size: 200% auto;
    background-position: -100% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine-price 3.2s linear infinite;
    animation-fill-mode: forwards;
}

@keyframes shine-price {
    0% {
        background-position: 100% center;
    }

    85% {
        background-position: -100% center;
    }

    100% {
        background-position: -100% center;
    }
}

.k-cpt-table tbody tr {
    background: #F9F9F9;
}

.k-cpt-note {
    text-align: center;
    font-size: 18px;
    color: #000;
    padding-top: 0 !important;
}

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