.left-section {
    position: relative;
}

.price-info-button {
    margin-left: 4px;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.price-info-modal {
    right: 0;
    position: absolute;
    width: 328px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 2px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
    z-index: 10000;
}

.price-info-modal-close-button {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.tooltip-title {
    margin-bottom: 12px;
    color: #272727;
    font-size: 14px;
    font-weight: 700;
}

.tooltip-content {
    margin-bottom: 20px;
    color: #272727;
    font-size: 14px;
    line-height: 22px; /* 157.143% */
}

li:last-child > .tooltip-content {
    margin-bottom: 0px;
}