/* Public, read-only authority report adjustments. */
.agent-nav-link[data-spa-panel="home"],
.agent-nav-link[data-spa-panel="results"],
.agent-nav-link[data-spa-panel="monitor"],
.authority-header-actions,
.authority-ppt-strip-actions,
#global-progress,
.modal,
.modal-backdrop {
    display: none !important;
}

#spa-panel-home,
#spa-panel-results,
#spa-panel-monitor {
    display: none !important;
}

#spa-panel-authority {
    display: block !important;
}

.authority-ppt-strip {
    grid-template-columns: 1fr;
}

.authority-presentation-candidates button,
.authority-presentation-candidates textarea {
    pointer-events: none;
}

.authority-presentation-candidates textarea {
    background: #f8fafc;
}

@media print {
    .agent-navbar,
    .authority-ppt-strip {
        display: none !important;
    }
}
