#ecardModal {

position:fixed;
top:0;
left:0;
width:100%;
height:100%;

background:rgba(0,0,0,0.75);

display:none;
align-items:center;
justify-content:center;

z-index:9999;

}

.ecard-overlay{

display:flex;
align-items:center;
justify-content:center;

width:100%;
height:100%;

}

.ecard-content{

position:relative;

background:#ffffff;

padding:25px;

border-radius:10px;

max-width:90%;
max-height:90vh;

/* FIX SCROLL FORMULARIO ENVÍO */
overflow-y:auto;

text-align:center;

}

.ecard-image{

max-width:100%;
max-height:65vh;

border-radius:6px;

}

.ecard-close{

position:absolute;

top:10px;
right:10px;

width:34px;
height:34px;

border-radius:50%;

background:#000;
color:#fff;

border:none;

cursor:pointer;

font-size:20px;

}

.ecard-actions{

margin-top:15px;

display:flex;
gap:10px;

justify-content:center;

flex-wrap:wrap;

}


/* =========================
   BOTONES MODAL + EDITOR
========================= */

.ecard-download,
.ecard-customise,
.ecard-share,
.ecard-editor-download,
.ecard-editor-email,
.ecard-editor-share{

padding:10px 18px;

border-radius:6px;

border:none;

cursor:pointer;

font-size:14px;

display:inline-block;

}


/* DESCARGAR */

.ecard-download,
.ecard-editor-download{

background:#0d6270;
color:white;
text-decoration:none;

}


/* PERSONALIZAR */

.ecard-customise{

background:#444;
color:white;

}


/* COMPARTIR */

.ecard-share,
.ecard-editor-share{

background:#888;
color:white;

}


/* EMAIL */

.ecard-editor-email{

background:#555;
color:white;

}
