/*
Theme Name: Jord-skrue Child
Theme URI: https://jord-skrue.no
Description: Barntema av Hello Elementor som speiler Elementors globale design-tokens (farger, typografi, knapper) inn i Gutenberg via theme.json.
Author: Jord-skrue
Version: 1.0.1
Template: hello-elementor
Text Domain: jord-skrue-child
*/

/* ----------------------------------------------------------------
   Gutenberg button — bulletproof override of parent/link styles.
   theme.json sets the colors, but hello-elementor's link styling
   wins on specificity. Force the button's <a> to inherit correctly.
---------------------------------------------------------------- */
.wp-block-button > .wp-block-button__link,
.wp-block-button > .wp-block-button__link:link,
.wp-block-button > .wp-block-button__link:visited {
  color: #FAF8F1 !important;
  background-color: #1A4A30 !important;
  border: 1.5px solid #1A4A30 !important;
  border-radius: 999px !important;
  padding: 14px 22px !important;
  font-family: Manrope, system-ui, -apple-system, sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus,
.wp-block-button > .wp-block-button__link:active {
  color: #FAF8F1 !important;
  background-color: #0F3320 !important;
  border-color: #0F3320 !important;
}

/* Outline variant (if used) */
.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button.is-style-outline > .wp-block-button__link:link {
  color: #1A4A30 !important;
  background-color: transparent !important;
  border: 1.5px solid #1A4A30 !important;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: #FAF8F1 !important;
  background-color: #1A4A30 !important;
}
