/* YPP SAFE – estilos básicos */
.ypp-safe { margin:.25rem 0 .75rem; font-size:.95em; }
.ypp-safe .price { margin:0; }
.ypp-safe a { text-decoration: underline; cursor: pointer; }

.ypp-safe-modal { position: fixed; inset:0; z-index: 99999; }
.ypp-safe-overlay { position: absolute; inset:0; background: rgba(0,0,0,.5); }
.ypp-safe-content { position: relative; max-width:520px; margin:10vh auto; background:#fff; padding:16px; border-radius:8px; }
.ypp-safe-content h4 { margin-top:0; }
.ypp-safe-content ul { margin:8px 0; padding-left:18px; }
.ypp-safe-close { position:absolute; right:8px; top:8px; background:transparent; border:0; font-size:22px; cursor:pointer; }
