/*
Theme Name: mavix-insurance-child
Template: mavix-insurance
*/
body {
  color: #000;
}
#masthead {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
}
.header-top {
  width: 20%;
  padding: 0;
}
.header-bottom {
  width: 80%;
  display: flex;
  align-items: center;
}
#masthead .header-bottom {
  background: unset;
}
.main-navigation ul.nav-menu {
  background: unset;
}
.main-navigation ul.nav-menu {
  float: right !important;
}
.wp-block-table table {
  display: table;
}
.section-gap {
  padding: 10px 0;
  border-top: 2px solid;
}
.main-navigation ul.nav-menu .current_page_item > a,
.main-navigation ul.nav-menu .current-menu-item > a {
  color: #a07215;
}
.menu-toggle {
  height: 48px;
  background: #1f3949;
  min-width: 48px;
  float: right;
}
.rank-math-list-item {
  border: 2px solid #0c3b49;
  margin-bottom: 15px;
}
.rank-math-block {
  margin-bottom: 25px;
}
.rank-math-question {
  margin: 0;
  padding: 10px;
  background: #eca30c;
  color: #fff;
}
.rank-math-answer {
  padding: 10px;
}
.list-group {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}
.list-group li {
  padding: 10px;
  border: 2px solid #eca30c;
}
.list-group li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .header-top {
    width: 40%;
  }
  .header-bottom {
    width: 60%;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 1.2;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
}
