/* RIO whole-word product names v1 */
.wood-sign,
.wood-sign * {
  -webkit-hyphens: none !important;
  hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Keep the text within the wooden part, below the rope. */
.product h3.wood-sign,
.pro-product h2.wood-sign,
.detail-copy h2.wood-sign {
  position: relative;
  display: block !important;
  box-sizing: border-box;
  aspect-ratio: 2161 / 728;
  min-height: 0;
  padding: 0 !important;
}

/* Retain the extra room used by the existing sugar-free subtitle. */
.product h3.wood-sign.rio-tea-sign,
.detail-copy h2.wood-sign.rio-tea-sign {
  aspect-ratio: 2161 / 960;
  background-size: 100% 100%;
}

.product h3.wood-sign > a,
.pro-product h2.wood-sign > span,
.detail-copy h2.wood-sign > span {
  position: absolute;
  inset: 42% 7% 6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: 1.08;
  text-align: center;
  white-space: normal;
  text-wrap: balance;
}

.wood-sign .rio-tea-name {
  min-width: 0;
  font-size: inherit;
}
