.mi-trigger-container { text-align: center; margin: 30px 0; }
.mi-action-btn { background: #004a99; color: #fff; padding: 12px 25px; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; }

.mi-modal-back {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.9); z-index: 1000000; justify-content: center; align-items: center;
}
.mi-modal-inner { background: #fff; padding: 20px; border-radius: 12px; max-width: 420px; width: 90%; text-align: center; position: relative; }
.mi-close-x { position: absolute; top: -45px; right: 0; color: #fff; font-size: 35px; cursor: pointer; }

/* সোশ্যাল আইকন স্টাইল (mi-card-ic) */
.mi-social-wrap p { font-size: 14px; margin: 15px 0 10px 0; color: #666; font-weight: bold;}
.mi-grid { display: flex; justify-content: center; gap: 12px; }

.mi-card-ic {
    width: 40px; height: 40px; line-height: 40px;
    display: inline-block; color: #fff !important;
    text-decoration: none; border-radius: 50%;
    font-size: 11px; font-weight: bold; text-align: center;
    cursor: pointer;
}

.mi-card-ic.fb { background: #3b5998; }
.mi-card-ic.wa { background: #25d366; }
.mi-card-ic.tw { background: #1da1f2; }
.mi-card-ic.sh { background: #607d8b; font-size: 16px; }

.mi-save-link { display: inline-block; margin-top: 15px; color: #d32f2f; font-weight: bold; font-size: 14px; text-decoration: underline; cursor: pointer; }

/* প্রিমিয়াম লেআউট ডাইমেনশন */
.mi-premium-layout { width: 700px; padding: 35px; background: #eef7ff; font-family: 'SolaimanLipi', sans-serif; }
.mi-top-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.mi-logo-img { height: 50px; }
.mi-date-box { font-size: 20px; color: #444; }
.mi-headline { font-size: 55px; margin-bottom: 20px; line-height: 1.2; text-align: left; color: #111; font-weight: bold; }
.mi-news-img { width: 100%; border-radius: 8px; }
.mi-web-link { font-size: 18px; color: #555; margin: 15px 0; font-weight: bold; }
.mi-ad-frame { width: 100%; }