.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;
}
/* Container */
.hm-variant-list { margin:12px 0 16px; border:1px solid #e5e7eb; border-radius:10px; }
.hm-variant-list .hm-title { font-weight:600; padding:10px 12px; border-bottom:1px solid #e5e7eb; }

/* Optional small badge for option labels */
.hm-badge {
  display:inline-block; font-size:12px; line-height:1;
  padding:2px 6px; margin-right:4px; border:1px solid #e5e7eb; border-radius:999px; color:#555;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

