.rotation-grid {
  touch-action: pan-x pan-y !important;
}

.rotation-wrap.swipe-edit .rotation-grid {
  touch-action: none !important;
}

.swipe-edit-btn {
  display: block;
  margin: 8px auto 0;
  padding: 6px 12px;
  font-size: 12px;
}

.swipe-edit-btn[aria-pressed="true"] {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
}

.capturing .share-actions {
  display: none !important;
}

@media print {
  .share-sheet {
    overflow: visible !important;
  }

  .share-quarter {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 4px !important;
    break-inside: avoid;
  }

  .share-quarter h3 {
    margin: 0 0 1px;
    font-size: 11px;
  }

  .timeline {
    grid-template-columns: 105px repeat(10, minmax(0, 1fr)) 27px !important;
  }

  .timeline > div {
    min-height: 15px !important;
    font-size: 8px !important;
  }

  .timeline .label {
    padding: 0 2px;
    font-size: 8px !important;
  }

  .timeline .bar {
    min-height: 11px !important;
    margin: 2px 0;
    font-size: 7px !important;
  }
}

@page {
  size: A4 portrait;
  margin: 6mm;
}
