/* EscapeDeal – global stylesheet */

/* Extra-small button (not in Bootstrap 5 by default) */
.btn-xs {
    padding: .15rem .4rem;
    font-size: .75rem;
    border-radius: .25rem;
    line-height: 1.4;
}

/* Image card in package editor */
.img-card { width: 140px; }
.img-card img { transition: box-shadow .15s; }
.img-card img:hover { box-shadow: 0 0 0 3px rgba(13,110,253,.35); }
