.ovp-product-options {
    margin: 20px 0;
    clear: both;
}

.ovp-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.ovp-required {
    color: #b00020;
}

.ovp-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ovp-item {
    width: 82px;
    min-height: 92px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    box-sizing: border-box;
}

.ovp-item:hover,
.ovp-item.is-selected {
    border-color: #111;
    box-shadow: 0 0 0 2px #111 inset;
}

.ovp-item:hover {
    transform: translateY(-1px);
}

.ovp-item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ovp-item img,
.ovp-no-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 7px;
    background: #f2f2f2;
}

.ovp-name {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    word-break: break-word;
}
