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;
}