.combo-variants-wrapper,
.combo-variants-wrapper * {
    box-sizing: border-box;
}

.combo-variants-wrapper {
    margin: 16px 0;
}

.combo-variants-other {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 48px 0 0;
}

.combo-variants-other__title {
    color: #001A34;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}

.combo-variants-other__description {
    color: #667685;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.combo-variants {
    overflow: hidden;
    border: 1px solid #DADEE2;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.combo-variants__heading {
    color: #001A34;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid #DADEE2;
    background-color: #FFFFFF;
}

.combo-variants__table {
    display: flex;
}

.combo-variants__list {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.combo-variant {
    display: flex;
    flex-grow: 1;
}

.combo-variant:not(:last-of-type) {
    border-bottom: 1px solid #DADEE2;
}

.combo-variant__title {
    color: #001A34;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    word-break: break-word;
    cursor: pointer;
}

.combo-variant__rooms-amount {
    text-decoration: unset;
}

.combo-variant__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 16px;
    border-right: 1px solid #DADEE2;
}

.combo-properties {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.combo-properties__beds {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 4px 8px;
    flex-wrap: wrap;
}

.combo-properties__beds-text {
    color: #001A34;
    font-weight: 600;
}

.combo-properties__bed {
    color: #667685;
    display: flex;
    align-items: center;
    gap: 4px;
}

.combo-properties__bed svg {
    width: 24px;
    height: 24px;
}

.combo-properties__beds-or {
    color: #001A34;
    font-weight: 600;
    width: 100%;
}

.combo-result {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 280px;
    padding: 16px;
    max-width: 390px;
}

.combo-result p {
    margin: 0;
}

.combo-result__group-info {
    color: #667685;
    line-height: 24px;
    margin-bottom: 8px;
}

.combo-result__price {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin: 0;
}

.combo-result__price .price-value {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    white-space: nowrap;
}

.combo-result__price .currency {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.combo-result__additional {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    width: 100%;
    margin-top: 16px;
}

.combo-result__additional .custom-label-cancellation-wrapper {
    justify-content: flex-end;
}

.combo-result__checkbox {
    color: #001A34;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 0 24px;
    margin-top: 16px;
    user-select: none;
}

.combo-result__checkbox svg {
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 2px;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #B5BDC4;
    background-color: #FFFFFF;
}

.combo-result__checkbox input:checked ~ svg {
    background-color: #3498DB;
    box-shadow: none;
}

.combo-result__submit {
    width: 100%;
    margin-top: 16px;
}
