/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.10
*/

@import url("../mercury/style.css");

* {
  text-decoration: none !important;
}

.wp-block {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.space-page-wrapper {
  max-width: 1280px;
}

.space-box {
  background: var(--surface-page) !important;
}

/* .space-page-wrapper {
  min-height: 100dvh !important;
} */

.space-page-section {
  min-height: 100dvh;
}

@media (max-width: 768px) {
  .space-page-section {
    padding-top: 16px !important;
  }
}
