﻿
/* -------------------------------------------------------
   Required CSS (Bootstrap 5)
   Add once to your stylesheet
   ------------------------------------------------------- */
/* Premium modal styling (Bootstrap 5-safe) */
.lpv-modal {
    border-radius: 16px;
    overflow: hidden;
}

.lpv-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13,110,253,.12); /* Bootstrap primary tint */
    color: #0d6efd;
    flex: 0 0 auto;
}

.lpv-sticky-footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 -10px 20px rgba(0,0,0,.06);
}

/* Modal overlay (covers modal content only) */
.lpv-modal {
    position: relative;
}

.lpv-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.78);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.lpv-overlay-inner {
    background: #fff;
    padding: 18px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(0,0,0,.12);
}
