.PhxWgtSearchCorrections {
    overflow-y: auto;
    overflow-x: hidden;
}

.PhxWgtSearchCorrections .PhxCorrectionsContainer {
    display: flex;
    flex-wrap: wrap;
}

.PhxWgtSearchCorrections .PhxCorrectionsTitle {
    font-style: italic;
    font-size: 0.16rem;
}

.PhxWgtSearchCorrections .PhxCorrectionsContainer .PhxCorrectionItem {
    background-repeat: no-repeat;
    background-size: 0.4rem;
    background-position: 0.05rem center;
    padding: 0.2rem 0.1rem 0.2rem 0.5rem;
    align-items: center;
    display: flex;
    cursor: pointer;
}