.tapin-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 16px;
    margin: 18px 0;
    box-shadow: 0 2px 10px rgba(2, 6, 23, .04);
}

.tapin-section-title {
    font-size: 1rem;
    font-weight: 700;
    color: #2a1a5e;
    margin: 0 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e5e7eb;
}

.tapin-event-details__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9rem;
    color: #111827;
}

.tapin-event-details__row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}

.tapin-event-details__label {
    font-weight: 600;
    white-space: nowrap;
}

.tapin-event-details__value {
    text-align: end;
    direction: ltr;
}

.tapin-producer-details__link {
    display: inline-block;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}

.tapin-producer-details__link:hover {
    text-decoration: underline;
}

body.single-product.tapin-product-enhanced .entry-summary .tapin-event-details__list,
body.single-product.tapin-product-enhanced .entry-summary .tapin-event-details__label,
body.single-product.tapin-product-enhanced .entry-summary .tapin-event-details__value,
body.single-product.tapin-product-enhanced .entry-summary .tapin-producer-details__link {
    color: #111827;
}
