/* Expresso Rio 14.5 — Publicidade Inteligente */
.er-smart-ad{
  width:100%;
  margin:28px auto;
  border:1px solid #e7e7e7;
  background:#f7f8fa;
  border-radius:14px;
  padding:10px;
  overflow:hidden;
  display:block;
}
.er-smart-ad__label{
  display:block;
  margin:0 0 8px;
  font-size:10px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#888;
  font-weight:800;
  text-align:center;
}
.er-smart-ad__content{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:90px;
}
.er-smart-ad__content iframe,
.er-smart-ad__content img,
.er-smart-ad__content ins{
  max-width:100%;
}
.er-smart-ad--home_top .er-smart-ad__content,
.er-smart-ad--home_middle .er-smart-ad__content,
.er-smart-ad--article_top .er-smart-ad__content{
  min-height:90px;
}
.er-smart-ad--sidebar_top .er-smart-ad__content,
.er-smart-ad--sidebar_middle .er-smart-ad__content{
  min-height:250px;
}
.er-single__content .er-smart-ad{
  margin:34px auto;
  max-width:100%;
}
@media(max-width:760px){
  .er-smart-ad{margin:22px auto;border-radius:12px;padding:8px}
  .er-smart-ad__content{min-height:70px}
}
