/* David Burnett changes for Velonetic rebrand */

body {
    font-family:
        "Sora",             /* Preferred font */
        "Segoe UI",         /* Windows modern default */
        Roboto,             /* Android / ChromeOS */
        "Helvetica Neue",   /* macOS */
        Arial,              /* Universal fallback */
        sans-serif;         /* Last‑resort system generic */
}

#cover-image-container {
    margin-top: 20px;
}

.page-name a {
	 font-size: 24px; /* shrink the Service Updates from 28 to 24 */
}

div.status-day.no-incidents {
  display:none;
}

h2
{
  color: #000000;
}

/* 1. Target the link inside a minor impact incident specifically */
.impact-minor .actual-title, 
.impact-minor .incident-title a {
    color: #000000 !important;
}

/* 2. Target the link inside a critical impact (Red) to keep it White */
.impact-critical .actual-title,
.impact-critical .incident-title a {
    color: #ffffff !important;
}

/* 3. Target the link inside a major impact (Orange) to keep it White */
.impact-major .actual-title,
.impact-major .incident-title a {
    color: #ffffff !important;
}

/* Targets only the component list area to remove the blue lines */
.components-section *:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* 1. Target the main container - Remove yellow shadow and force grey border */
.impact-minor, 
[class*="incident-container"].impact-minor {
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
    outline: none !important;
}

/* 2. Target the Yellow Header - Kill its internal yellow border/outline */
.impact-minor [class*="incident-title"], 
.impact-minor .incident-header {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* 3. Target the Body/Updates section - Kill its internal yellow border/outline */
.impact-minor .updates, 
.impact-minor [class*="updates"] {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Darken ONLY the Operational (Green) status text */
.status-green .component-status {
    color: #52D600 !important;
}

/* Darken 'Degraded Performance' (Yellow) status text */
.status-yellow .component-status {
    color: #856404 !important; /* A dark, 'Goldenrod' brown-yellow for high contrast */
}

/* Darken 'Partial Outage' (Orange) status text */
.status-orange .component-status {
    color: #a35200 !important; /* A deep burnt orange */
}

/* History Page: Darken Minor Incident titles */
.incident-history .impact-minor.incident-title,
.incident-history a.impact-minor {
    color: #EAD900 !important;
}

/* Fix washed-out yellow only in the Past Incidents list */
.incidents-list .impact-minor .whitespace-pre-wrap,
.incidents-list .impact-minor .whitespace-pre-wrap a {
    color: #EAD900 !important;
}
/* "All Systems Operational" banner (status-none) — improve contrast */
.page-status.status-none .status {
  color: #000000 !important;
}

.page-status.status-none .last-updated-stamp {
  color: #000000 !important; /* optional: makes timestamp readable too */
}

/* comments or bits of test css */

/* Darkens the green availability bars in the uptime timeline */
/*rect.uptime-day[fill="#64ff00"], 
rect.uptime-day[fill="#b2ff00"],
.uptime-day {
    fill: #2ecc71 !important; /* A professional, darker 'Emerald' green 
}

/* Optional: If you want a more neon but 'solid' green */
/* fill: #00d100 !important; */

/*.minus-square-o {
 background-color: #000000; 
}*/


/* old bits of css
.subscribe-text-full,
.subscribe-text-short {
	font: 18px; !important
}

end of old css */