.dimsp {
    max-width: 1200px !important;
    margin: 32px auto;
    padding: 0 16px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #111827;
}
.dimsp.is-loading {
    display: none;
}
.dimsp-loader {
    max-width: 1200px !important;
    margin: 32px auto;
    padding: 40px 16px;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dimsp-loader__spinner {
    width: 44px;
    height: 44px;
    border: 4px solid #d1d5db;
    border-top-color: #00a0b5;
    border-radius: 50%;
    animation: dimsp-spin 0.8s linear infinite;
}
@keyframes dimsp-spin {
    to {
        transform: rotate(360deg);
    }
}

.dimsp-muted {
    color: #6b7280;
    font-size: 12px;
}

.dimsp-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 6px;
    margin: 0 0 18px;
    border: 1px solid transparent;
    justify-content: center;
    text-align: center;
}
.dimsp-banner .dimsp-statusIcon {
    margin: 0;
    vertical-align: middle;
}
.dimsp-banner__text {
    line-height: 1.2;
}

.dimsp-banner--ok {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
}

.dimsp-banner--minor {
    background: #fffbeb;
    border-color: #fde68a;
    color: #92400e;
}
.dimsp-banner--minor .dimsp-banner__icon {
    background: #f59e0b;
    color: #fff;
}

.dimsp-banner--partial {
    background: #fff7ed;
    border-color: #fdba74;
    color: #9a3412;
}
.dimsp-banner--partial .dimsp-banner__icon {
    background: #fb923c;
    color: #fff;
}

.dimsp-banner--major {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}
.dimsp-banner--major .dimsp-banner__icon {
    background: #ef4444;
    color: #fff;
}
.dimsp-banner--maintenance {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}
.dimsp-banner--maintenance .dimsp-banner__icon {
    background: #3b82f6;
    color: #fff;
}

.dimsp-section {
    margin: 0 0 18px;
}
.dimsp-section__title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #374151;
    margin: 10px 0 10px;
}

.dimsp-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 14px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

.dimsp-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.dimsp-card__link:hover {
    text-decoration: none;
}
.dimsp-card__link:focus,
.dimsp-card__link:focus-visible {
    outline: none;
    box-shadow: none;
}

.dimsp-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #6b7280;
}
.dimsp-card__range {
    font-weight: 600;
    color: #111827;
}
.dimsp-card__rangeLabel {
    font-weight: 700;
}
.dimsp-card__rangeValue {
    font-weight: 400;
    color: #6b7280;
}
.dimsp-card__rangeTz {
    margin-left: 6px;
    font-weight: 400;
    color: #6b7280;
}
.dimsp-card__rangeSep {
    margin: 0 6px;
    color: #cbd5f1;
}
.dimsp-card__duration {
    color: #6b7280;
}
.dimsp-card__kind {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    padding: 4px 10px;
    border-radius: 999px;
}

.dimsp-card__title {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 4px;
    color: #1d4ed8;
}

.dimsp-card__body {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
}

.dimsp-card__affected {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #e5e7eb;
}
.dimsp-card__affectedLabel {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #111827;
    margin-bottom: 6px;
    font-weight: 700;
}
.dimsp-card__affectedGroup {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}
.dimsp-card__affectedGroupLabel {
    font-weight: 600;
    color: #111827;
    font-size: 12px;
}

.dimsp-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}
.dimsp-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    font-size: 12px;
    color: #374151;
}
.dimsp-pills--compact {
    gap: 8px;
    margin-top: 0;
}
.dimsp-pill--status {
    background: #f9fafb;
    border-color: #e5e7eb;
    padding: 4px 10px;
    color: #374151;
}
.dimsp-pill__icon.dimsp-statusIcon {
    margin: 0 6px 0 0;
    font-size: 16px;
    vertical-align: -2px;
}

