a{ font-weight: bold!important }

.updates-dropdown-container { display:none; }

.incident-subscribe-btn-captcha:disabled { background-color: #cccccc; }

/* Focus outline removal */
.component-container:focus,
.component-container *:focus,
.name:focus,
.name *:focus,
.component-inner-container:focus,
.component-inner-container *:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Component styling */
.component-container .name {
    font-weight: bold;
}

.component-container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Spacing adjustments */
.text-section {
    margin-top: 0;
}

.page-status {
    margin-bottom: 15px;
}

.core-operations-section {
    margin-top: 0;
}

.container:first-child {
    padding-top: 20px;
}

/* Custom section styling */
.custom-section {
    margin-bottom: 40px;
}

.custom-section-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #333333;
}

.cluster-blurb {
    margin-bottom: 20px;
    color: #445158;
    line-height: 1.6;
}

.cluster-image-container {
    margin-bottom: 30px;
    text-align: center;
}

.cluster-placeholder-image {
    max-width: 100%;
    height: auto;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}

/* Spacing adjustments */
.core-operations-section {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
}

/* Scheduled Maintenance heading: match custom section heading style */
.scheduled-maintenances-container > h2.font-largest {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
    color: #333333 !important;
}

/* Override: change neutral incident title background from #333 to #3F439B */
.layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none .incident-title {
     background-color: #3F439B !important;
}

/* Reduce spacing between masthead and content */
.layout-content.status .masthead-container .masthead {
    margin-bottom: 0px !important;
}

/* Reduce spacing between scheduled maintenance and core operations */
.layout-content.status.status-index .scheduled-maintenances-container {
    margin-bottom: 20px !important;
}