/**
 * Heading Divider Block styles
 * Both admin and frontend
 */

.heading-divider {
  position: relative;
  margin-bottom: 30px;
}

.heading-divider__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.heading-divider.text-left {
  text-align: left;
}

.heading-divider.text-center {
  text-align: center;
}

.heading-divider.text-right {
  text-align: right;
}

.heading-divider__image {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.heading-divider.text-left .heading-divider__image {
  justify-content: flex-start;
}

.heading-divider.text-right .heading-divider__image {
  justify-content: flex-end;
}

.heading-divider__svg {
  height: 20px;
  width: auto;
  margin: 0 !important;
}
