@import '@spglobal/ca-mfe-package-utils/dist/styles/global';
.qAdj-info-modal-title {
    padding: 10px 25px;
}
.qadjustmentspopup-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 20px 4px 20px;
    font-family: Akkurat,Helvetica,Arial,sans-serif;
}
.qadjustments-selection-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}
.qadjustments-selector-wrapper{
    padding: 8px;
    align-items: flex-start;
    width: 100%;
    gap: 8px;
    &:hover{
        background-color: #ebebeb;
        border-radius: 8px;
    }
}
.qadjustments-selector-selected-wrapper{
    background-color: #E4F0FE !important;
    border-radius: 8px;
}
.qadjustments-selector-title{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 18.4px */
}
.qadjustments-selector-description{
    color: #000;
    text-align: justify;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 16.2px */
}

.prop-green {
    color: $prop-color !important;
}
