@media (max-width:820px), (hover:none) and (pointer:coarse){
  html body #comicCutNav #setChecklistBtn[data-ccc-mobile-nonmaster-nav-lock="true"],
  html body #comicCutNav #backToSetBtn[data-ccc-mobile-nonmaster-nav-lock="true"],
  html body #comicCutNav #nextComicCutBtn[data-ccc-mobile-nonmaster-nav-lock="true"],
  html body .card .comic-cut-card-action-stack > #comicCutNav #setChecklistBtn[data-ccc-mobile-nonmaster-nav-lock="true"],
  html body .card .comic-cut-card-action-stack > #comicCutNav #backToSetBtn[data-ccc-mobile-nonmaster-nav-lock="true"],
  html body .card .comic-cut-card-action-stack > #comicCutNav #nextComicCutBtn[data-ccc-mobile-nonmaster-nav-lock="true"]{
    opacity:.30 !important;
    filter:grayscale(1) saturate(0) !important;
    cursor:not-allowed !important;
    pointer-events:none !important;
    background:rgba(80,80,86,.16) !important;
    border-color:rgba(160,160,170,.18) !important;
    border-bottom-color:rgba(160,160,170,.18) !important;
    color:rgba(170,174,184,.58) !important;
    box-shadow:none !important;
    transform:none !important;
  }
  html body #comicCutNav.ccc-mobile-nonmaster-nav-locked #setChecklistBtn[data-ccc-mobile-nonmaster-nav-lock="true"] .material-symbols-outlined,
  html body #comicCutNav.ccc-mobile-nonmaster-nav-locked #backToSetBtn[data-ccc-mobile-nonmaster-nav-lock="true"] .material-symbols-outlined,
  html body #comicCutNav.ccc-mobile-nonmaster-nav-locked #nextComicCutBtn[data-ccc-mobile-nonmaster-nav-lock="true"] .material-symbols-outlined{
    color:rgba(170,174,184,.58) !important;
  }
}
