/* Single product extra info display */

.sepi-extra-product-info {
    margin: 1em 0;
    padding: 0;
}

.sepi-extra-product-info__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sepi-extra-product-info__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 10px 12px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
}

.sepi-extra-product-info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #2271b1;
}

.sepi-extra-product-info__icon .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.sepi-extra-product-info__content {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    line-height: 1.5;
}

.sepi-extra-product-info__label {
    font-weight: 600;
    color: #1d2327;
}

.sepi-extra-product-info__value {
    color: #50575e;
}
