.fm-product-facts {margin:8px 0 12px;font-size:13px;line-height:1.4;color:rgb(var(--color-foreground));}
.fm-product-facts table {width:100%;border-collapse:collapse;box-shadow:none;table-layout:auto;margin:0;}
.fm-product-facts caption {position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;}
.fm-product-facts th,.fm-product-facts td {padding:4px 0!important;text-align:left;vertical-align:top;border:0;font-size:13px!important;line-height:1.4!important;font-weight:400;overflow-wrap:anywhere;}
.fm-product-facts th {font-weight:600;}
.fm-product-facts > table:first-child th {width:auto;}
.fm-product-facts tbody tr {border-bottom:1px solid rgba(var(--color-foreground),.12);}
@media screen and (max-width:749px) {
  .fm-product-facts tbody tr {display:grid;grid-template-columns:max-content minmax(0,1fr);gap:.6rem;}
  .fm-product-facts th,.fm-product-facts td {min-width:0;}
}

.fm-product-facts__details {display:inline-flex;align-items:center;gap:.5rem;min-height:4.4rem;margin-top:.2rem;color:#80621f;font-weight:600;text-underline-offset:.3rem;}
.fm-product-facts__details:visited {color:#80621f;}
.fm-product-facts__details:hover {color:#20251f;}
.fm-product-facts__details:focus-visible {outline:2px solid #80621f;outline-offset:3px;}
