.no-classified-hide {
    display: none !important;
}

.no-classified-blur,
.no-classified-blur-wrapper .discount-wrap {
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
}

.no-classified-tab {
    pointer-events: none;
    user-select: none;
}

.no-classified-blur_gradient::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--white) 0%, var(--white) 70%, transparent 100%);
    z-index: 1;
}

.no-classified {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    padding: 0 40px 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.no-classified__header {
    display: flex;
    gap: 16px;
    align-items: center;
    color: var(--red);
}

.no-classified__header-icon {
    width: 48px;
    height: 48px;
}

.no-classified__header-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.no-classified__info-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-700);
}

.no-classified__discount-text-wrapper {
    padding: 16px;
    background: var(--blue-25);
    border-radius: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--gray-950);
}

.no-classified__discount-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--gray-950);
}

.no-classified__discount-text-red {
    color: var(--red);
    font-weight: 700;
}

.no-classified__discount-text-red span {
    font-size: 20px;
}

.no-classified__discount-text-black {
    font-weight: 600;
}

.description-tabs .no-classified-tab .tab-title {
    color: var(--gray);
}

.description-tabs .tab.no-classified-tab span {
    background-color: var(--gray-700);
}

.hotel_quick-links .no-classified-blur {
    order: 1;
}

.detail-services-block.no-classified-blur_gradient {
    height: 268px;
    overflow: hidden;
}

.hotel-rooms-wrapper.no-classified-blur_gradient {
    height: 480px;
    overflow: hidden;
}
