.tasting-page h1, .tasting-page h2, .tasting-page p,
.tasting-rating-row { overflow-wrap: anywhere; }
.tasting-card h2 a { color: inherit; text-decoration: none; }
.tasting-card h2 a:hover { text-decoration: underline; }
.tasting-check, .tasting-rating-row label { display: flex; gap: .8rem; align-items: center; }
.tasting-page input[type="checkbox"] { flex-shrink: 0; width: 1.2rem; height: 1.2rem; accent-color: #d4af37; }
.tasting-rating-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(212,175,55,.22); }
.tasting-rating-row label { flex: 1 1 auto; min-width: 0; cursor: pointer; }
.tasting-rating-row small { display: block; margin-top: .3rem; }
.tasting-page .tasting-rating-row .btn { flex: 0 0 auto; width: auto; }
.tasting-description { white-space: pre-wrap; overflow-wrap: anywhere; }
@media (max-width: 480px) {
  .tasting-rating-row { flex-wrap: wrap; }
  .tasting-page .quick-rating-hero-actions .btn { white-space: normal; }
}
