































.myeongban-grid,
#palaceCards,
.saju-4col-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 !important;                 
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, .035);
}

.mb-cell {
  text-align: center;
  padding: 12px 6px;
}

.mb-cell + .mb-cell,
#palaceCards .myeongban-card + .myeongban-card,
.saju-4col-grid .myeongban-card + .myeongban-card { border-left: 1px solid rgba(255, 255, 255, .12); }








.mb-lead {
  border-top: 1px solid rgba(255, 255, 255, .10);
  padding-top: 18px;
  margin-top: 24px;
}





.mb-label { font-size: 11px; opacity: .75; margin-bottom: 2px;
            

            line-height: 1.2; min-height: 2.8em;
            display: flex; align-items: center; justify-content: center; }





.mb-sip { font-size: 12px; opacity: .85; margin: 1px 0; min-height: 1.2em; line-height: 1.2; }


.mb-char {
  width: 64px; height: 64px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid currentColor;
  border-radius: 12px;
  font-family: 'Noto Serif KR', serif;
  font-size: 34px; font-weight: 700; line-height: 1;
}


.mb-ko { font-size: 11px; line-height: 1.2; margin-top: 2px; opacity: .85; }


.mb-jjg { font-size: 12px; margin-top: 4px; letter-spacing: -.2px; opacity: .9; }


.mb-stage { font-size: 11px; margin-top: 1px; opacity: .8; }


@media (max-width: 560px) {
  .myeongban-grid, #palaceCards, .saju-4col-grid { border-radius: 11px; }
  .mb-cell { padding: 8px 2px; }
  .mb-char { width: 46px; height: 46px; font-size: 24px; border-radius: 9px; }
  .mb-label, .mb-ko, .mb-stage { font-size: 10px; }
  .mb-sip, .mb-jjg { font-size: 10.5px; }
}








.mb-char.wx-wood  { background: rgba(34,197,94,.14);   color:#86efac; border-color: rgba(34,197,94,.35); }
.mb-char.wx-fire  { background: rgba(239,68,68,.14);   color:#fca5a5; border-color: rgba(239,68,68,.35); }
.mb-char.wx-earth { background: rgba(234,179,8,.14);   color:#fde047; border-color: rgba(234,179,8,.35); }
.mb-char.wx-metal { background: rgba(148,163,184,.16); color:#e2e8f0; border-color: rgba(148,163,184,.4); }
.mb-char.wx-water { background: rgba(59,130,246,.14);  color:#93c5fd; border-color: rgba(59,130,246,.35); }




@media print {
  


  .mb-lead {
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-top-color: #e0dbd0 !important;
    padding-top: 5mm !important;
    margin-top: 6mm !important;
  }

  

  .myeongban-grid { border-color:#b9b2a4 !important; background:#faf9f6 !important; }
  .mb-cell + .mb-cell { border-left-color:#d5cfc3 !important; }

  .mb-char.wx-wood  { background:#eef6ec !important; color:#1f5132 !important; border-color:#9cc4a3 !important; }
  .mb-char.wx-fire  { background:#fbeceb !important; color:#8a2d22 !important; border-color:#d8a49c !important; }
  .mb-char.wx-earth { background:#faf3e0 !important; color:#6b5312 !important; border-color:#cdb87e !important; }
  .mb-char.wx-metal { background:#f1f3f5 !important; color:#333a44 !important; border-color:#b6bcc6 !important; }
  .mb-char.wx-water { background:#eaf1fa !important; color:#1d3a6b !important; border-color:#9db4d4 !important; }
}
