/* IDD Holiday Popup - front styles v1.0.0 */
.iddhp-overlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;
  background:rgba(0,0,0,.45);padding:20px;box-sizing:border-box;opacity:0;transition:opacity .2s ease}
.iddhp-overlay.iddhp-visible{opacity:1}
.iddhp-modal{position:relative;width:100%;max-width:380px;background:#fff;border-radius:12px;overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.25);background-size:cover;background-position:center;
  transform:translateY(10px);transition:transform .2s ease}
.iddhp-overlay.iddhp-visible .iddhp-modal{transform:translateY(0)}
.iddhp-content{position:relative;z-index:2}

/* Banner no topo */
.iddhp-banner img{display:block;width:100%;height:auto;max-height:180px;object-fit:cover}

.iddhp-body{padding:24px}

/* Imagem central / ícone */
.iddhp-central-img{width:60px;height:60px;border-radius:50%;overflow:hidden;margin:0 auto 12px;
  display:flex;align-items:center;justify-content:center;background:#eef1fb;color:#4a54c4}
.iddhp-central-img img{width:100%;height:100%;object-fit:cover}
.iddhp-icon-fallback svg{color:#4a54c4}

.iddhp-title{font-size:20px;margin:0 0 4px;text-align:center;color:#1a1a1a;font-weight:600}
.iddhp-subtitle{font-size:14px;margin:0 0 16px;text-align:center;color:#6b6b6b}

.iddhp-row{display:flex;align-items:center;gap:12px;padding:12px;background:#f5f6f8;border-radius:8px;margin-bottom:12px}
.iddhp-row-icon{color:#6b6b6b;flex:0 0 auto;display:flex}
.iddhp-row-text{display:flex;flex-direction:column;line-height:1.3}
.iddhp-row-text small{font-size:13px;color:#6b6b6b}
.iddhp-row-text strong{font-size:15px;color:#1a1a1a;font-weight:600}

.iddhp-note{font-size:13px;line-height:1.6;color:#6b6b6b;text-align:center;margin:4px 0 18px}
.iddhp-note p{margin:0 0 6px}

.iddhp-cta{width:100%;height:44px;background:#4a54c4;color:#fff;border:none;border-radius:8px;
  font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease}
.iddhp-cta:hover{background:#3b44a8}

.iddhp-dismiss{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;
  font-size:12px;color:#999;cursor:pointer}
.iddhp-dismiss input{width:14px;height:14px;margin:0}

/* Fundo completo */
.iddhp-pos-background .iddhp-scrim{position:absolute;inset:0;z-index:1;background:rgba(255,255,255,.86)}
.iddhp-pos-background .iddhp-body{position:relative}

/* Responsivo */
@media(max-width:420px){
  .iddhp-modal{max-width:100%}
  .iddhp-body{padding:20px}
  .iddhp-title{font-size:18px}
}