.dimsp-legend {
    display: flex;
    gap: 10px 14px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #6b7280;
    margin: 18px 0;
    background: #fff;
    padding: 8px 12px;
    border-radius: 6px;
}
.dimsp-legend__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.dimsp-legend__item .dimsp-statusIcon {
    margin: 0;
}
.dimsp-legend__label {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.dimsp.dimsp-incident .dimsp-historyCta__link .dimsp-statusIcon {
    margin-top: 2px;
}

.dimsp-statusIcon {
    font-family: "Material Symbols Outlined";
    font-size: 16px;
    line-height: 1;
    vertical-align: -2px;
    /*margin: 0 6px 0 14px;*/
}
.dimsp-statusIcon--operational {
    color: #10b981;
}
.dimsp-statusIcon--degraded {
    color: #f59e0b;
}
.dimsp-statusIcon--partial {
    color: #fb923c;
}
.dimsp-statusIcon--major {
    color: #ef4444;
}
.dimsp-statusIcon--maintenance {
    color: #3b82f6;
}

.dimsp-accordion {
    background: transparent;
}
.dimsp-region {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}

.dimsp-region__head {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    background: #fff;
    border: 0;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}
.dimsp-region__head:focus,
.dimsp-region__head:focus-visible {
    outline: none;
    box-shadow: none;
}

.dimsp-region__chev {
    color: #6b7280;
    font-size: 18px;
    line-height: 1;
    transform: rotate(-90deg);
}
.dimsp-region.is-collapsed .dimsp-region__chev {
    transform: rotate(90deg);
}
.dimsp-region__statusIcon {
    font-size: 18px;
    line-height: 1;
}
.dimsp-region__pct {
    margin-left: auto;
    font-weight: 400;
}
.dimsp-region__pct + .dimsp-region__pct {
    margin-left: 8px;
}
.dimsp-region:not(.is-collapsed) .dimsp-region__head .dimsp-region__pct {
    display: none !important;
}

.dimsp-region__body {
    padding: 8px 14px 14px;
}
.dimsp-region.is-collapsed .dimsp-region__body {
    display: none;
}
.dimsp-region.is-collapsed .dimsp-region__summary {
    display: block;
}

.dimsp-region__summary {
    border-top: 1px solid #f3f4f6;
    padding: 10px 14px 6px;
}
/*
.dimsp-region__summary .dimsp-uptime{
    justify-content: center;
}
*/

.dimsp-region__summary .dimsp-uptime__pct {
    margin-left: 0;
    margin-bottom: 6px;
}

.dimsp-product {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 10px;
}
.dimsp-product__head {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.dimsp-product__head:focus,
.dimsp-product__head:focus-visible {
    outline: none;
    box-shadow: none;
}
.dimsp-product__chev {
    display: inline-block;
    transform: rotate(-90deg);
    color: #6b7280;
    font-size: 18px;
    line-height: 1;
}
.dimsp-product.is-collapsed .dimsp-product__chev {
    transform: rotate(90deg);
}
.dimsp-product__statusIcon {
    font-size: 18px;
    line-height: 1;
}
.dimsp-product__name {
    font-weight: 700;
    font-size: 14px;
    color: #374151;
}
.dimsp-product__pct {
    margin-left: auto;
    font-weight: 400;
}
.dimsp-product__pct + .dimsp-product__pct {
    margin-left: 8px;
}
.dimsp-product:not(.is-collapsed) .dimsp-product__head .dimsp-product__pct {
    display: none !important;
}

.dimsp-product__summary {
    border-top: 1px solid #f3f4f6;
    padding-top: 8px;
    margin-bottom: 8px;
}
.dimsp-product__summary .dimsp-uptime {
    justify-content: center;
}
.dimsp-product__summary .dimsp-uptime__pct {
    margin-left: 0;
    margin-bottom: 6px;
}

.dimsp-product__components {
    border-top: 1px solid #f3f4f6;
    padding-top: 6px;
}
.dimsp-product.is-collapsed .dimsp-product__components {
    display: none;
}

.dimsp-comp {
    padding: 8px 0;
    border-top: 1px solid #f3f4f6;
}
.dimsp-comp:first-of-type {
    border-top: 0;
}

.dimsp-comp__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.dimsp-comp__name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #111827;
}
.dimsp-comp__name .dimsp-statusIcon {
    margin: 0;
    font-size: 18px;
    flex: 0 0 auto;
}

.dimsp-comp__pill {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid transparent;
    white-space: nowrap;
}

.dimsp-comp__pill--operational {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
}
.dimsp-comp__pill--degraded {
    background: #fffbeb;
    border-color: #fde68a;
    color: #92400e;
}
.dimsp-comp__pill--partial {
    background: #fff7ed;
    border-color: #fdba74;
    color: #9a3412;
}
.dimsp-comp__pill--major {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}
.dimsp-comp__pill--maintenance {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.dimsp-comp__right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.dimsp-uptime {
    display: flex;
    gap: 2px;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
}

.dimsp-uptime__day {
    width: 10px;
    height: 30px;
    background: #10b981; /* operational default */
    border-radius: 2px;
    opacity: 0.9;
}

.dimsp-uptime__pct {
    margin-left: 10px;
    font-size: 14px;
    color: #6b7280;
    white-space: nowrap;
}

.dimsp-tabs {
    margin: 22px 0 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
}

.dimsp-tabs__head {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #e5e7eb;
}

.dimsp-tabs__timezone {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    color: #6b7280;
    font-size: 13px;
}
.dimsp-tabs__timezone label {
    font-weight: 600;
}

.dimsp-tab {
    padding: 10px 12px;
    background: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: #6b7280;
    border-bottom: 2px solid transparent;
}
.dimsp-tab:focus,
.dimsp-tab:focus-visible {
    outline: none;
    box-shadow: none;
}

.dimsp-tab.is-active {
    color: #111827;
    border-bottom: 2px solid #00a0b5;
}

.dimsp-tabs__body {
    padding: 12px 14px;
}
.dimsp-tabpanel {
    display: none;
}
.dimsp-tabpanel.is-active {
    display: block;
}

@media (max-width: 768px) {
    .dimsp-tabs__head {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .dimsp-tab {
        flex: 1 1 46%;
        min-width: 0;
        text-align: center;
        padding: 12px 10px;
        font-size: 13px;
    }

    .dimsp-tabs__timezone {
        order: 3;
        width: 100%;
        margin-left: 0;
        padding: 8px 10px 10px;
        border-top: 1px solid #f3f4f6;
        justify-content: space-between;
    }

    .dimsp-tabs__timezone label {
        display: none;
    }

    .dimsp-tabs__timezone .dimsp-historyFilter__select {
        margin-left: 0;
        width: 100%;
        min-width: 0;
    }

    .dimsp-tabs__body {
        padding: 12px 10px;
    }

    .dimsp-historyFilter {
        margin-bottom: 12px;
    }

    .dimsp-historyFilter__select {
        margin-left: 0;
        width: 100%;
    }

    .dimsp-historyCta__link {
        font-size: 13px;
    }

    .dimsp-legend {
        justify-content: center;
        gap: 8px 12px;
    }

    .dimsp-tabs > .dimsp-historyCta {
        margin-top: 0;
        padding: 12px 10px 14px;
        border-top: 1px solid #e5e7eb;
    }

    .dimsp-tabs > .dimsp-historyCta .dimsp-historyCta__link {
        font-size: 13px;
        gap: 6px;
        white-space: nowrap;
    }
}

/* Uptime bar status colors */
.dimsp-uptime__day--operational {
    background: #10b981;
}
.dimsp-uptime__day--degraded {
    background: #f59e0b;
}
.dimsp-uptime__day--partial {
    background: #fb923c;
}
.dimsp-uptime__day--major {
    background: #ef4444;
}
.dimsp-uptime__day--maintenance {
    background: #3b82f6;
}

/* Follow button */
.dimsp-card__metaRight {
    margin-left: auto;
}
.dimsp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 4px;
    background: #00a0b5;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border: 0px;
}
.dimsp-btn:hover {
    opacity: 0.92;
    cursor: pointer;
}

/* Incident history items */
.dimsp-historyItem {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 14px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.dimsp-historyItem.is-expanded {
    cursor: default;
}

.dimsp-historyItem__body {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
    position: relative;
    max-height: calc(1.5em * 20);
    overflow: hidden;
}

.dimsp-historyItem.is-expanded .dimsp-historyItem__body {
    max-height: none;
    overflow: visible;
}

.dimsp-historyItem__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #6b7280;
}
.dimsp-historyItem__range {
    font-weight: 600;
    color: #111827;
}
.dimsp-historyItem__kind {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    padding: 4px 10px;
    border-radius: 999px;
}
.dimsp-historyItem__duration {
    color: #6b7280;
}
.dimsp-historyItem__title {
    margin: 10px 0 4px;
    font-size: 18px;
    font-weight: 700;
    color: #1d4ed8;
}
.dimsp-historyItem__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.dimsp-historyItem__link:hover {
    text-decoration: none;
}
.dimsp-historyItem__link:focus,
.dimsp-historyItem__link:focus-visible {
    outline: none;
    box-shadow: none;
}
.dimsp-historyItem__body {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
}

.dimsp-historyItem__affected {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #e5e7eb;
}
.dimsp-historyItem__affectedLabel {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6b7280;
    margin-bottom: 6px;
    font-weight: 600;
}
.dimsp-historyItem__affectedGroup {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
}
.dimsp-historyItem__affectedGroupLabel {
    font-weight: 600;
    color: #111827;
    font-size: 12px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.dimsp-historyFilter {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 12px;
    color: #6b7280;
}
.dimsp-historyFilter__label {
    font-weight: 600;
}
.dimsp-historyFilter__select {
    margin-left: auto;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #111827;
    font-size: 12px;
}

.dimsp-historyCta {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}
.dimsp-historyCta__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 600;
}
.dimsp-historyCta__link:hover {
    text-decoration: none;
}
.dimsp-historyCta__link:focus,
.dimsp-historyCta__link:focus-visible {
    outline: none;
    box-shadow: none;
}

.dimsp .dimsp-historyCta {
    padding-bottom: 15px;
}

/* Default: desktop/tablet shows 90-day bars */
.dimsp-uptime--30,
.dimsp-uptime__pct--30 {
    display: none;
}

/* Small screens: show 30-day bars instead */
@media (max-width: 640px) {
    .dimsp-uptime--90,
    .dimsp-uptime__pct--90 {
        display: none;
    }

    .dimsp-uptime--30,
    .dimsp-uptime__pct--30 {
        display: block;
    }
}

/* =========================================================
   Responsive uptime bars: show 90 on desktop/tablet, 30 on mobile
   (force overrides because .dimsp-uptime sets display:flex)
   ========================================================= */

/* Default: show 90, hide 30 */
.dimsp .dimsp-uptime--90 {
    display: flex !important;
}
.dimsp .dimsp-uptime__pct--90 {
    display: inline !important;
}

.dimsp .dimsp-uptime--30 {
    display: none !important;
}
.dimsp .dimsp-uptime__pct--30 {
    display: none !important;
}

/* Mobile: hide 90, show 30 */
@media (max-width: 640px) {
    .dimsp .dimsp-uptime--90 {
        display: none !important;
    }
    .dimsp .dimsp-uptime__pct--90 {
        display: none !important;
    }

    .dimsp .dimsp-uptime--30 {
        display: flex !important;
    }
    .dimsp .dimsp-uptime__pct--30 {
        display: inline !important;
    }

    .dimsp-comp__row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(120px, 42%);
        align-items: start;
        gap: 10px;
    }

    .dimsp-comp__name {
        min-width: 0;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .dimsp-comp__right {
        min-width: 0;
        justify-content: flex-end;
    }

    .dimsp-comp__right .dimsp-uptime__pct {
        margin-left: 0;
        text-align: right;
        white-space: normal;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }
}

/* Hover effect for each day bar */
.dimsp-uptime__day {
    transition: transform 0.08s ease, filter 0.08s ease;
    transform-origin: center;
}

.dimsp-uptime__day:hover {
    transform: scale(1.35);
    filter: brightness(1.05);
    z-index: 2;
}

/* Floating tooltip */
.dimsp-tooltip {
    position: fixed;
    z-index: 20000;
    pointer-events: none;
    min-width: 260px;
    max-width: 380px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #ffffff;
    color: #111827;
    font-size: 12px;
    line-height: 1.35;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.08s ease, transform 0.08s ease;
}
.dimsp-tooltip--compact {
    min-width: 0 !important;
    width: max-content;
    max-width: 280px;
    padding: 12px 10px;
}
.dimsp-tooltip--compact .dimsp-tooltip__eventTitle {
    width: max-content;
}
.dimsp-tooltip--compact {
    min-width: 0;
    width: max-content;
    max-width: 280px;
}
.dimsp-tooltip--compact .dimsp-tooltip__eventTitle {
    width: max-content;
}

.dimsp-tooltip a {
    color: #1d4ed8;
    text-decoration: none;
}
.dimsp-tooltip a:hover {
    text-decoration: underline;
}

.dimsp-tooltip.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: none;
}
.dimsp-tooltip.is-visible.is-interactive {
    pointer-events: auto;
}

.dimsp-tooltip__date {
    font-weight: 700;
    text-align: center;
    color: #1f3a8a;
    margin-bottom: 6px;
}

.dimsp-tooltip__status {
    color: #6b7280;
    text-align: center;
    margin-bottom: 10px;
}

.dimsp-tooltip__sectionTitle {
    font-weight: 700;
    margin: 10px 0 6px;
    color: #374151;
}

.dimsp-tooltip__item {
    color: #6b7280;
    margin: 4px 0;
}

.dimsp-tooltip__event {
    padding: 6px 0;
    border-top: 1px solid #f3f4f6;
}
.dimsp-tooltip__event:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.dimsp-tooltip__eventTitle {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #6b7280;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.dimsp-tooltip__eventTitle a {
    color: inherit;
    text-decoration: none;
    display: inline;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
}
.dimsp-tooltip__eventTitle a:hover {
    text-decoration: underline;
}
.dimsp-tooltip__eventTitle .dimsp-statusIcon {
    font-size: 18px;
    margin: 0;
}
.dimsp-tooltip__eventTitle span {
    font-size: 12px;
}

.dimsp-tooltip__eventMeta {
    margin-left: 18px;
    color: #6b7280;
    font-size: 12px;
    margin-top: 2px;
}

.dimsp-tooltip__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    flex: 0 0 auto;
}

