@use "../../../styles/int.scss";

.root {
  margin: int.$spacing-8 0;

  &.periodic {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  &.page-end {
    margin-top: calc(#{int.$spacing-10} - var(--Grid-gutter));
  }
}

@include int.customize-component(".container") {
  .int-style.int-style-Ad__placeholder {
    background-color: white;
  }
}
