.ukc-domain-overview {
    --ukc-overview-ink: #15233b;
    --ukc-overview-muted: #63758e;
    --ukc-overview-line: #d8e2ed;
    --ukc-overview-soft: #f5f8fc;
    --ukc-overview-blue: #116cad;
    --ukc-overview-green: #187348;
    --ukc-overview-green-bg: #edf9f2;
    --ukc-overview-orange: #88590c;
    --ukc-overview-orange-bg: #fff8e8;
    --ukc-overview-red: #a92e2a;
    --ukc-overview-red-bg: #fff4f3;
    color: var(--ukc-overview-ink);
    border: 1px solid var(--ukc-overview-line);
    background: #fff;
}

.ukc-domain-overview *,
.ukc-domain-overview *::before,
.ukc-domain-overview *::after { box-sizing: border-box; }

.ukc-overview-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px 34px;
    background: #f2f7fc;
    border-bottom: 1px solid var(--ukc-overview-line);
}

.ukc-overview-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #5f718b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.ukc-overview-hero h3,
.ukc-overview-section-heading h4 { margin: 0; color: var(--ukc-overview-ink); letter-spacing: 0; }
.ukc-overview-hero h3 { font-size: 30px; line-height: 1.2; overflow-wrap: anywhere; }
.ukc-overview-hero > div:first-child { min-width: 0; flex: 1 1 320px; }
.ukc-overview-hero p,
.ukc-overview-section-heading p { margin: 7px 0 0; color: var(--ukc-overview-muted); }
.ukc-overview-hero-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex: 0 1 auto; flex-wrap: wrap; }
.ukc-overview-hero-actions .btn,
.ukc-overview-attention .btn,
.ukc-overview-section-heading .btn { white-space: nowrap; }

.ukc-overview-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 7px 12px;
    border: 1px solid var(--ukc-overview-line);
    border-radius: 999px;
    background: #fff;
    font-weight: 700;
}
.ukc-overview-status.is-success { color: var(--ukc-overview-green); border-color: #b9dfca; background: var(--ukc-overview-green-bg); }
.ukc-overview-status.is-error { color: var(--ukc-overview-red); border-color: #edc2bf; background: var(--ukc-overview-red-bg); }
.ukc-overview-alerts { padding: 18px 24px 0; }

.ukc-overview-health {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid var(--ukc-overview-line);
}
.ukc-overview-health > div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 104px;
    padding: 20px;
    border-right: 1px solid var(--ukc-overview-line);
}
.ukc-overview-health > div:last-child { border-right: 0; }
.ukc-overview-health-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    color: var(--ukc-overview-blue);
    background: #edf5fc;
}
.ukc-overview-health strong,
.ukc-overview-health small { display: block; }
.ukc-overview-health strong { font-size: 15px; }
.ukc-overview-health small { margin-top: 3px; color: var(--ukc-overview-muted); line-height: 1.4; }
.ukc-overview-health .is-success .ukc-overview-health-icon { color: var(--ukc-overview-green); background: var(--ukc-overview-green-bg); }
.ukc-overview-health .is-recommended .ukc-overview-health-icon { color: var(--ukc-overview-orange); background: var(--ukc-overview-orange-bg); }
.ukc-overview-health .is-error .ukc-overview-health-icon { color: var(--ukc-overview-red); background: var(--ukc-overview-red-bg); }

