/* v1.5.6 — touch highlight only after a genuine tap */
.tap-confirm-v156{
  transition:transform .11s ease,background-color .11s ease,border-color .11s ease,color .11s ease,filter .11s ease,box-shadow .11s ease!important;
}
.tap-confirm-v156.is-tapped-v156{
  transform:scale(.975)!important;
  border-color:var(--ice,#2ce8ff)!important;
  background:rgba(44,232,255,.11)!important;
  color:var(--ice,#2ce8ff)!important;
  box-shadow:inset 0 0 0 1px rgba(44,232,255,.16)!important;
}

/* Touchscreens must not keep hover/focus/active highlights while scrolling. */
@media (hover:none) and (pointer:coarse){
  .card-title-button-v153.skab-hover-disabled-v172,
  .card-title-button-v153:focus,
  .card-title-button-v153:active,
  .section-title-link-v154.skab-hover-disabled-v172,
  .section-title-link-v154:focus,
  .section-title-link-v154:active,
  .toolkit-item-v142.skab-hover-disabled-v172,
  .toolkit-item-v142:focus,
  .toolkit-item-v142:active,
  .compact-view-link.skab-hover-disabled-v172,
  .compact-view-link:focus,
  .compact-view-link:active,
  .submit-btn.skab-hover-disabled-v172,
  .submit-btn:focus,
  .submit-btn:active,
  .follow-btn.skab-hover-disabled-v172,
  .follow-btn:focus,
  .follow-btn:active,
  .profile-btn.skab-hover-disabled-v172,
  .profile-btn:focus,
  .profile-btn:active,
  .tool-link.skab-hover-disabled-v172,
  .tool-link:focus,
  .tool-link:active,
  .menu-btn.skab-hover-disabled-v172,
  .menu-btn:focus,
  .menu-btn:active,
  .back.skab-hover-disabled-v172,
  .back:focus,
  .back:active,
  .btn.skab-hover-disabled-v172,
  .btn:focus,
  .btn:active{
    transform:none!important;
    filter:none!important;
    box-shadow:none!important;
  }
  .card-title-button-v153:not(.is-tapped-v156),
  .section-title-link-v154:not(.is-tapped-v156),
  .toolkit-item-v142:not(.is-tapped-v156){
    background:transparent!important;
  }
  .toolkit-item-v142:not(.is-tapped-v156){
    background:rgba(12,22,35,.9)!important;
    border-color:rgba(47,72,94,.72)!important;
    color:#d9e4ef!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .tap-confirm-v156{transition:none!important}
}
