.seosm-document {
    margin: 0;
    background: #f6f8fc;
    color: #101726;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.seosm-site,
.seosm-app,
.seosm-auth-page {
    width: 100%;
    min-height: 100vh;
}

.seosm-site *,
.seosm-app *,
.seosm-auth-page * {
    box-sizing: border-box;
}

.seosm-site a,
.seosm-auth-page a {
    text-decoration: none;
}

.seosm-public-header {
    width: calc(100% - 64px);
    max-width: 1440px;
    min-height: 82px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 255px 1fr auto;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #e9edf5;
}

.seosm-brand,
.seosm-auth-brand,
.seosm-sidebar-brand,
.seosm-footer-brand {
    display: inline-flex;
    align-items: center;
}

.seosm-brand img {
    width: 220px;
    height: 58px;
    object-fit: contain;
    object-position: left center;
}

.seosm-public-nav {
    display: flex;
    justify-content: center;
    gap: 28px;
}

.seosm-public-nav a,
.seosm-footer-links a {
    color: #50596b;
    font-size: 14px;
    font-weight: 700;
}

.seosm-public-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.seosm-link-button,
.seosm-primary-button,
.seosm-secondary-button,
.seosm-social-button {
    min-height: 44px;
    border-radius: 10px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
}

.seosm-link-button {
    color: #1c2434;
    background: transparent;
}

.seosm-primary-button {
    background: linear-gradient(135deg, #0b7cff 0%, #00b9a4 100%);
    color: #ffffff;
    box-shadow: 0 10px 28px rgba(11, 124, 255, .18);
}

.seosm-secondary-button {
    background: #ffffff;
    color: #1a2437;
    border: 1px solid #dfe5ef;
}

.seosm-large-button {
    min-height: 52px;
    padding: 0 24px;
    border-radius: 12px;
}

.seosm-full-button {
    width: 100%;
}

.seosm-mobile-toggle,
.seosm-mobile-menu {
    display: none;
}

.seosm-hero {
    width: calc(100% - 64px);
    max-width: 1440px;
    min-height: 660px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
    padding: 70px 0;
}

.seosm-eyebrow {
    color: #087ff1;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.6px;
}

.seosm-hero h1,
.seosm-section-heading h2,
.seosm-wordpress-copy h2,
.seosm-cta-section h2 {
    margin: 14px 0 0;
    letter-spacing: -1.8px;
    line-height: 1.03;
    color: #0d1728;
}

.seosm-hero h1 {
    max-width: 700px;
    font-size: 64px;
}

.seosm-hero-copy > p {
    max-width: 660px;
    margin: 22px 0 0;
    color: #626d80;
    font-size: 18px;
    line-height: 1.7;
}

.seosm-hero-actions {
    margin-top: 30px;
    display: flex;
    gap: 12px;
}

.seosm-hero-points {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #697386;
    font-size: 12px;
    font-weight: 700;
}

.seosm-hero-visual {
    min-width: 0;
}

.seosm-visual-window {
    border: 1px solid #dfe6f0;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 35px 90px rgba(24, 48, 84, .13);
    overflow: hidden;
}

.seosm-visual-topbar {
    height: 46px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid #eef1f6;
}

.seosm-visual-topbar span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d9deea;
}

.seosm-visual-grid {
    padding: 24px;
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 18px;
    background: #f8faff;
}

.seosm-score-card,
.seosm-issue-preview {
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 16px;
    padding: 20px;
}

.seosm-mini-label,
.seosm-preview-title {
    color: #657084;
    font-size: 11px;
    font-weight: 900;
}

.seosm-score-ring {
    width: 126px;
    height: 126px;
    margin: 17px auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(#00b980 0deg 125deg, #ffae25 125deg 242deg, #edf1f6 242deg 360deg);
    box-shadow: inset 0 0 0 13px #ffffff;
}

.seosm-score-ring strong {
    font-size: 32px;
}

.seosm-score-ring small {
    margin-top: 12px;
    color: #8f99a9;
    font-size: 10px;
}

.seosm-score-copy {
    color: #737e90;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
}

.seosm-preview-row {
    min-height: 54px;
    display: grid;
    grid-template-columns: 10px 1fr auto;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f0f3f7;
    color: #566174;
    font-size: 10px;
}

.seosm-preview-row:last-child {
    border-bottom: 0;
}

.seosm-preview-row b {
    color: #087ff1;
}

.seosm-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.seosm-dot.red { background: #ff4d55; }
.seosm-dot.orange { background: #ffad24; }
.seosm-dot.purple { background: #7657ff; }
.seosm-dot.green { background: #21ad79; }

.seosm-logo-strip {
    width: calc(100% - 64px);
    max-width: 1440px;
    min-height: 90px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid #e9edf4;
    border-bottom: 1px solid #e9edf4;
    color: #8490a2;
    font-size: 13px;
}

.seosm-logo-strip strong {
    color: #586375;
    font-size: 14px;
}

.seosm-section {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 0;
}

.seosm-section-heading {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.seosm-section-heading h2,
.seosm-wordpress-copy h2,
.seosm-cta-section h2 {
    font-size: 45px;
}

.seosm-section-heading p,
.seosm-wordpress-copy p,
.seosm-cta-section p {
    margin: 16px 0 0;
    color: #687386;
    font-size: 16px;
    line-height: 1.7;
}

.seosm-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.seosm-feature-card {
    min-height: 245px;
    padding: 28px;
    border: 1px solid #e2e7ef;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(33, 57, 93, .05);
}

.seosm-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(11,124,255,.12), rgba(0,185,164,.13));
    color: #087ff1;
    font-size: 24px;
    font-weight: 900;
}

.seosm-feature-card h3 {
    margin: 23px 0 0;
    font-size: 18px;
}

.seosm-feature-card p {
    margin: 11px 0 0;
    color: #707b8d;
    line-height: 1.7;
    font-size: 13px;
}

.seosm-workflow-section {
    padding: 90px max(32px, calc((100% - 1440px) / 2));
    background: #0c172b;
}

.seosm-light-heading h2,
.seosm-light-heading p {
    color: #ffffff;
}

.seosm-workflow-grid {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.seosm-workflow-card {
    padding: 26px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 18px;
    background: rgba(255,255,255,.05);
}

.seosm-workflow-card span {
    color: #2bd1bd;
    font-size: 12px;
    font-weight: 900;
}

.seosm-workflow-card h3 {
    margin: 20px 0 0;
    color: #ffffff;
    font-size: 18px;
}

.seosm-workflow-card p {
    margin: 9px 0 0;
    color: #9eabc0;
    font-size: 13px;
    line-height: 1.65;
}

.seosm-wordpress-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.seosm-check-list {
    margin-top: 27px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    color: #506074;
    font-size: 13px;
    font-weight: 700;
}

.seosm-wordpress-card {
    padding: 26px;
    border: 1px solid #dfe6ef;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(25, 53, 90, .09);
}

.seosm-wp-top {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 12px;
}

.seosm-wp-logo,
.seosm-wp-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c172b;
    color: #ffffff;
    font-family: Georgia, serif;
    font-weight: 900;
}

.seosm-wp-top div,
.seosm-connected-sites > div > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.seosm-wp-top small,
.seosm-connected-sites small {
    color: #8b95a5;
    font-size: 10px;
}

.seosm-connected {
    color: #16966a;
    background: #edf9f5;
    border-radius: 20px;
    padding: 6px 9px;
    font-size: 9px;
    font-weight: 900;
}

.seosm-wp-stat-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.seosm-wp-stat-grid div {
    padding: 15px;
    border-radius: 12px;
    background: #f7f9fc;
    display: flex;
    flex-direction: column;
}

.seosm-wp-stat-grid strong {
    font-size: 24px;
}

.seosm-wp-stat-grid span {
    margin-top: 3px;
    color: #8d97a8;
    font-size: 10px;
}

.seosm-wp-issue {
    margin-top: 12px;
    padding: 14px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 10px;
    border: 1px solid #ecf0f5;
    border-radius: 11px;
    font-size: 11px;
}

.seosm-wp-issue button,
.seosm-table button,
.seosm-card-actions button,
.seosm-connected-sites button,
.seosm-output-list button,
.seosm-fix-comparison button,
.seosm-affected-list button {
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #dce3ed;
    border-radius: 7px;
    background: #ffffff;
    color: #1b63c3;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.seosm-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.seosm-price-card {
    position: relative;
    padding: 30px;
    border: 1px solid #e0e5ed;
    border-radius: 18px;
    background: #ffffff;
}

.seosm-featured-plan {
    border: 2px solid #0b80f0;
    box-shadow: 0 22px 70px rgba(11,128,240,.12);
}

.seosm-popular {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 12px;
    border-radius: 20px;
    background: #0b80f0;
    color: #ffffff;
    font-size: 9px;
    font-weight: 900;
}

.seosm-plan-name {
    font-size: 20px;
    font-weight: 900;
}

.seosm-plan-price {
    margin-top: 17px;
    font-size: 38px;
    font-weight: 900;
}

.seosm-plan-price span,
.seosm-plan-card div span {
    color: #9099a8;
    font-size: 11px;
    font-weight: 600;
}

.seosm-price-card > p,
.seosm-plan-card > p {
    min-height: 38px;
    color: #788295;
    font-size: 12px;
    line-height: 1.6;
}

.seosm-price-card ul,
.seosm-plan-card ul,
.seosm-modal-card ul {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.seosm-price-card li,
.seosm-plan-card li,
.seosm-modal-card li {
    padding: 8px 0;
    color: #556174;
    font-size: 12px;
}

.seosm-price-card li:before,
.seosm-plan-card li:before,
.seosm-modal-card li:before {
    content: "✓";
    margin-right: 9px;
    color: #17a576;
    font-weight: 900;
}

.seosm-cta-section {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin: 20px auto 80px;
    padding: 54px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0b172b 0%, #102a4c 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.seosm-cta-section h2,
.seosm-cta-section p {
    color: #ffffff;
}

.seosm-footer {
    padding: 44px max(32px, calc((100% - 1440px) / 2));
    background: #ffffff;
    border-top: 1px solid #e8edf4;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
}

.seosm-footer-brand img {
    width: 180px;
    height: 50px;
    object-fit: contain;
    object-position: left center;
}

.seosm-footer-brand {
    flex-direction: column;
    align-items: flex-start;
}

.seosm-footer-brand p {
    margin: 6px 0 0;
    color: #7c8799;
    font-size: 11px;
}

.seosm-footer-links {
    display: flex;
    gap: 20px;
}

.seosm-footer-legal {
    grid-column: 1 / -1;
    color: #97a0af;
    font-size: 10px;
}

.seosm-auth-page {
    padding: 40px 20px 70px;
    background: radial-gradient(circle at 20% 0%, rgba(13,130,255,.08), transparent 34%), #f6f8fc;
}

.seosm-auth-brand {
    width: 240px;
    margin: 0 auto 24px;
}

.seosm-auth-brand img {
    width: 100%;
    height: 66px;
    object-fit: contain;
}

.seosm-auth-card {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #e1e6ee;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(27, 52, 87, .08);
}

.seosm-auth-heading {
    text-align: center;
    margin-bottom: 25px;
}

.seosm-auth-heading h1 {
    margin: 0;
    font-size: 28px;
}

.seosm-auth-heading p,
.seosm-auth-bottom {
    color: #7d8797;
    font-size: 12px;
}

.seosm-auth-card form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.seosm-auth-card label,
.seosm-form-grid label {
    color: #4e596b;
    font-size: 11px;
    font-weight: 800;
}

.seosm-auth-card input,
.seosm-form-grid input,
.seosm-form-grid select {
    width: 100%;
    min-height: 46px;
    margin-top: 7px;
    padding: 0 13px;
    border: 1px solid #dce2eb;
    border-radius: 9px;
    outline: 0;
    background: #ffffff;
    color: #182131;
    font: inherit;
}

.seosm-auth-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.seosm-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #687386 !important;
    font-weight: 600 !important;
}

.seosm-checkbox input {
    width: 15px;
    min-height: 15px;
    margin: 0;
}

.seosm-auth-row a,
.seosm-auth-bottom a {
    color: #087ff1;
    font-size: 11px;
    font-weight: 800;
}

.seosm-auth-divider {
    margin: 22px 0;
    border-top: 1px solid #ebeff4;
    text-align: center;
}

.seosm-auth-divider span {
    position: relative;
    top: -9px;
    padding: 0 10px;
    background: #ffffff;
    color: #9aa3b1;
    font-size: 10px;
}

.seosm-social-button {
    width: 100%;
    background: #ffffff;
    border: 1px solid #dce2eb;
    color: #263247;
}

.seosm-auth-bottom {
    margin: 22px 0 0;
    text-align: center;
}

.seosm-two-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.seosm-terms {
    align-items: flex-start;
    line-height: 1.5;
}

.seosm-app {
    display: flex;
    min-height: 100vh;
    background: #f6f8fc;
}

.seosm-sidebar {
    width: 236px;
    min-width: 236px;
    min-height: 100vh;
    padding: 20px 14px;
    background: #0d1b30;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 30;
}

.seosm-sidebar-brand {
    padding: 0 5px 18px;
}

.seosm-sidebar-brand img {
    width: 190px;
    height: 58px;
    object-fit: contain;
    object-position: left center;
}

.seosm-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.seosm-side-link,
.seosm-sidebar-plan button {
    width: 100%;
    min-height: 43px;
    padding: 0 12px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #aebbd0;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.seosm-side-link span {
    width: 18px;
    text-align: center;
    color: #7dd5e7;
    font-weight: 900;
}

.seosm-side-link.active {
    background: linear-gradient(90deg, rgba(13,128,240,.28), rgba(0,185,164,.13));
    color: #ffffff;
}

.seosm-side-label {
    margin: 18px 12px 7px;
    color: #5f6f86;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
}

.seosm-sidebar-plan {
    margin-top: auto;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    background: rgba(255,255,255,.04);
}

.seosm-sidebar-plan > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.seosm-sidebar-plan strong {
    font-size: 11px;
}

.seosm-sidebar-plan span {
    color: #8191aa;
    font-size: 9px;
}

.seosm-mini-progress {
    width: 100%;
    height: 6px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255,255,255,.09);
}

.seosm-mini-progress i {
    display: block;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, #0f85ff, #00c1aa);
}

.seosm-sidebar-plan button {
    min-height: 36px;
    margin-top: 11px;
    justify-content: center;
    background: #0c7ef2;
    color: #ffffff;
}

.seosm-app-main {
    min-width: 0;
    flex: 1;
}

.seosm-app-topbar {
    min-height: 74px;
    padding: 0 28px;
    border-bottom: 1px solid #e4e9f1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: sticky;
    top: 0;
    z-index: 20;
}

.seosm-app-topbar > div:first-of-type {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.seosm-app-topbar strong {
    font-size: 15px;
}

.seosm-app-topbar small {
    color: #8b95a6;
    font-size: 9px;
}

.seosm-app-top-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.seosm-icon-button,
.seosm-sidebar-toggle {
    width: 36px;
    height: 36px;
    border: 1px solid #e1e6ee;
    border-radius: 9px;
    background: #ffffff;
    color: #536074;
    cursor: pointer;
}

.seosm-sidebar-toggle {
    display: none;
}

.seosm-profile-pill {
    min-height: 42px;
    padding: 5px 10px 5px 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e3e8ef;
    border-radius: 12px;
}

.seosm-profile-pill > span {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b7cff, #00b9a4);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 900;
}

.seosm-profile-pill div {
    display: flex;
    flex-direction: column;
}

.seosm-profile-pill strong {
    font-size: 10px;
}

.seosm-profile-pill small {
    font-size: 8px;
}

.seosm-app-page {
    display: none;
    padding: 28px;
}

.seosm-app-page.active {
    display: block;
}

.seosm-app-heading {
    min-height: 58px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.seosm-app-heading h1 {
    margin: 0;
    font-size: 28px;
    letter-spacing: -.5px;
}

.seosm-app-heading p,
.seosm-panel-head p,
.seosm-panel-copy {
    margin: 6px 0 0;
    color: #8791a1;
    font-size: 11px;
    line-height: 1.6;
}

.seosm-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.seosm-stat-grid article {
    padding: 19px;
    border: 1px solid #e1e6ee;
    border-radius: 13px;
    background: #ffffff;
}

.seosm-stat-grid span {
    color: #7a8596;
    font-size: 10px;
    font-weight: 700;
}

.seosm-stat-grid strong {
    margin-top: 13px;
    display: block;
    font-size: 28px;
}

.seosm-stat-grid strong small {
    margin-left: 3px;
    color: #9099a8;
    font-size: 10px;
}

.seosm-stat-grid em {
    margin-top: 6px;
    display: block;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
}

.seosm-stat-grid .good { color: #13966a; }
.seosm-stat-grid .bad { color: #e94f56; }

.seosm-dashboard-columns {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1.55fr .8fr;
    gap: 16px;
}

.seosm-lower-grid {
    grid-template-columns: 1.2fr .8fr;
}

.seosm-panel {
    padding: 20px;
    border: 1px solid #e1e6ee;
    border-radius: 14px;
    background: #ffffff;
}

.seosm-panel h3 {
    margin: 0;
    font-size: 15px;
}

.seosm-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.seosm-text-button,
.seosm-back-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #0b7ff0;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
}

.seosm-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.seosm-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 650px;
}

.seosm-table th,
.seosm-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #edf0f4;
    text-align: left;
    font-size: 10px;
    white-space: nowrap;
}

.seosm-table th {
    color: #8a94a4;
    font-size: 9px;
    font-weight: 900;
}

.seosm-table td {
    color: #4a5668;
}

.seosm-table tr:last-child td {
    border-bottom: 0;
}

.score-good { color: #168e64 !important; font-weight: 900; }
.score-bad { color: #e04f56 !important; font-weight: 900; }

.seosm-usage {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.seosm-usage > div span {
    display: flex;
    justify-content: space-between;
    color: #667184;
    font-size: 10px;
    font-weight: 800;
}

.seosm-usage > div b {
    color: #8892a2;
}

.seosm-usage i {
    width: 100%;
    height: 6px;
    margin-top: 8px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #edf0f5;
}

.seosm-usage u {
    height: 100%;
    display: block;
    border-radius: 10px;
    background: linear-gradient(90deg, #0c7ff2, #00bba6);
}

.seosm-issue-list {
    display: flex;
    flex-direction: column;
}

.seosm-issue-list > button {
    min-height: 58px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #edf0f4;
    background: #ffffff;
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: 10px;
    text-align: left;
    cursor: pointer;
}

.seosm-issue-list > button:last-child {
    border-bottom: 0;
}

.seosm-issue-list div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.seosm-issue-list strong {
    color: #263144;
    font-size: 10px;
}

.seosm-issue-list small {
    color: #929cab;
    font-size: 8px;
}

.seosm-issue-list b {
    color: #0b7ff0;
    font-size: 9px;
}

.seosm-severity {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

.seosm-severity.critical { background: #fff0f1; color: #e34c55; }
.seosm-severity.warning { background: #fff6e7; color: #db9020; }
.seosm-severity.opportunity { background: #eef2ff; color: #6558e6; }

.seosm-chart {
    height: 220px;
    padding: 22px 15px 0;
    display: flex;
    align-items: flex-end;
    gap: 14px;
    border-bottom: 1px solid #e8ecf2;
}

.seosm-chart div {
    flex: 1;
    min-width: 24px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, #0d85f7, #00baa5);
    position: relative;
}

.seosm-chart span {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #5f6a7c;
    font-size: 9px;
    font-weight: 900;
}

.seosm-website-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.seosm-website-card,
.seosm-add-card {
    min-height: 240px;
    padding: 21px;
    border: 1px solid #e0e6ee;
    border-radius: 14px;
    background: #ffffff;
}

.seosm-website-card {
    position: relative;
}

.seosm-website-status {
    position: absolute;
    top: 17px;
    right: 17px;
    padding: 5px 8px;
    border-radius: 20px;
    background: #edf9f4;
    color: #168f64;
    font-size: 8px;
    font-weight: 900;
}

.seosm-website-card h3 {
    margin: 6px 0 0;
    max-width: 70%;
    font-size: 15px;
}

.seosm-website-card p {
    color: #929baa;
    font-size: 9px;
}

.seosm-website-metrics {
    margin-top: 27px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.seosm-website-metrics div {
    padding: 13px;
    border-radius: 9px;
    background: #f7f9fc;
    display: flex;
    flex-direction: column;
}

.seosm-website-metrics strong {
    font-size: 20px;
}

.seosm-website-metrics span {
    margin-top: 2px;
    color: #939cab;
    font-size: 8px;
}

.seosm-card-actions {
    margin-top: 20px;
    display: flex;
    gap: 8px;
}

.seosm-add-card {
    border-style: dashed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.seosm-add-card > span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf6ff;
    color: #0b7ff0;
    font-size: 26px;
}

.seosm-add-card strong {
    margin-top: 13px;
    font-size: 13px;
}

.seosm-add-card small {
    margin-top: 5px;
    color: #929baa;
    font-size: 9px;
}

.seosm-audit-panel {
    max-width: 920px;
}

.seosm-field-label {
    display: block;
    color: #4b586a;
    font-size: 10px;
    font-weight: 900;
}

.seosm-field-label .seosm-input,
.seosm-field-label input,
.seosm-field-label textarea {
    margin-top: 7px;
}

.seosm-inline-form {
    display: flex;
    gap: 10px;
}

.seosm-input {
    width: 100%;
    min-height: 47px;
    padding: 0 13px;
    border: 1px solid #dce2eb;
    border-radius: 9px;
    background: #ffffff;
    color: #263145;
    outline: 0;
    font: inherit;
    font-size: 11px;
}

.seosm-textarea {
    min-height: 84px;
    padding-top: 12px;
    resize: vertical;
}

.seosm-audit-types {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.seosm-audit-types button {
    min-height: 118px;
    padding: 16px;
    border: 1px solid #dfe5ee;
    border-radius: 11px;
    background: #ffffff;
    text-align: left;
    cursor: pointer;
}

.seosm-audit-types button.selected {
    border: 2px solid #0b7ff0;
    background: #f7fbff;
}

.seosm-audit-types strong,
.seosm-audit-types span {
    display: block;
}

.seosm-audit-types strong {
    font-size: 11px;
}

.seosm-audit-types span {
    margin-top: 8px;
    color: #8690a0;
    font-size: 9px;
    line-height: 1.5;
}

.seosm-audit-types em,
.seosm-pro-badge {
    padding: 3px 6px;
    border-radius: 20px;
    background: #0d7ff0;
    color: #ffffff;
    font-size: 7px;
    font-style: normal;
    font-weight: 900;
}

.seosm-limit-note {
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f3f7ff;
    color: #6b7590;
    font-size: 9px;
}

.seosm-scan-panel {
    max-width: 920px;
    margin-top: 16px;
    display: none;
}

.seosm-scan-panel.visible {
    display: block;
}

.seosm-scan-title {
    display: flex;
    align-items: center;
    gap: 26px;
}

.seosm-scan-ring {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 10px solid #eaf0f6;
    border-top-color: #0b7ff0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.seosm-scan-ring strong {
    font-size: 25px;
}

.seosm-scan-ring span {
    color: #8a94a3;
    font-size: 8px;
}

.seosm-scan-title h3 {
    font-size: 18px;
}

.seosm-scan-steps {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.seosm-scan-steps span {
    min-height: 36px;
    padding: 0 12px;
    border-radius: 8px;
    background: #f7f9fc;
    display: flex;
    align-items: center;
    color: #707b8c;
    font-size: 9px;
}

.seosm-tabs {
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.seosm-tabs button {
    min-height: 31px;
    padding: 0 11px;
    border: 1px solid #e0e6ee;
    border-radius: 20px;
    background: #ffffff;
    color: #758092;
    font-size: 9px;
    font-weight: 800;
}

.seosm-tabs button.active {
    background: #edf6ff;
    color: #0b7ff0;
    border-color: #cfe6ff;
}

.seosm-pill {
    display: inline-flex;
    min-height: 23px;
    padding: 0 8px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 900;
}

.seosm-pill.critical { background: #fff0f1; color: #df4a53; }
.seosm-pill.warning { background: #fff5e6; color: #d98b1d; }
.seosm-pill.opportunity { background: #eef2ff; color: #6458e3; }
.seosm-pill.green { background: #edf9f4; color: #168f64; }

.seosm-back-button {
    margin-bottom: 14px;
}

.seosm-detail-grid,
.seosm-image-grid,
.seosm-settings-grid,
.seosm-current-plan {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.seosm-affected-list {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}

.seosm-affected-list div {
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #edf0f4;
    color: #5d6879;
    font-size: 10px;
}

.seosm-ai-preview {
    margin-top: 16px;
}

.seosm-fix-comparison {
    display: grid;
    grid-template-columns: 1fr .7fr 1.5fr auto;
    gap: 12px;
    align-items: center;
}

.seosm-fix-comparison > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.seosm-fix-comparison small,
.seosm-output-list small {
    color: #969ead;
    font-size: 8px;
    font-weight: 900;
}

.seosm-fix-comparison strong {
    color: #425064;
    font-size: 10px;
    line-height: 1.5;
}

.seosm-upload-zone {
    min-height: 250px;
    border: 1px dashed #c9d4e2;
    border-radius: 12px;
    background: #fafcff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.seosm-upload-zone input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.seosm-upload-zone span {
    font-size: 36px;
    color: #0b7ff0;
}

.seosm-upload-zone strong {
    margin-top: 8px;
    font-size: 12px;
}

.seosm-upload-zone small {
    margin-top: 4px;
    color: #949dac;
    font-size: 9px;
}

.seosm-upload-zone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    display: none;
}

.seosm-upload-zone.has-image img {
    display: block;
}

.seosm-upload-zone.has-image span,
.seosm-upload-zone.has-image strong,
.seosm-upload-zone.has-image small {
    display: none;
}

.seosm-image-grid .seosm-field-label {
    margin-top: 16px;
}

.seosm-output-list {
    display: flex;
    flex-direction: column;
}

.seosm-output-list > div {
    min-height: 70px;
    padding: 12px 0;
    border-bottom: 1px solid #edf0f4;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5px 10px;
}

.seosm-output-list small,
.seosm-output-list strong {
    grid-column: 1;
}

.seosm-output-list button {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
}

.seosm-output-list strong {
    color: #3f4d60;
    font-size: 10px;
    line-height: 1.5;
}

.seosm-connected-sites {
    display: flex;
    flex-direction: column;
}

.seosm-connected-sites > div {
    min-height: 64px;
    display: grid;
    grid-template-columns: 42px 1fr auto auto;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid #edf0f4;
}

.seosm-form-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.seosm-full-span {
    grid-column: 1 / -1;
}

.seosm-plan-summary {
    margin-top: 15px;
}

.seosm-plan-summary strong {
    font-size: 38px;
}

.seosm-plan-summary span {
    color: #929baa;
    font-size: 10px;
}

.seosm-plan-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.seosm-plan-card {
    position: relative;
    padding: 24px;
    border: 1px solid #dfe5ed;
    border-radius: 14px;
    background: #ffffff;
}

.seosm-plan-card.featured {
    border: 2px solid #0b7ff0;
}

.seosm-plan-card > em {
    position: absolute;
    top: -11px;
    right: 18px;
    padding: 6px 9px;
    border-radius: 20px;
    background: #0b7ff0;
    color: #ffffff;
    font-size: 8px;
    font-style: normal;
    font-weight: 900;
}

.seosm-plan-card h3 {
    margin: 0;
    font-size: 18px;
}

.seosm-plan-card > div {
    margin-top: 13px;
    font-size: 31px;
    font-weight: 900;
}

.seosm-plan-card button {
    width: 100%;
    min-height: 43px;
    margin-top: 20px;
    border: 1px solid #dce2eb;
    border-radius: 9px;
    background: #ffffff;
    color: #344154;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
}

.seosm-plan-card.featured button {
    background: #0b7ff0;
    border-color: #0b7ff0;
    color: #ffffff;
}

.seosm-plan-card button:disabled {
    cursor: default;
    opacity: .6;
}

.seosm-toggle-list {
    display: flex;
    flex-direction: column;
}

.seosm-toggle-list label {
    min-height: 63px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #edf0f4;
}

.seosm-toggle-list label > span {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.seosm-toggle-list strong {
    font-size: 10px;
}

.seosm-toggle-list small {
    color: #929baa;
    font-size: 8px;
}

.seosm-toggle-list input {
    width: 18px;
    height: 18px;
}

.seosm-modal {
    position: fixed;
    inset: 0;
    padding: 20px;
    background: rgba(8, 18, 33, .62);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.seosm-modal.open {
    display: flex;
}

.seosm-modal-card {
    width: 100%;
    max-width: 450px;
    padding: 30px;
    border-radius: 18px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 30px 90px rgba(0,0,0,.2);
}

.seosm-modal-card h2 {
    margin: 13px 0 0;
    font-size: 23px;
}

.seosm-modal-card > p {
    color: #7a8597;
    font-size: 11px;
    line-height: 1.6;
}

.seosm-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: #f0f3f7;
    color: #445064;
    font-size: 18px;
    cursor: pointer;
}

.seosm-modal-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef6ff;
    font-size: 22px;
}

.seosm-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    padding: 12px 16px;
    border-radius: 9px;
    background: #0d1b30;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: .2s ease;
    z-index: 200;
}

.seosm-toast.show {
    opacity: 1;
    transform: translateY(0);
}

@media only screen and (max-width: 1100px) {
    .seosm-public-header {
        grid-template-columns: 220px 1fr auto;
    }

    .seosm-public-nav {
        gap: 16px;
    }

    .seosm-public-nav a {
        font-size: 12px;
    }

    .seosm-hero h1 {
        font-size: 52px;
    }

    .seosm-feature-grid,
    .seosm-pricing-grid,
    .seosm-plan-grid {
        grid-template-columns: 1fr 1fr;
    }

    .seosm-wordpress-section {
        gap: 40px;
    }

    .seosm-stat-grid {
        grid-template-columns: 1fr 1fr;
    }

    .seosm-dashboard-columns,
    .seosm-lower-grid,
    .seosm-detail-grid,
    .seosm-image-grid,
    .seosm-settings-grid,
    .seosm-current-plan {
        grid-template-columns: 1fr;
    }

    .seosm-website-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 820px) {
    .seosm-public-header {
        width: calc(100% - 32px);
        min-height: 70px;
        grid-template-columns: 1fr auto;
    }

    .seosm-brand img {
        width: 190px;
    }

    .seosm-public-nav,
    .seosm-public-actions {
        display: none;
    }

    .seosm-mobile-toggle {
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #dfe5ed;
        border-radius: 9px;
        background: #ffffff;
        color: #273246;
        font-size: 19px;
    }

    .seosm-mobile-menu.open {
        display: flex;
    }

    .seosm-mobile-menu {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 16px;
        flex-direction: column;
        gap: 7px;
        border: 1px solid #e1e6ee;
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 0 18px 40px rgba(31,53,83,.09);
    }

    .seosm-mobile-menu a {
        padding: 10px;
        color: #3f4b5f;
        font-size: 12px;
        font-weight: 800;
    }

    .seosm-hero {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 52px 0;
    }

    .seosm-hero h1 {
        font-size: 44px;
    }

    .seosm-hero-copy > p {
        font-size: 16px;
    }

    .seosm-logo-strip {
        width: calc(100% - 32px);
        overflow-x: auto;
        justify-content: flex-start;
    }

    .seosm-logo-strip > * {
        white-space: nowrap;
    }

    .seosm-section {
        width: calc(100% - 32px);
        padding: 70px 0;
    }

    .seosm-section-heading h2,
    .seosm-wordpress-copy h2,
    .seosm-cta-section h2 {
        font-size: 37px;
    }

    .seosm-feature-grid,
    .seosm-workflow-grid,
    .seosm-pricing-grid,
    .seosm-wordpress-section,
    .seosm-plan-grid {
        grid-template-columns: 1fr;
    }

    .seosm-workflow-section {
        padding: 70px 16px;
    }

    .seosm-cta-section {
        width: calc(100% - 32px);
        padding: 36px;
        flex-direction: column;
        align-items: flex-start;
    }

    .seosm-footer {
        padding: 35px 16px;
        grid-template-columns: 1fr;
    }

    .seosm-footer-links {
        flex-wrap: wrap;
    }

    .seosm-sidebar {
        position: fixed;
        left: -250px;
        transition: left .22s ease;
    }

    .seosm-sidebar.open {
        left: 0;
        box-shadow: 10px 0 40px rgba(0,0,0,.2);
    }

    .seosm-sidebar-toggle {
        display: block;
    }

    .seosm-app-topbar {
        padding: 0 16px;
        justify-content: flex-start;
    }

    .seosm-app-top-actions {
        margin-left: auto;
    }

    .seosm-icon-button {
        display: none;
    }

    .seosm-app-page {
        padding: 20px 16px 40px;
    }

    .seosm-website-grid,
    .seosm-audit-types,
    .seosm-form-grid {
        grid-template-columns: 1fr;
    }

    .seosm-full-span {
        grid-column: auto;
    }

    .seosm-fix-comparison {
        grid-template-columns: 1fr;
    }

    .seosm-fix-comparison button {
        justify-self: start;
    }
}

@media only screen and (max-width: 540px) {
    .seosm-hero h1 {
        font-size: 38px;
    }

    .seosm-hero-actions {
        flex-direction: column;
    }

    .seosm-hero-actions a {
        width: 100%;
    }

    .seosm-visual-grid {
        grid-template-columns: 1fr;
    }

    .seosm-check-list {
        grid-template-columns: 1fr;
    }

    .seosm-wp-stat-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .seosm-wp-issue {
        grid-template-columns: 1fr auto;
    }

    .seosm-wp-issue button {
        grid-column: 1 / -1;
    }

    .seosm-two-fields,
    .seosm-stat-grid,
    .seosm-website-grid {
        grid-template-columns: 1fr;
    }

    .seosm-auth-card {
        padding: 25px 20px;
    }

    .seosm-profile-pill div {
        display: none;
    }

    .seosm-app-heading {
        flex-direction: column;
        align-items: stretch;
    }

    .seosm-inline-form {
        flex-direction: column;
    }

    .seosm-inline-form .seosm-primary-button {
        width: 100%;
    }

    .seosm-scan-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .seosm-scan-steps {
        grid-template-columns: 1fr;
    }

    .seosm-connected-sites > div {
        grid-template-columns: 42px 1fr;
        padding: 10px 0;
    }

    .seosm-connected-sites .seosm-connected,
    .seosm-connected-sites button {
        grid-column: 2;
        justify-self: start;
    }



    /* SUPABASE AUTH STATUS MESSAGES */

.seosm-auth-message {
    min-height: 18px;
    margin: 12px 0 4px;
    font-size: 12px;
    line-height: 1.5;
}

.seosm-auth-message-success {
    color: #16865f;
}

.seosm-auth-message-error {
    color: #d94e4e;
}

.seosm-logout-button {
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid #dfe3ea;
    border-radius: 9px;
    background: #ffffff;
    color: #4a5060;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.seosm-logout-button:disabled {
    opacity: .6;
    cursor: default;
 }

/* =========================================================
   SEOSITEMETRICS CLEAN APP / MOBILE VIEW ADDITIONS
   APPEND TO THE VERY END OF styles.css
   ========================================================= */

.seosm-hidden {
    display: none !important;
}

.seosm-empty-state {
    width: 100%;
    min-height: 220px;
    padding: 34px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.seosm-empty-state > span {
    width: 46px;
    height: 46px;
    margin-bottom: 15px;
    border-radius: 14px;
    background: #f1efff;
    color: #6f59e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
}

.seosm-empty-state h3 {
    margin: 0;
    color: #252935;
    font-size: 15px;
    font-weight: 800;
}

.seosm-empty-state p {
    max-width: 430px;
    margin: 8px 0 18px;
    color: #868b96;
    font-size: 11px;
    line-height: 1.65;
}

.seosm-empty-state-large {
    min-height: 360px;
}

.seosm-topbar-title {
    min-width: 0;
}

.seosm-topbar-title strong,
.seosm-topbar-title small {
    display: block;
}

.seosm-app-page {
    display: none;
}

.seosm-app-page.active {
    display: block;
}

@media only screen and (max-width: 760px) {

    .seosm-app {
        min-height: 100vh;
    }

    .seosm-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 290px;
        max-width: 86vw;
        height: 100vh;
        z-index: 9999;
        overflow-y: auto;
        transition: left .22s ease;
        box-shadow: 16px 0 45px rgba(21, 25, 40, .16);
    }

    .seosm-sidebar.open {
        left: 0;
    }

    .seosm-app-main {
        width: 100%;
        min-width: 0;
        margin-left: 0;
    }

    .seosm-app-topbar {
        position: sticky;
        top: 0;
        z-index: 800;
        min-height: 66px;
        padding: 0 14px;
    }

    .seosm-sidebar-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
    }

    .seosm-app-top-actions {
        gap: 7px;
    }

    .seosm-profile-pill {
        padding: 4px;
    }

    .seosm-profile-pill > div {
        display: none;
    }

    .seosm-logout-button {
        display: none;
    }

    .seosm-app-page {
        width: 100%;
        min-height: calc(100vh - 66px);
        padding-bottom: 40px;
    }

    .seosm-app-page:not(.active) {
        display: none !important;
    }

    .seosm-app-page.active {
        display: block !important;
    }

    .seosm-app-heading {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .seosm-app-heading > button {
        width: 100%;
    }

    .seosm-stat-grid,
    .seosm-dashboard-columns,
    .seosm-lower-grid,
    .seosm-image-grid,
    .seosm-current-plan,
    .seosm-plan-grid,
    .seosm-settings-grid,
    .seosm-detail-grid {
        grid-template-columns: 1fr !important;
    }

    .seosm-inline-form {
        display: flex;
        flex-direction: column;
    }

    .seosm-inline-form .seosm-primary-button {
        width: 100%;
    }

    .seosm-audit-types {
        grid-template-columns: 1fr !important;
    }

    .seosm-form-grid {
        grid-template-columns: 1fr !important;
    }

    .seosm-full-span {
        grid-column: 1 !important;
    }

    .seosm-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .seosm-table {
        min-width: 650px;
    }

    .seosm-empty-state {
        min-height: 260px;
        padding: 34px 18px;
    }

    .seosm-empty-state-large {
        min-height: 400px;
    }       
}
