/*
 * Styles for the Ad Inserter plugin
 * Provides simple styling for the ad container appended after the navigation.
 */

/* Ensure the ad container spans the full available width and centers its content */
#adi-temp-ad {
  margin: 1em 0;
  text-align: center;
  width: 100%;
}

/* Force the ad element to use full width and center it if possible */
#adi-temp-ad ins {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}