/* MSC পাবলিক ডাউনলোড ফর্ম */
.msc-pubdl{
  max-width: 460px; margin: 24px auto; padding: 26px;
  font-family: "Noto Sans Bengali", sans-serif; color: #2b1a17;
  background: #fffdf7; border: 1px solid #e7d5b0; border-radius: 16px;
  box-shadow: 0 12px 40px -18px rgba(122,31,28,.35);
}
.msc-pubdl-title{
  font-family: "Noto Serif Bengali", "Noto Sans Bengali", serif;
  color: #7a1f1c; font-size: 22px; margin: 0 0 6px; text-align: center;
}
.msc-pubdl-intro{ font-size: 14px; color: #6b5a44; text-align: center; margin: 0 0 12px; }
.msc-pubdl-notice{ font-size: 13.5px; font-weight: 700; color: #7a1f1c; text-align: center; line-height: 1.6; margin: 0 0 18px; }
.msc-pubdl-field{ margin-bottom: 14px; }
.msc-pubdl-field label{ display:block; font-size: 13px; font-weight: 600; color: #5c2b29; margin-bottom: 5px; }
.msc-pubdl-field label span{ color: #c0392b; }
.msc-pubdl-field input{
  width: 100%; box-sizing: border-box; font-family: inherit; font-size: 15px;
  padding: 11px 13px; border: 1px solid #d9c39a; border-radius: 10px; background: #fff; color: #2b1a17;
}
.msc-pubdl-field input:focus{ outline: none; border-color: #c8791f; box-shadow: 0 0 0 3px rgba(200,121,31,.25); }
.msc-pubdl-btn{
  width: 100%; cursor: pointer; font-family: inherit; font-weight: 700; font-size: 15px;
  padding: 12px 16px; border: 0; border-radius: 999px; color: #fff;
  background: linear-gradient(135deg, #a8452f, #7a1f1c); box-shadow: 0 10px 26px -12px rgba(122,31,28,.6);
}
.msc-pubdl-btn:disabled{ opacity: .65; cursor: default; }
.msc-pubdl-msg{ margin-top: 14px; font-size: 14px; font-weight: 600; text-align: center; min-height: 20px; }
.msc-pubdl-info{ color: #2271b1; }
.msc-pubdl-ok{ color: #127a3e; }
.msc-pubdl-err{ color: #c0392b; }
.msc-pubdl-inapp{
  background: #fff4e2; border: 1px solid #e6b34a; border-radius: 12px;
  padding: 12px 14px; margin-bottom: 16px; font-size: 13px; line-height: 1.6; color: #7a1f1c;
}
.msc-pubdl-copy{
  margin-top: 8px; cursor: pointer; font-family: inherit; font-weight: 600; font-size: 13px;
  padding: 7px 12px; border: 1px solid #c8791f; border-radius: 8px; background: #fff; color: #7a1f1c;
}
.msc-pubdl-imgwrap{ margin-top: 18px; text-align: center; }
.msc-pubdl-imghint{ font-size: 13.5px; font-weight: 600; color: #7a1f1c; margin: 0 0 10px; }
.msc-pubdl-img{
  width: 100%; height: auto; display: block; border: 1px solid #e7d5b0; border-radius: 10px;
  box-shadow: 0 8px 24px -14px rgba(122,31,28,.4);
}
.msc-pubdl-imgdl{
  display: inline-block; margin-top: 12px; font-family: inherit; font-weight: 700; font-size: 14px;
  padding: 10px 18px; border-radius: 999px; text-decoration: none;
  color: #fff; background: linear-gradient(135deg, #a8452f, #7a1f1c);
}
