.adfit-panel{
  width:min(100%, 1180px);
  margin:20px auto;
  padding:12px 16px 16px;
  border:1px solid #e8e0d5;
  border-radius:22px;
  background:#fff;
  text-align:center;
  box-sizing:border-box;
}
.adfit-label{
  margin-bottom:8px;
  color:#94a3b8;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}
.adfit-stage{
  position:relative;
  display:flex;
  width:300px;
  height:250px;
  max-width:100%;
  margin:0 auto;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:12px;
  background:#f8fafc;
}
.adfit-stage .kakao_ad_area{max-width:100%}
.adfit-message{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:20px;
  color:#94a3b8;
  font-size:12px;
  line-height:1.5;
  pointer-events:none;
}
.adfit-panel.is-loaded .adfit-message{display:none}
.adfit-panel.is-noad .adfit-stage{border:1px dashed #d8dee8;background:#fbfcfe}
.adfit-panel--sidebar{margin:12px 0;width:100%;padding:10px 8px 12px;border-radius:12px}
@media(max-width:360px){.adfit-panel--sidebar{padding-left:0;padding-right:0}.adfit-stage{border-radius:0}}
