/* Hero: chips sobrepostos ao rodapé visual do hero */
.cyclescrm-hero-stack .cyclescrm-hero-chips--on-hero {
  margin-top: -4rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}

.cyclescrm-hero-chips--on-hero .cyclescrm-type-chips__label {
  color: #fff;
}

.cyclescrm-hero-chips--on-hero .cyclescrm-type-chips__icon {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Spacing between theme sections in templates */
.wp-site-blocks .cyclescrm-hero + * {
  margin-top: 0;
}

body .wp-site-blocks > .alignwide,
body .wp-site-blocks > .alignfull {
  margin-left: auto;
  margin-right: auto;
}

.cyclescrm-front-section {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
