/* Keep the "Read the Full Article" link on one line */
.nowrap-link,
.nowrap-link a {
  white-space: nowrap;
}

/* If the theme applies heading balancing, reset it here just in case */
.nowrap-link { text-wrap: wrap; }  /* turns off 'balance' if set elsewhere */

/* If the theme constrains heading width, lift it */
.nowrap-link { max-width: none; inline-size: auto; }
