#mtm-terms-modal-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2147483647;
}
#mtm-terms-modal{
  max-width: 900px;
  width: calc(100% - 40px);
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
  direction: rtl;
  text-align: right;
}
body.mtm-modal-open{ overflow: hidden; }
.mtm-terms-inner h2{ margin: 0 0 12px; font-size: 22px; }
.mtm-terms-body p{ margin-bottom: 12px; color:#333; line-height:1.5; }
.mtm-terms-actions{ text-align: left; margin-top: 12px; }
#mtm-terms-accept-btn{
  background:#0073aa; color:#fff; border:0; padding:10px 18px; border-radius:4px; cursor:pointer;
  opacity:0.95;
}
#mtm-terms-accept-btn[disabled]{ opacity:0.5; cursor:not-allowed; }
.mtm-terms-checkbox{ margin-top:8px; }
@media (max-width:480px){
  #mtm-terms-modal{ padding:16px; }
  .mtm-terms-inner h2{ font-size:18px; }
}
