.atcb-settings-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #c3c4c7;
  flex-wrap: wrap;
  gap: 1em;
  margin-left: -20px;
  padding: 20px 30px;
  line-height: 2em;
}

.atcb-settings-header div {
  display: flex;
  gap: 2em;
  align-items: center;
}

.atcb-settings-header div+div {
  display: none;
}

.atcb-settings-header div a {
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}

.atcb-settings-header div+div a {
  display: flex;
  gap: .5em;
  align-items: center;
}

.atcb-settings-header div+div a span {
  width: 15px;
  height: 15px;
  font-size: 15px;
}

.atcb_disclaimer {
  font-style: italic;
  padding: 0 25px 5px;
  opacity: .7;
}

.atcb-settings-wrap {
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
  background: #fff;
  padding: 10px 20px;
}

#atcb-pro-banner {
  width: 100%;
  color: #fff;
  background: #336db9;
  background: linear-gradient(45deg, #336db9 0%, #539eff 100%);
  filter: drop-shadow(0 25px 25px rgba(0,0,0,.15));
  margin-top: 3rem;
  margin-left: -20px;
  width: calc(100% + 20px);
  font-size: 16px;
  padding: 0 2rem;
  box-sizing: border-box;
}

#atcb-pro-banner > div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1,minmax(0,1fr));
  max-width: 1200px;
}

@media (min-width: 576px) {
  .atcb-settings-wrap {
    margin: 30px 30px 0 10px;
  }

  .atcb-settings-header div+div {
    display: flex;
  }

  #atcb-pro-banner > div {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

#atcb-pro-banner .atcb-pro-img {
  margin: -1rem auto 0;
  width: 8rem;
}

@media (min-width: 576px) {
  #atcb-pro-banner .atcb-pro-img {
    margin: -1rem 0 0;
    width: 12rem;
  }
}

@media (min-width: 768px) {
  #atcb-pro-banner .atcb-pro-img {
    width: 16rem;
  }
}

@media (min-width: 976px) {
  #atcb-pro-banner .atcb-pro-img {
    margin: -1.5rem auto 0;
    width: 20rem;
  }
}

#atcb-pro-banner img {
  filter: drop-shadow(0 20px 13px rgba(0,0,0,.03)) drop-shadow(0 8px 5px rgba(0,0,0,.08));
  max-width: 100%;
  height: auto;
}

#atcb-pro-banner .atcb-pro-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 0 3.5rem 0;
}

#atcb-pro-banner .atcb-pro-text div {
  text-align: center;
}

@media (min-width: 768px) {
  #atcb-pro-banner .atcb-pro-text {
    padding: 4rem 0 6rem 0;
  }
}

@media (min-width: 976px) {
  #atcb-pro-banner .atcb-pro-text {
    padding: 5rem 0 6rem 0;
  }
}

#atcb-pro-banner .atcb-pro-text h2 {
  filter: drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1));
  font-size: 1.875rem !important;
  line-height: 2.25rem;
  font-weight: 800;
  margin: 0 !important;
  color: #fff;
}

#atcb-pro-banner .atcb-pro-text p {
  margin: 0.75rem 0 0 0;
  font-size: 1rem;
  opacity: .7;
  color: #fff;
}

@media (min-width: 768px) {
  #atcb-pro-banner .atcb-pro-text h2 {
    font-size: 2.25rem !important;
    line-height: 2.5rem;
  }
}

@media (min-width: 976px) {
  #atcb-pro-banner .atcb-pro-text h2 {
    font-size: 3rem !important;
    line-height: 1;
  }

  #atcb-pro-banner .atcb-pro-text p {
    margin-top: 1.5rem;
  }
}

#atcb-pro-banner .atcb-pro-text a {
  font-weight: 600;
  line-height: 1;
  padding: 15px 20px 18px;
  text-align: center;
  color: #111;
  background: #ffa255;
  background: linear-gradient(45deg,#fc8f29,#ffa255,#ffd0aa,#ffa255);
  border-radius: 6px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);
  text-decoration: none;
  transition: all .2s ease-in-out;
}

#atcb-pro-banner .atcb-pro-text a:hover {
  background: #ffa255;
  background: linear-gradient(45deg,#ffa255,#ffa255,#ffa255,#ffa255);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
  color: #27272a;
  text-decoration: none;
}