/**
 * @file
 * Themes Vauva CTS blocks.
 */

/**
 * Wrapper of ads.
 */
.cts-wrapper {
  text-align: center;
}
/* Only use wrapper margins if ad is not native AND placement is not empty. */
.cts-wrapper.sadblob-loaded:not(.sad-native):not(.sadblob-empty) {
  margin-top: 10px;
  margin-bottom: 10px;
}

/**
 * Info text element.
 */
.cts-wrapper__info-text {
  text-align: center;
  padding: 14px 0 5px;
  font-size: 12px;
  margin-bottom: -10px;
}

/**
 * Container inserted by Tealium.
 */
.sadblob-loaded:not(.sad-native):not(.sadblob-empty) .aldente-container {
  background-color: #f2f2f2;
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  .sa-dsa-button-container {
    width: unset !important;
  }
}
