/* Ingredient comparison, scoped to this story's approved presentation. */
#main.masa-story .masa-comparison{margin-top:28px}
#main.masa-story .comparison-followthrough{margin-top:28px}
#main.masa-story .masa-comparison th,#main.masa-story .masa-comparison td{overflow-wrap:break-word;vertical-align:top}
#main.masa-story .masa-comparison thead th:first-child{width:22%}
#main.masa-story .masa-comparison thead th:nth-child(2){width:36%}
#main.masa-story .masa-comparison tbody th{padding:15px 18px 15px 0;border-bottom:1px solid var(--rule);font-family:inherit;font-size:inherit;font-weight:600;line-height:inherit;text-transform:none;letter-spacing:normal;background:transparent}
#main.masa-story .masa-comparison tbody tr:last-child th{border-bottom:0}
@media(max-width:650px){
 #main.masa-story .masa-comparison{padding:20px}
 #main.masa-story .masa-comparison table,#main.masa-story .masa-comparison tbody{display:block}
 #main.masa-story .masa-comparison thead{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
 #main.masa-story .masa-comparison tbody tr{display:block;padding:0 0 20px;margin-bottom:20px;border-bottom:1px solid var(--rule)}
 #main.masa-story .masa-comparison tbody tr:last-child{border:0;margin:0;padding:0}
 #main.masa-story .masa-comparison tbody th,#main.masa-story .masa-comparison td{display:block;width:100%;border:0;padding:0}
 #main.masa-story .masa-comparison tbody th{font-family:'Bree Serif',Georgia,serif;font-size:1.35rem;margin-bottom:12px}
 #main.masa-story .masa-comparison td+td{margin-top:12px}
 #main.masa-story .masa-comparison td::before{content:attr(data-label);display:block;font-size:.875rem;font-weight:700;color:var(--green);margin-bottom:3px}
}
@media print{
 #main.masa-story .masa-comparison{break-inside:avoid}
 #main.masa-story .story-hero{grid-template-areas:"title photo" "opening opening";grid-template-columns:1fr 1fr}
 #main.masa-story .hero-photo{max-width:310pt}
 #main.masa-story .masa-comparison td::before{display:none}
}
