/**
 * Blastec Audit Tool v2.0.0 — Stylesheet
 * Tampa Web Technologies
 */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap');

#blastec-audit-root,
#blastec-audit-root * {
    box-sizing: border-box;
}

#blastec-audit-root {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Range inputs */
#blastec-audit-root input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255,255,255,0.15);
    border-radius: 4px;
    height: 6px;
    outline: none;
    width: 100%;
    cursor: pointer;
    border: none;
}
#blastec-audit-root input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffe400;
    cursor: pointer;
    border: 2px solid #083967;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
#blastec-audit-root input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffe400;
    cursor: pointer;
    border: 2px solid #083967;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* Suppress ALL theme elements when our template is active */
body.page-template-template-blastec-audit .site-header,
body.page-template-template-blastec-audit header,
body.page-template-template-blastec-audit #masthead,
body.page-template-template-blastec-audit .site-footer,
body.page-template-template-blastec-audit footer,
body.page-template-template-blastec-audit #colophon,
body.page-template-template-blastec-audit .main-navigation,
body.page-template-template-blastec-audit .top-bar,
body.page-template-template-blastec-audit .nav-below-header,
body.page-template-template-blastec-audit .site-info,
body.page-template-template-blastec-audit #page {
    display: none !important;
}

body.page-template-template-blastec-audit {
    margin: 0 !important;
    padding: 0 !important;
    background: #2e2e2e !important;
}

#blastec-audit-root h1,
#blastec-audit-root h2,
#blastec-audit-root h3 {
    margin: 0;
    padding: 0;
}

#blastec-audit-root a {
    transition: opacity 0.2s ease;
}

@media (max-width: 768px) {
    #blastec-audit-root table { font-size: 11px; }
    #blastec-audit-root table th,
    #blastec-audit-root table td { padding: 10px 8px !important; }
}
