.mbw-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.mbw-breadcrumbs li {
    align-items: center;
    color: #5f7187;
    display: inline-flex;
    gap: 10px;
}

.mbw-breadcrumbs li + li::before {
    color: #9aacc2;
    content: "/";
}

.mbw-breadcrumbs a {
    color: #0f6cbd;
    font-weight: 600;
    text-decoration: none;
}

.mbw-seo-health__grid,
.mbw-seo-faq {
    display: grid;
    gap: 18px;
}

.mbw-seo-health__grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.mbw-seo-health__card,
.mbw-seo-faq__item,
.mbw-seo-score-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #d9e3ef;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
    padding: 18px;
}

.mbw-seo-health__status {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin: 0 0 10px;
}

.mbw-seo-health__card--green .mbw-seo-health__status {
    color: #1f8f5f;
}

.mbw-seo-health__card--yellow .mbw-seo-health__status {
    color: #b57616;
}

.mbw-seo-health__card--red .mbw-seo-health__status {
    color: #c13f3f;
}

.mbw-seo-wizard .mbw-seo-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mbw-seo-wizard label {
    display: grid;
    gap: 8px;
}

.mbw-seo-wizard label span {
    color: #53657c;
    font-weight: 700;
}

.mbw-seo-wizard input,
.mbw-seo-wizard textarea {
    border: 1px solid #cfd9e4;
    border-radius: 12px;
    padding: 12px 14px;
    width: 100%;
}

.mbw-seo-wizard-secondary {
    margin-top: 14px;
}

@media (max-width: 782px) {
    .mbw-seo-wizard .mbw-seo-grid {
        grid-template-columns: 1fr;
    }
}
