/*
    Theme Name: BuzzMag Child
    Theme URI: http://www.flatlayers.com/themes/buzzmag
    Author: FlatLayers
    Author URI: http://www.flatlayers.com
    Description: BuzzMag Theme Child
    Template: buzzmag
    Version: 2.3.2
    License: GNU/GPL Version 2 or later. 
    License URI: http://www.gnu.org/licenses/gpl.html 
    Tags: custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, theme-options
    Text Domain: buzzmag-child
*/

.buzzmag-ad-slot {
  position: relative;
  width: 100%;
  min-height: 250px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.buzzmag-ad-slot__inner {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 250px;
}

.buzzmag-ad-slot__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  color: #777777;
  font-size: 14px;
  text-align: center;
  pointer-events: none;
}
