/* Styling for Product Restrictions in Meta Section */
.mvp-product-restrictions-meta {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}

.mvp-product-restrictions-meta h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.mvp-restrictions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mvp-restrictions-list li {
    font-size: 0.9em;
    margin-bottom: 5px;
    color: #A1A1A1;
    font-weight: 700;
    line-height: 1.4;
}

.mvp-restrictions-list li strong {
    color: #fff;
}