/* ═══════════════════════════════════════════════════════════════════
   OWLMARK STUDIO — PROJECT OPERATIONS
   Companion stylesheet to owlmark-project-ops.js.
   ═══════════════════════════════════════════════════════════════════ */

/* The row of whole-library actions under the saved list. Separated from
   the list by a rule so it reads as "things you can do with all of
   these", not as another saved project. */
.lib-ops{
  display:flex;flex-wrap:wrap;gap:8px;
  margin-top:14px;padding-top:14px;
  border-top:1px solid rgba(16,26,45,.1);
}
.lib-ops .ok-btn{min-height:40px}
@media (pointer: coarse){
  .lib-ops .ok-btn{min-height:44px}
}
@media (max-width: 520px){
  .lib-ops{flex-direction:column}
  .lib-ops .ok-btn{width:100%;justify-content:center}
}
@media print{
  .lib-ops{display:none !important}
}
