.p-product-simple_explain {
  font-size: 12px;
  color: #565959 !important;
}
/* Flexbox table layout */
.flex-table {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.2;
}

.flex-row {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 4px 0;
}

.header-row {
    font-weight: bold;
    background-color: #f4f4f4;
}

.flex-row div {
    flex: 1;
    padding: 2px 4px;
}
