/*
Theme Name: Moss | Tidlig På
Theme URI: https://tidligpa.no
Author: Mikael
Description: Tema for Moss | Tidlig På
Version: 0.1.0
Text Domain: moss
*/

/* TODO: GUTENBERG OVERRIDE - MOVE TO SEPARATE FILE? */
.wp-block-button {
  /* keep default behaviour unless a width class is present */
}

/* reduce the 25% preset to roughly 20% */
.wp-block-button__width-25 {
  width: 20% !important;
  max-width: none !important;
}

/* optional: provide a tidy mapping for other presets you might use */
.wp-block-button__width-75 { width: 75% !important; }
.wp-block-button__width-50 { width: 50% !important; }
.wp-block-button__width-33 { width: 33.3333% !important; }
.wp-block-button__width-20 { width: 20% !important; }

/* ensure the inner link keeps desired padding (already set via JS) */
.entry-content .wp-block-button .wp-block-button__link {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
