/*
    In this stylesheet the styles are defined for different types of blocks.
*/
/* Utility
---------------------------------------- */

/* -- Box Shadow -- */

.is-style-shadow-light {
  box-shadow: var(--wp--preset--shadow--light);
}

.is-style-shadow-solid {
  box-shadow: var(--wp--preset--shadow--solid);
}

/* Media Queries
  ---------------------------------------- */

@media only screen and (max-width: 600px) {
  /* -- Utility -- */

  .is-style-hidden-mobile {
    display: none !important;
  }
}

/* -- Button style Outline -- */
.is-style-outline .wp-element-button:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