.ukc-overview-attention {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin: 24px 30px 0;
    padding: 18px 20px;
    border: 1px solid;
    border-left-width: 4px;
}
.ukc-overview-attention > i { font-size: 24px; text-align: center; }
.ukc-overview-attention span { display: block; margin-bottom: 2px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.ukc-overview-attention strong { display: block; font-size: 16px; }
.ukc-overview-attention p { margin: 3px 0 0; line-height: 1.45; }
.ukc-overview-attention.is-success { color: var(--ukc-overview-green); border-color: #b9dfca; background: var(--ukc-overview-green-bg); }
.ukc-overview-attention.is-hosted { color: #175c89; border-color: #a9cfe8; background: #eef7fd; }
.ukc-overview-attention.is-recommended { color: var(--ukc-overview-orange); border-color: #e8ce92; background: var(--ukc-overview-orange-bg); }
.ukc-overview-attention.is-error { color: var(--ukc-overview-red); border-color: #edc2bf; background: var(--ukc-overview-red-bg); }
.ukc-overview-attention .btn { justify-self: end; }
.ukc-overview-attention.is-emphasized { outline: 3px solid rgba(17, 108, 173, .22); outline-offset: 3px; }

.ukc-overview-tools,
.ukc-overview-renewal { padding: 30px; }
.ukc-overview-tools { border-bottom: 1px solid var(--ukc-overview-line); }
.ukc-overview-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.ukc-overview-section-heading h4 { font-size: 24px; }
.ukc-overview-tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ukc-overview-tool {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 12px;
    min-height: 92px;
    padding: 16px;
    border: 1px solid var(--ukc-overview-line);
    border-radius: 6px;
    color: var(--ukc-overview-ink);
    background: #fff;
    text-decoration: none;
    transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}
.ukc-overview-tool:hover,
.ukc-overview-tool:focus { color: var(--ukc-overview-ink); border-color: #8dbce0; background: #f7fbfe; text-decoration: none; transform: translateY(-1px); }
.ukc-overview-tool > i:first-child { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; color: var(--ukc-overview-blue); background: #edf5fc; font-size: 17px; }
.ukc-overview-tool > i:last-child { color: #7a8da4; }
.ukc-overview-tool strong,
.ukc-overview-tool small { display: block; }
.ukc-overview-tool strong { font-size: 15px; }
.ukc-overview-tool small { margin-top: 4px; color: var(--ukc-overview-muted); line-height: 1.35; }
.ukc-overview-tool.is-inactive { color: #59697d; border-color: #dce3ea; background: #f7f9fb; }
.ukc-overview-tool.is-inactive:hover,
.ukc-overview-tool.is-inactive:focus { color: #445469; border-color: #b8c7d5; background: #f3f6f8; transform: none; }
.ukc-overview-tool.is-inactive > i:first-child { color: #78899c; background: #e9eef3; }
.ukc-overview-tool.is-inactive > i:last-child { color: #8493a3; }
.ukc-overview-tool.is-inactive small { color: #738296; }
.ukc-overview-tool.is-connect { border-color: #8dbce0; background: #f3f9fd; }
.ukc-overview-tool.is-connect > i:first-child { color: #fff; background: var(--ukc-overview-blue); }

.ukc-overview-renewal { background: var(--ukc-overview-soft); }
.ukc-overview-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--ukc-overview-line); background: #fff; }
.ukc-overview-facts > div { min-height: 104px; padding: 18px; border-right: 1px solid var(--ukc-overview-line); }
.ukc-overview-facts > div:last-child { border-right: 0; }
.ukc-overview-facts span,
.ukc-overview-facts strong,
.ukc-overview-facts a { display: block; }
.ukc-overview-facts span { color: var(--ukc-overview-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.ukc-overview-facts strong { margin-top: 7px; font-size: 16px; overflow-wrap: anywhere; }
.ukc-overview-facts a { margin-top: 7px; font-size: 13px; }
.ukc-overview-renewal-footer { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 28px; padding: 15px 18px; border: 1px solid var(--ukc-overview-line); border-top: 0; background: #fff; color: var(--ukc-overview-muted); }
.ukc-overview-renewal-footer a { margin-left: auto; }
.ukc-overview-module { margin: 20px 30px; }

.ukc-domain-overview .ukc-context-help { vertical-align: 1px; }

@media (max-width: 1100px) {
    .ukc-overview-hero { flex-wrap: wrap; }
    .ukc-overview-hero-actions { justify-content: flex-start; width: 100%; }
    .ukc-overview-health,
    .ukc-overview-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ukc-overview-health > div:nth-child(2),
    .ukc-overview-facts > div:nth-child(2) { border-right: 0; }
    .ukc-overview-health > div:nth-child(-n+2),
    .ukc-overview-facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--ukc-overview-line); }
    .ukc-overview-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .ukc-overview-hero { align-items: flex-start; padding: 24px 20px; }
    .ukc-overview-hero,
    .ukc-overview-section-heading { flex-direction: column; }
    .ukc-overview-hero-actions { justify-content: flex-start; width: 100%; }
    .ukc-overview-hero-actions .btn { flex: 1 1 auto; }
    .ukc-overview-health,
    .ukc-overview-facts,
    .ukc-overview-tool-grid { grid-template-columns: 1fr; }
    .ukc-overview-health > div,
    .ukc-overview-health > div:nth-child(2),
    .ukc-overview-facts > div,
    .ukc-overview-facts > div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--ukc-overview-line); }
    .ukc-overview-health > div:last-child,
    .ukc-overview-facts > div:last-child { border-bottom: 0; }
    .ukc-overview-attention { grid-template-columns: 34px minmax(0, 1fr); margin: 18px 16px 0; padding: 16px; }
    .ukc-overview-attention .btn { grid-column: 1 / -1; justify-self: stretch; }
    .ukc-overview-tools,
    .ukc-overview-renewal { padding: 24px 16px; }
    .ukc-overview-section-heading { align-items: stretch; }
    .ukc-overview-renewal-footer { align-items: flex-start; flex-direction: column; }
    .ukc-overview-renewal-footer a { margin-left: 0; }
}
