/**
 * Golf Booking Suite public package-offer shortcode.
 *
 * Intentionally scoped to the shortcode anchor only. No booking calendar,
 * contact form, field, button, or administrator selector is targeted here.
 */
a.gbs-package-offer,
a.gbs-package-offer:link,
a.gbs-package-offer:visited,
a.gbs-package-offer:hover,
a.gbs-package-offer:focus,
a.gbs-package-offer:focus-visible,
a.gbs-package-offer:active {
  color: inherit !important;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
}

a.gbs-package-offer {
  cursor: pointer;
}
