/* The small service icon tiles use the same graphite accent as the platform. */
.v12s-icon{background:var(--cta);box-shadow:var(--dark-shadow);border:1px solid #383838;color:var(--raised)}
/* Presentation chrome is absent in native fullscreen, including keyboard hints. */
:root:fullscreen #deck-controls,:root:fullscreen #notes-panel{display:none!important;pointer-events:none!important}
:root:-webkit-full-screen #deck-controls,:root:-webkit-full-screen #notes-panel{display:none!important;pointer-events:none!important}
body.presentation-fullscreen #deck-controls,body.presentation-fullscreen #notes-panel{display:none!important;pointer-events:none!important}
