/* All inner-page CTAs use home.css for the CI tile and its 72px pattern.
   Keep contextual layout rules, but do not let block / commerce sizing replace
   the approved button proportions. The homepage itself does not load this file. */
.cv-inner .button.button {
  min-height:46px;
  padding:11px 24px 11px 54px;
  border-radius:2px;
  font:500 16px/1.6 var(--serif);
  letter-spacing:.1em;
  gap:28px;
  text-decoration:none;
}
.cv-inner .button.gold {font-weight:600}
.cv-inner .button.button:hover {text-decoration:none}
.cv-inner .wp-block-button__link.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--navy);
  background:var(--navy);
  color:#fff;
}
.cv-inner .wp-block-button__link.button:hover {background:var(--navy-deep)}
.cv-inner .is-style-outline .wp-block-button__link.button {
  background:transparent;
  color:var(--navy);
}
.cv-inner .is-style-outline .wp-block-button__link.button::after {content:none}
.lang-en.cv-inner .button.button {letter-spacing:.02em}
