.anchor-component.anchor-section {
  margin: 0px;
}

.anchor-component.anchor-section .component-content .anchor-section-name {
  display: none;
}

body.on-page-editor .anchor-component.anchor-section {
  outline: 1px solid #E7E9EB;
  outline-offset: -4px;
  padding-bottom: 56px;
  position: relative;
}

body.on-page-editor .anchor-component.anchor-section .component-content .anchor-section-name {
  padding: 24px;
  display: block;
  font-size: 36px;
  line-height: 40px;
  opacity: 0.2;
  font-weight: bold;
  padding-left: 56px;
  position: relative;
}

body.on-page-editor .anchor-component.anchor-section .component-content .anchor-section-name::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/anchor-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 48px;
  width: 48px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

body.on-page-editor .anchor-component.anchor-section .component-content .anchor-section-name::before {
  left: 5px;
  top: 15px;
}

body.on-page-editor .anchor-component.anchor-section.no-id .component-content .anchor-section-name {
  padding-left: 16px;
}

body.on-page-editor .anchor-component.anchor-section.no-id .component-content .anchor-section-name::before {
  display: none;
}
