/* v528 · Gin Fundamentals Chapter 08 blind-tasting editorial refinement */

#glass .gf-style-read{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  margin-top:10px;
}
#glass .gf-style-read article{
  padding:22px 28px 24px 0;
}
#glass .gf-style-read article+article{
  border-left:1px solid var(--line);
  padding-left:28px;
}
#glass .gf-style-read span{
  display:block;
  margin:0 0 8px;
  color:var(--orange);
  font-size:13px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
#glass .gf-style-read p{
  margin:0;
  color:#4f554d;
  font-size:15px;
  line-height:1.58;
}
#glass .gf-tasting-note{
  max-width:940px;
  margin:22px 0 0;
  color:#4f554d;
  font-size:15px;
  line-height:1.6;
}
@media(max-width:820px){
  #glass .gf-style-read{grid-template-columns:1fr}
  #glass .gf-style-read article{padding:18px 0}
  #glass .gf-style-read article+article{border-left:0;border-top:1px solid var(--line);padding-left:0}
}
#glass .gf-tasting-sequence__grid article:nth-child(3){border-bottom:1px solid var(--line)}
#glass .gf-tasting-sequence__grid article:nth-child(5),
#glass .gf-tasting-sequence__grid article:nth-child(6){border-bottom:0}
@media(max-width:680px){
  #glass .gf-tasting-sequence__grid article:nth-child(5){border-bottom:1px solid var(--line)}
}
