.nn-pab-list {
    list-style: none;
    margin: 0 0 1em 0 !important;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.nn-pab-item {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    line-height: 1.2;
}

.nn-pab-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #827F7D;
    font-weight: 700;
}

.nn-pab-icon {
    width: 37px;
    height: 37px;
    object-fit: contain;
    display: inline-block;
}

.nn-pab-label {
    text-transform: uppercase;
    font-size: 0.95em;
}
