.ProductPageNotifications {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ProductPageNotifications__notification {
    margin-bottom: 1em;
    padding: 1em;
    background: #f2f2f2 no-repeat 1em 1em;
    background-size: 16px;
}

.ProductPageNotifications__notification--hasTitle {
    padding-left: 2.5em;
}

.ProductPageNotifications__notification > :last-child {
    margin-bottom: 0;
}

.ProductPageNotifications__notificationTitle {
    position: relative;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: bold;
}

.ProductPageNotifications__notificationIcon {
    position: absolute;
    left: -1.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
}