/*
Pattern Name:       content-banner
Version:            1.0
*/

.h-200       { height: 200px!important; }
body:not(.wp-admin) .h-min-unset { min-height: unset!important; }

.inner-rounded-3 .wp-block-media-text__media img,
.inner-rounded-3 img:not(.rounded-0),
.inner-rounded-3 .wp-block-cover__background,
.inner-rounded-3 .wp-block-button__link {
  border-radius: var(--bs-border-radius-lg)!important;
}

.css-button-hover a:hover {
  background-color: white!important;
  color: var(--wp--preset--color--primary)!important;
  border-radius: 8px;
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
          transform: scale(1.05);
  padding-left: 2rem!important;
  padding-right: 2rem!important;
}

@media (min-width: 992px) {
  .h-lg-500 { height: 500px!important; }
  .mb-lg-7  { margin-bottom: 7rem!important; }
}