.dimsp-tooltip__dot--operational {
    background: #10b981;
}
.dimsp-tooltip__dot--degraded {
    background: #f59e0b;
}
.dimsp-tooltip__dot--partial {
    background: #fb923c;
}
.dimsp-tooltip__dot--major {
    background: #ef4444;
}
.dimsp-tooltip__dot--maintenance {
    background: #3b82f6;
}

.dimsp-link {
    color: #1d4ed8;
    text-decoration: none;
}
.dimsp-link:hover {
    text-decoration: underline;
}

.dimsp-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0 14px;
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 600;
}
.dimsp-back:hover {
    text-decoration: none;
}
.dimsp-back:focus,
.dimsp-back:focus-visible {
    outline: none;
    box-shadow: none;
}

.dimsp-incident {
    margin-top: 20px;
}

.dimsp-incident__card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 14px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

.dimsp-incident__head {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}
.dimsp-incident__head .dimsp-historyItem__kind {
    margin-right: 7px;
}
.dimsp-incident__head .dimsp-incident__range {
    flex: 1 1 auto;
    text-align: center;
    margin-left: 0;
}
.dimsp-incident__head .dimsp-incident__meta {
    margin-left: auto;
}
.dimsp-incident__card .dimsp-incident__badge {
    margin-right: 6px;
}
.dimsp-incident__badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
.dimsp-incident__badge--resolved {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}
.dimsp-incident__badge--investigating {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
}
.dimsp-incident__badge--identified {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}
.dimsp-incident__badge--monitoring {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}
.dimsp-incident__badge--scheduled {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}
.dimsp-incident__badge--in_progress {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
}
.dimsp-incident__badge--completed {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}
.dimsp-incident__badge--delayed {
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fdba74;
}
.dimsp-incident__badge--cancelled {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

.dimsp-incident__range {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.dimsp-incident__metaLabel {
    font-size: 14px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.dimsp-incident__metaValue {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

.dimsp-incident__body {
    display: flex;
    gap: 20px;
    padding: 16px 0 8px;
    flex-wrap: wrap;
}

.dimsp-incident__main {
    flex: 1 1 420px;
}
.dimsp-incident__aside {
    flex: 0 0 280px;
}

.dimsp-incident__title {
    margin: 6px 0 4px;
    font-size: 20px;
}
.dimsp-incident__impact {
    color: #111827;
    font-weight: 700;
    margin-bottom: 10px;
}
.dimsp-incident__lead {
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}

.dimsp-incident__asideTitle {
    font-weight: 700;
    margin-bottom: 8px;
    color: #374151;
}
.dimsp-incident__affected {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.dimsp-incident__affectedGroupLabel {
    font-weight: 600;
    color: #111827;
    font-size: 12px;
    margin-bottom: 6px;
}

.dimsp-incident__affectedGroup {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
}

.dimsp-incident__timeline {
    margin-top: 12px;
    border-top: 1px solid #e5e7eb;
    padding-top: 12px;
}
.dimsp-incident__timelineTitle {
    font-weight: 700;
    margin-bottom: 10px;
    color: #374151;
}

.dimsp-incident__update {
    display: flex;
    gap: 16px;
    padding: 10px 0;
    border-top: 1px solid #f3f4f6;
}
.dimsp-incident__update:first-of-type {
    border-top: 0;
}
.dimsp-incident__updateTime {
    width: 240px;
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    white-space: nowrap;
}
.dimsp-incident__updateTime {
    flex: 0 0 240px;
}
.dimsp-incident__updateTime .dimsp-dt--tz {
    display: block;
    margin-top: 2px;
}
.dimsp-incident__updateBody {
    flex: 1 1 auto;
    min-width: 0;
}
.dimsp-incident__updateState {
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}
.dimsp-incident__updateMessage {
    font-size: 14px;
    color: #374151;
}

.dimsp-history {
    margin-top: 18px;
}
.dimsp-history__title {
    margin: 6px 0 16px;
    font-size: 20px;
    font-weight: 600;
}
.dimsp-historyMonth {
    margin: 18px 0 10px;
}
.dimsp-historyMonth__label {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
    border-bottom: 2px solid #00a0b5;
    padding-bottom: 6px;
}
.dimsp-historyMonth__rule {
    height: 1px;
    background: #dbe3ea;
}
.dimsp-historyFilters {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}
.dimsp-historyFilters__row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
    align-items: flex-end;
}
.dimsp-historyFilters__group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 160px;
}
.dimsp-historyFilters__group--wide {
    flex: 0 1 260px;
}
.dimsp-historyFilters__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6b7280;
    font-weight: 600;
}
.dimsp-historyFilters__select {
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #111827;
    font-size: 12px;
}
.dimsp-historyFilters__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}
.dimsp-historyFilters__apply,
.dimsp-servicePicker__apply {
    padding: 8px 14px;
}
.dimsp-historyFilters__reset {
    color: #6b7280;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.dimsp-historyFilters__reset:hover {
    text-decoration: underline;
}
.dimsp-servicePicker {
    position: relative;
}
.dimsp-servicePicker__toggle {
    width: 100%;
    text-align: left;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #111827;
    font-size: 12px;
    cursor: pointer;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
}
.dimsp-servicePicker__panel {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: min(420px, 90vw);
    max-height: 360px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    padding: 10px;
    display: none;
    z-index: 20;
}
.dimsp-servicePicker__panel.is-open {
    display: block;
}
.dimsp-servicePicker__search {
    padding: 6px 6px 10px;
}
.dimsp-servicePicker__searchInput {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    font-size: 12px;
}
.dimsp-servicePicker__list {
    max-height: 240px;
    overflow: auto;
    padding: 4px 6px;
}
.dimsp-servicePicker__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #111827;
    padding: 4px 2px;
}
.dimsp-servicePicker__item--region {
    font-weight: 700;
}
.dimsp-servicePicker__item--product {
    font-weight: 600;
}
.dimsp-servicePicker__children {
    margin-left: 18px;
    padding-left: 8px;
    border-left: 1px solid #f3f4f6;
}
.dimsp-servicePicker__children--components {
    margin-left: 18px;
}
.dimsp-servicePicker__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 10px 6px 4px;
    border-top: 1px solid #f3f4f6;
}
.dimsp-servicePicker__reset {
    background: transparent;
    border: 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.dimsp-servicePicker__reset:hover {
    text-decoration: underline;
}
.dimsp-servicePicker__region.is-hidden,
.dimsp-servicePicker__product.is-hidden,
.dimsp-servicePicker__item.is-hidden {
    display: none;
}
.dimsp-historyCard {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}
.dimsp-historyCard__meta {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.dimsp-historyCard__range {
    font-weight: 700;
    color: #111827;
}
.dimsp-historyCard__duration {
    color: #6b7280;
    font-size: 12px;
}
.dimsp-historyCard__title {
    font-size: 18px;
    margin-bottom: 4px;
}
.dimsp-historyCard__impact {
    color: #1d4ed8;
    font-weight: 700;
    margin-bottom: 8px;
}
.dimsp-historyCard__summary {
    font-size: 14px;
    color: #374151;
    margin-bottom: 10px;
}
@media (max-width: 820px) {
    .dimsp-incident__aside {
        flex: 1 1 100%;
    }
    .dimsp-incident__head {
        align-items: flex-start;
    }
    .dimsp-incident__update {
        flex-direction: column;
        gap: 6px;
    }
    .dimsp-incident__updateTime {
        width: auto;
        flex: 0 0 auto;
    }
}

:where(.wp-site-blocks :focus) {
    outline-style: unset !important;
}
.dimsp-subscribePage__card .dimsp-subscribePage__title {
  font-size: 24px;
}
.dimsp-subscribePage__card .dimsp-subscribePage__text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.dimsp-unsubscribeCta {
  margin: 6px 0 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.dimsp-unsubscribeCta a {
  color: #111827;
  text-decoration: none;
  font-size: 14px;
}
.dimsp-unsubscribeCta a:hover span {
    text-decoration: underline;
}
.dimsp-unsubscribeCta__sep {
  color: #111827;
  margin: 0 10px;
}
.dimsp-incident__lead b,
.dimsp-incident__lead strong,
.dimsp-incident__updateMessage b,
.dimsp-incident__updateMessage strong {
    font-weight: 700;
}
.dimsp-historyItem b,
.dimsp-historyItem strong,
.dimsp-historyItem b,
.dimsp-historyItem strong {
    font-weight: 700;
}
.dimsp-card__body b,
.dimsp-card__body strong,
.dimsp-card__body b,
.dimsp-card__bodya strong {
    font-weight: 700;
}
