/* SIMAJAR V6.3 — Print Schedule setup screen */
.print-schedule-intro{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
}
.print-schedule-intro h3{margin:3px 0 7px}
.print-schedule-intro p{margin:0;color:var(--muted);max-width:760px}
.print-sheet-flow{
  flex:none;
  display:flex;
  align-items:center;
  gap:9px;
}
.print-sheet-flow span{
  width:74px;height:65px;
  border-radius:14px;
  display:grid;
  place-items:center;
  text-align:center;
  line-height:1.05;
  background:linear-gradient(145deg,#edf6ff,#eaf9f3);
  border:1px solid #d3e6eb;
  color:#164f75;
  font-weight:900;
}
.print-sheet-flow span b{font-size:.78em}
.print-sheet-flow i{font-style:normal;color:#91a0af}
.span-2{grid-column:1/-1}
.print-setting-actions{margin-top:12px!important}
.print-choice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.print-choice-card{
  border:1px solid #d9e5ef;
  border-radius:18px;
  padding:20px;
  background:linear-gradient(145deg,#fff,#f7fbfd);
}
.print-choice-card:nth-child(2){
  background:linear-gradient(145deg,#fff,#f6fcf9);
}
.print-choice-icon{
  width:48px;height:48px;border-radius:14px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#176fce,#0e9a72);
  color:#fff;
  font-size:1.35em;
  box-shadow:0 9px 18px rgba(19,88,129,.13);
}
.print-choice-card h3{margin:13px 0 7px}
.print-choice-card p{min-height:70px;color:var(--muted);line-height:1.55}
@media(max-width:900px){
  .print-schedule-intro{flex-direction:column;align-items:flex-start}
  .print-choice-grid{grid-template-columns:1fr}
  .print-choice-card p{min-height:0}
  .print-sheet-flow{width:100%;justify-content:center}
}
