.iodp { --iodp-blue:#075edb; --iodp-dark:#062b55; --iodp-light:#eef6ff; --iodp-border:#d9e4f2; --iodp-green:#13b56b; --iodp-red:#e04646; font-family: inherit; color:#102033; }
.iodp * { box-sizing: border-box; }
.iodp-hero { background: radial-gradient(circle at 75% 25%, rgba(255,255,255,.16), transparent 28%), linear-gradient(135deg, #052b5f, #074d9e 55%, #052b5f); color:#fff; border-radius: 0 0 22px 22px; padding:58px 18px 42px; }
.iodp-hero__inner { max-width:980px; margin:0 auto; text-align:center; }
.iodp-eyebrow { margin:0 0 12px; opacity:.8; font-size:14px; letter-spacing:.08em; text-transform:uppercase; }
.iodp h1 { margin:0; font-size:clamp(34px, 5vw, 58px); line-height:1.05; font-weight:800; }
.iodp h1 span, .iodp-upsells span { color:#8dc3ff; }
.iodp-subtitle { max-width:620px; margin:18px auto 24px; font-size:18px; opacity:.92; }

/* .iodp-search { display:grid; grid-template-columns:1fr  180px; gap:8px; max-width:850px; margin:0 auto; padding:8px; background:#fff; border-radius:14px; box-shadow:0 16px 35px rgba(0,0,0,.22); } */

.iodp-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 8px;
    align-items: stretch;
}

.iodp-search input, .iodp-search select { width:100%; border:1px solid #dce6f2; border-radius:10px; padding:16px 18px; font-size:17px; color:#12284a; background:#fff; }
.iodp-search button, .iodp-order-panel button, .iodp-result button { border:0; border-radius:10px; background:var(--iodp-blue); color:#fff; padding:14px 18px; font-weight:700; cursor:pointer; transition:.15s ease; }
.iodp-search button:hover, .iodp-order-panel button:hover, .iodp-result button:hover { transform: translateY(-1px); filter: brightness(.96); }
.iodp-search button[disabled], .iodp-order-panel button[disabled] { opacity:.6; cursor:not-allowed; transform:none; }
.iodp-tld-pills { margin-top:20px; display:flex; justify-content:center; flex-wrap:wrap; gap:10px; }
.iodp-tld-pills button { background:transparent; border:1px solid rgba(255,255,255,.75); color:#fff; border-radius:10px; padding:10px 22px; cursor:pointer; font-weight:700; }
.iodp-tld-pills button:hover { background:rgba(255,255,255,.12); }
.iodp-trust-row { max-width:1180px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:16px; padding:22px 18px; }
.iodp-trust-row div { background:#fff; border:1px solid var(--iodp-border); border-radius:14px; padding:18px; box-shadow:0 6px 18px rgba(5,44,88,.06); }
.iodp-trust-row strong { display:block; color:#072d61; }
.iodp-trust-row span { display:block; color:#617084; font-size:14px; margin-top:4px; }
.iodp-results-wrap { max-width:1180px; margin:18px auto 0; padding:0 18px 36px; display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:24px; align-items:start; }
.iodp-results h2, .iodp-order-panel h2, .iodp-upsells h2 { margin:0 0 18px; color:#092b55; }
.iodp-result { display:grid; grid-template-columns:36px minmax(0,1fr) auto auto; gap:16px; align-items:center; background:#fff; border:1px solid var(--iodp-border); border-radius:14px; padding:18px; margin-bottom:12px; box-shadow:0 6px 18px rgba(5,44,88,.05); }
.iodp-result.is-available { border-color:rgba(19,181,107,.38); background:linear-gradient(90deg, rgba(19,181,107,.08), #fff 45%); }
.iodp-result__icon { width:30px; height:30px; display:grid; place-items:center; border-radius:50%; color:#fff; background:#94a3b8; font-weight:800; }
.iodp-result.is-available .iodp-result__icon { background:var(--iodp-green); }
.iodp-result.is-taken .iodp-result__icon { background:var(--iodp-red); }
.iodp-result__domain { font-size:20px; color:#092b55; font-weight:800; word-break:break-word; }
.iodp-badge { display:inline-flex; align-items:center; padding:5px 10px; border-radius:999px; font-size:12px; font-weight:800; text-transform:uppercase; background:#e8eef7; color:#40516b; }
.iodp-badge.available { color:#047340; background:#d9fae9; }
.iodp-badge.taken { color:#9b1c1c; background:#ffe0e0; }
.iodp-result__price { color:#092b55; font-size:18px; font-weight:800; text-align:right; }
.iodp-result__price span { display:block; color:#69798c; font-size:12px; font-weight:400; margin-top:2px; }
.iodp-result button { min-width:120px; }
.iodp-result button[disabled] { background:#aeb9c8; cursor:not-allowed; }
.iodp-sidebar { display:grid; gap:16px; }
.iodp-card, .iodp-order-panel { background:#fff; border:1px solid var(--iodp-border); border-radius:16px; padding:22px; box-shadow:0 6px 18px rgba(5,44,88,.06); }
.iodp-card h3 { margin:0 0 16px; color:#092b55; }
.iodp-card p { margin:0 0 14px; color:#48576c; }
.iodp-contact-card { background:var(--iodp-light); }
.iodp-alert { border-radius:12px; padding:14px 16px; background:#fff7dc; color:#6b4b00; border:1px solid #ffe19a; margin-bottom:16px; }
.iodp-alert.is-error { background:#fff0f0; color:#8d1a1a; border-color:#ffb6b6; }
.iodp-alert.is-success { background:#e8fff3; color:#05643a; border-color:#9fe6c1; }
.iodp-order-panel { margin-top:22px; }
.iodp-order-panel p { color:#48576c; }
.iodp-form-grid { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:14px; }
.iodp-order-panel label { display:block; font-weight:700; color:#102033; font-size:14px; }
.iodp-order-panel input, .iodp-order-panel select, .iodp-order-panel textarea { display:block; width:100%; margin-top:6px; border:1px solid var(--iodp-border); border-radius:10px; padding:12px 14px; font-size:15px; background:#fff; }
.iodp-wide { margin-top:14px; }
.iodp-order-panel button { margin-top:16px; }
.iodp-upsells { background:#f4f8fd; padding:36px 18px; text-align:center; border-radius:22px 22px 0 0; }
.iodp-upsell-grid { max-width:1180px; margin:22px auto 0; display:grid; grid-template-columns:repeat(4,1fr); gap:14px; text-align:left; }
.iodp-upsell-grid div { background:#fff; border:1px solid var(--iodp-border); border-radius:16px; padding:20px; box-shadow:0 6px 18px rgba(5,44,88,.05); }
.iodp-upsell-grid h3 { margin:0 0 8px; color:#092b55; }
.iodp-upsell-grid p { margin:0; color:#617084; }
@media (max-width: 900px) { .iodp-search { grid-template-columns:1fr; } .iodp-trust-row, .iodp-results-wrap, .iodp-upsell-grid { grid-template-columns:1fr; } .iodp-result { grid-template-columns:32px minmax(0,1fr); } .iodp-result__price, .iodp-result button { grid-column:2; text-align:left; width:100%; } .iodp-form-grid { grid-template-columns:1fr; } }

/* v0.2 clean search-only layout. Use [ioanet_domain_search] for this layout. */
.iodp-search-only {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
    color: inherit;
}
.iodp-search-only .iodp-mini-heading {
    margin: 0 0 18px;
}
.iodp-search-only .iodp-mini-heading h2 {
    margin: 0 0 8px;
    color: inherit;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.05;
}
.iodp-search-only .iodp-mini-heading p {
    margin: 0;
    color: inherit;
    opacity: .82;
}
.iodp-search-only .iodp-search {
    max-width: none;
    margin: 0;
    box-shadow: 0 10px 26px rgba(0,0,0,.16);
    border: 1px solid rgba(255,255,255,.14);
}
.iodp-search-only .iodp-tld-pills {
    justify-content: flex-start;
    margin-top: 14px;
}
.iodp-search-only .iodp-tld-pills button {
    background: #073f93;
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    min-width: 96px;
}
.iodp-search-only .iodp-tld-pills button:hover {
    background: #075edb;
}
.iodp-search-only .iodp-results-wrap {
    max-width: none;
    margin: 24px 0 0;
    padding: 0;
    display: block;
}
.iodp-search-only .iodp-results h2,
.iodp-search-only .iodp-order-panel h2 {
    color: inherit;
}
@media (max-width: 800px) {
    .iodp-search-only .iodp-search {
        grid-template-columns: 1fr;
    }
}


/* Force Register buttons in domain result cards */
#iodp-app .iodp-result.is-available > button[type="button"],
.iodp-app .iodp-result.is-available > button[type="button"],
.iodp-result.is-available > button[type="button"] {
    background: #075edb !important;
    color: #ffffff !important;
    opacity: 1 !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 13px 24px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
    cursor: pointer !important;
}

/* Hover state */
#iodp-app .iodp-result.is-available > button[type="button"]:hover,
#iodp-app .iodp-result.is-available > button[type="button"]:focus,
.iodp-app .iodp-result.is-available > button[type="button"]:hover,
.iodp-app .iodp-result.is-available > button[type="button"]:focus,
.iodp-result.is-available > button[type="button"]:hover,
.iodp-result.is-available > button[type="button"]:focus {
    background: #ff6b00 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
}

/* v0.3 customer dashboard */
.iodp-order-note {
    margin-top: -8px;
    margin-bottom: 16px;
    color: #48576c;
}

.iodp-check {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    font-weight: 500 !important;
}

.iodp-check input {
    width: auto !important;
    margin-top: 3px !important;
}

.iodp-dashboard {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 0;
}

.iodp-dashboard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.iodp-dashboard-head h2,
.iodp-dashboard-card h2,
.iodp-domain-card h3 {
    color: #092b55;
    margin: 0 0 8px;
}

.iodp-dashboard-card,
.iodp-domain-card {
    background: #fff;
    border: 1px solid var(--iodp-border);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 6px 18px rgba(5,44,88,.06);
}

.iodp-domain-list {
    display: grid;
    gap: 16px;
}

.iodp-domain-card__top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 14px;
}

.iodp-domain-status {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #fff7dc;
    color: #6b4b00;
    border: 1px solid #ffe19a;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 800;
}

.iodp-domain-card dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.iodp-domain-card dt {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #69798c;
    font-weight: 800;
}

.iodp-domain-card dd {
    margin: 4px 0 0;
    color: #102033;
}

.iodp-domain-card pre {
    white-space: pre-wrap;
    margin: 0;
    font-family: inherit;
}

.iodp-dashboard-small {
    color: #617084;
    font-size: 14px;
}

.iodp-dashboard-link {
    display: inline-block;
    border-radius: 999px;
    background: #075edb;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 18px;
    font-weight: 700;
}

.iodp-dashboard-link:hover {
    background: #ff6b00;
}

@media (max-width: 700px) {
    .iodp-dashboard-head,
    .iodp-domain-card__top {
        display: block;
    }

    .iodp-domain-card dl {
        grid-template-columns: 1fr;
    }
}

/* v0.4 member dashboard app layout */
.iodp-member-app {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    background: #f4f7fb;
    color: #102033;
    font-family: inherit;
    overflow-x: hidden;
}
body.admin-bar .iodp-member-app {
    min-height: calc(100vh - 32px);
}
.iodp-member-sidebar {
    background: radial-gradient(circle at 10% 0%, rgba(7,94,219,.32), transparent 32%), linear-gradient(180deg, #061f44, #020a18);
    color: #ffffff;
    padding: 28px 18px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: 100vh;
}
body.admin-bar .iodp-member-sidebar {
    min-height: calc(100vh - 32px);
}
.iodp-member-brand,
.iodp-member-login-brand {
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.04em;
    color: #ffffff;
}
.iodp-member-sidebar nav {
    display: grid;
    gap: 8px;
}
.iodp-member-sidebar nav a,
.iodp-member-logout {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 13px;
    border-radius: 12px;
    color: rgba(255,255,255,.78) !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
}
.iodp-member-sidebar nav a:hover,
.iodp-member-sidebar nav a.is-active,
.iodp-member-logout:hover {
    background: #075edb;
    color: #ffffff !important;
}
.iodp-member-logout {
    margin-top: auto;
    background: rgba(255,255,255,.06);
}
.iodp-member-main {
    padding: 28px;
    min-width: 0;
}
.iodp-member-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}
.iodp-member-breadcrumb {
    display: block;
    color: #66758c;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}
.iodp-member-topbar h1 {
    margin: 0;
    color: #092b55 !important;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -.045em;
}
.iodp-member-topbar p {
    margin: 8px 0 0;
    color: #66758c;
}
.iodp-member-button,
.iodp-member-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: #075edb;
    color: #ffffff !important;
    padding: 12px 18px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(7,94,219,.18);
    white-space: nowrap;
}
.iodp-member-button:hover,
.iodp-member-action:hover {
    background: #ff6b00;
    color: #ffffff !important;
}
.iodp-member-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}
.iodp-member-stats div,
.iodp-member-panel,
.iodp-member-login-card {
    background: #ffffff;
    border: 1px solid #e2eaf4;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(10,37,64,.07);
}
.iodp-member-stats div {
    padding: 22px;
}
.iodp-member-stats strong {
    display: block;
    color: #092b55;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
}
.iodp-member-stats span {
    display: block;
    margin-top: 8px;
    color: #66758c;
    font-size: 14px;
}
.iodp-member-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 18px;
    align-items: start;
}
.iodp-member-panel {
    padding: 22px;
}
.iodp-member-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}
.iodp-member-panel h2 {
    margin: 0;
    color: #092b55 !important;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -.02em;
}
.iodp-member-panel h3 {
    margin: 0 0 8px;
    color: #092b55 !important;
}
.iodp-member-panel p,
.iodp-member-panel-head p {
    margin: 6px 0 0;
    color: #66758c;
}
.iodp-member-panel-head a {
    color: #075edb !important;
    font-weight: 800;
    text-decoration: none !important;
}
.iodp-member-side-panels {
    display: grid;
    gap: 18px;
}
.iodp-member-table-wrap {
    width: 100%;
    overflow-x: auto;
}
.iodp-member-table {
    width: 100%;
    border-collapse: collapse;
}
.iodp-member-table th {
    text-align: left;
    color: #728096;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 12px 10px;
    border-bottom: 1px solid #e6edf5;
}
.iodp-member-table td {
    padding: 16px 10px;
    border-bottom: 1px solid #eef3f8;
    color: #26364c;
    vertical-align: middle;
}
.iodp-member-table td strong {
    display: block;
    color: #092b55;
}
.iodp-member-table td span:not(.iodp-member-status) {
    display: block;
    color: #7b889a;
    font-size: 12px;
    margin-top: 3px;
}
.iodp-member-status {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 900;
    background: #fff3d7;
    color: #925a00;
}
.iodp-member-status.status-registered,
.iodp-member-status.status-active {
    background: #dcfce7;
    color: #057a3c;
}
.iodp-member-status.status-registration-failed,
.iodp-member-status.status-failed,
.iodp-member-status.status-refund-needed {
    background: #ffe4e4;
    color: #a71313;
}
.iodp-member-summary {
    margin: 16px 0 0;
    display: grid;
    gap: 12px;
}
.iodp-member-summary div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #edf2f8;
    padding-bottom: 10px;
}
.iodp-member-summary dt {
    color: #728096;
    font-size: 13px;
}
.iodp-member-summary dd {
    margin: 0;
    color: #102033;
    font-weight: 700;
    text-align: right;
    word-break: break-word;
}
.iodp-member-empty {
    border: 1px dashed #c8d6e7;
    border-radius: 16px;
    padding: 28px;
    background: #f8fbff;
}
.iodp-member-help .iodp-member-button {
    margin-top: 16px;
}
.iodp-member-login-wrap {
    grid-column: 1 / -1;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background: radial-gradient(circle at 70% 20%, rgba(7,94,219,.22), transparent 30%), linear-gradient(135deg, #04142b, #020712);
}
.iodp-member-login-card {
    width: min(460px, 100%);
    padding: 30px;
}
.iodp-member-login-card .iodp-member-login-brand {
    color: #075edb;
    margin-bottom: 18px;
}
.iodp-member-login-card h2 {
    margin: 0 0 8px;
    color: #092b55 !important;
    font-size: 34px;
}
.iodp-member-login-card p {
    color: #66758c;
}
.iodp-member-login-card label {
    display: block;
    font-weight: 800;
    color: #102033;
}
.iodp-member-login-card input[type="text"],
.iodp-member-login-card input[type="password"] {
    width: 100%;
    border: 1px solid #d9e4f2;
    border-radius: 10px;
    padding: 13px 14px;
}
.iodp-member-login-card input[type="submit"] {
    border: 0;
    border-radius: 10px;
    background: #075edb;
    color: #ffffff;
    padding: 12px 18px;
    font-weight: 900;
    cursor: pointer;
}
.iodp-member-login-card input[type="submit"]:hover {
    background: #ff6b00;
}
@media (max-width: 1000px) {
    .iodp-member-app {
        grid-template-columns: 1fr;
    }
    .iodp-member-sidebar {
        min-height: auto;
        flex-direction: row;
        align-items: center;
        overflow-x: auto;
    }
    body.admin-bar .iodp-member-sidebar {
        min-height: auto;
    }
    .iodp-member-sidebar nav {
        display: flex;
        gap: 6px;
        min-width: max-content;
    }
    .iodp-member-logout {
        margin-top: 0;
        min-width: max-content;
    }
    .iodp-member-grid,
    .iodp-member-stats {
        grid-template-columns: 1fr;
    }
    .iodp-member-topbar {
        display: block;
    }
    .iodp-member-top-actions {
        margin-top: 16px;
    }
}
@media (max-width: 640px) {
    .iodp-member-main {
        padding: 16px;
    }
    .iodp-member-sidebar {
        padding: 18px;
    }
    .iodp-member-panel-head {
        display: block;
    }
}

/* v0.5 branded customer login */
.iodp-login-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 78% 18%, rgba(7, 94, 219, .28), transparent 28%),
        radial-gradient(circle at 12% 80%, rgba(255, 107, 0, .14), transparent 24%),
        linear-gradient(135deg, #04142b 0%, #020712 100%);
    color: #ffffff;
    display: grid;
    place-items: center;
    padding: 30px;
}
body.admin-bar .iodp-login-page {
    min-height: calc(100vh - 32px);
}
.iodp-login-shell {
    width: min(1080px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .85fr);
    gap: 22px;
    align-items: stretch;
}
.iodp-login-panel,
.iodp-login-card {
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(0,0,0,.32);
}
.iodp-login-panel {
    min-height: 560px;
    padding: clamp(32px, 5vw, 58px);
    background:
        radial-gradient(circle at 85% 20%, rgba(0, 213, 255, .16), transparent 32%),
        linear-gradient(135deg, rgba(7, 94, 219, .32), rgba(2, 10, 24, .78));
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.iodp-login-panel:after {
    content: '';
    position: absolute;
    inset: auto -120px -160px auto;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 0 0 36px rgba(255,255,255,.03), 0 0 0 82px rgba(255,255,255,.025);
}
.iodp-login-brand {
    font-size: 38px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.06em;
    color: #ffffff;
    margin-bottom: 28px;
}
.iodp-login-kicker {
    margin: 0 0 12px;
    color: #8dc3ff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.iodp-login-panel h1 {
    margin: 0;
    max-width: 560px;
    color: #ffffff !important;
    font-size: clamp(42px, 5vw, 68px);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -.06em;
}
.iodp-login-copy {
    max-width: 560px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 18px;
    line-height: 1.55;
}
.iodp-login-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}
.iodp-login-points span {
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    padding: 10px 14px;
    color: #ffffff;
    background: rgba(255,255,255,.06);
    font-weight: 800;
    font-size: 13px;
}
.iodp-login-card {
    background: #ffffff;
    color: #102033;
    padding: clamp(28px, 4vw, 44px);
    align-self: center;
}
.iodp-login-card h2 {
    margin: 0 0 8px;
    color: #092b55 !important;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.04em;
}
.iodp-login-muted,
.iodp-login-card p {
    color: #66758c;
}
.iodp-login-error {
    margin: 18px 0;
    border: 1px solid #ffb6b6;
    border-radius: 12px;
    background: #fff0f0;
    color: #8d1a1a;
    padding: 12px 14px;
    font-weight: 700;
}
.iodp-login-form {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}
.iodp-login-form label {
    display: grid;
    gap: 7px;
    color: #102033;
    font-weight: 850;
    font-size: 14px;
}
.iodp-login-form input[type="text"],
.iodp-login-form input[type="password"] {
    width: 100%;
    border: 1px solid #d9e4f2;
    border-radius: 12px;
    background: #ffffff;
    color: #102033;
    padding: 15px 15px;
    font-size: 16px;
    outline: none;
    box-shadow: none;
}
.iodp-login-form input[type="text"]:focus,
.iodp-login-form input[type="password"]:focus {
    border-color: #075edb;
    box-shadow: 0 0 0 4px rgba(7, 94, 219, .10);
}
.iodp-login-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font-size: 14px;
}
.iodp-login-row a,
.iodp-login-bottom a,
.iodp-login-secondary {
    color: #075edb !important;
    text-decoration: none !important;
    font-weight: 850;
}
.iodp-login-remember {
    display: inline-flex !important;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 8px !important;
    color: #66758c !important;
    font-weight: 700 !important;
}
.iodp-login-submit {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: #075edb;
    color: #ffffff !important;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 950;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(7,94,219,.22);
}
.iodp-login-submit:hover {
    background: #ff6b00;
    color: #ffffff !important;
}
.iodp-login-secondary {
    margin-top: 14px;
    display: inline-flex;
}
.iodp-login-bottom {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e5edf6;
    display: flex;
    justify-content: center;
    gap: 8px;
    color: #66758c;
}
@media (max-width: 860px) {
    .iodp-login-page {
        padding: 18px;
    }
    .iodp-login-shell {
        grid-template-columns: 1fr;
    }
    .iodp-login-panel {
        min-height: auto;
    }
    .iodp-login-row,
    .iodp-login-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* v0.7 click dropdown login */
.iodp-login-popup[hidden] {
    display: none !important;
}

.iodp-login-popup {
    position: fixed;
    z-index: 999999;
    width: min(430px, calc(100vw - 24px));
    font-family: inherit;
}

.iodp-login-popup-card {
    position: relative;
    width: 100%;
    background: #ffffff;
    color: #062b55;
    border-radius: 12px;
    overflow: visible;
    box-shadow: 0 18px 50px rgba(3,20,38,.24);
    border: 1px solid #e8eef7;
    animation: iodpDropdownIn .14s ease-out;
}

@keyframes iodpDropdownIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.iodp-login-dropdown-arrow {
    position: absolute;
    top: -10px;
    right: 54px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-left: 1px solid #e8eef7;
    border-top: 1px solid #e8eef7;
    transform: rotate(45deg);
    z-index: 1;
}

.iodp-login-dropdown-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 28px 32px 14px;
}

.iodp-login-dropdown-head p {
    margin: 0 0 6px;
    color: #8aa0bd;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 800;
}

.iodp-login-dropdown-head h2 {
    margin: 0;
    color: #062b55 !important;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -.03em;
}

.iodp-login-popup-close {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #d9e4f2;
    background: #f4f8fd;
    color: #062b55;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.iodp-login-popup-close:hover {
    background: #075edb;
    color: #ffffff;
}

.iodp-login-popup-form {
    padding: 0 32px 18px;
    display: grid;
    gap: 14px;
}

.iodp-login-popup-form label {
    display: block;
    color: #102033;
    font-size: 14px;
    font-weight: 700;
}

.iodp-login-popup-form input[type="text"],
.iodp-login-popup-form input[type="password"] {
    display: block;
    width: 100%;
    margin-top: 7px;
    border: 0;
    border-bottom: 1px solid #cfd9e8;
    border-radius: 0;
    padding: 12px 2px 11px;
    font-size: 16px;
    color: #102033;
    background: #ffffff;
    outline: none;
}

.iodp-login-popup-form input[type="text"]:focus,
.iodp-login-popup-form input[type="password"]:focus {
    border-color: #075edb;
    box-shadow: none;
}

.iodp-login-popup-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    margin-top: 2px;
}

.iodp-login-popup-row label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
}

.iodp-login-popup-row input {
    width: auto !important;
    margin: 0 !important;
}

.iodp-login-popup-row a,
.iodp-login-popup-foot a {
    color: #075edb;
    font-weight: 800;
    text-decoration: none;
}

.iodp-login-popup-submit {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #075edb;
    color: #ffffff;
    padding: 16px 18px;
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
    box-shadow: none;
    text-transform: uppercase;
}

.iodp-login-popup-submit:hover {
    background: #ff6b00;
}

.iodp-login-popup-foot {
    padding: 0 32px 30px;
    color: #617084;
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 520px) {
    .iodp-login-popup {
        left: 12px !important;
        right: 12px !important;
        top: 76px !important;
        width: calc(100vw - 24px) !important;
    }
    .iodp-login-dropdown-arrow {
        right: 34px;
    }
    .iodp-login-dropdown-head,
    .iodp-login-popup-form,
    .iodp-login-popup-foot {
        padding-left: 22px;
        padding-right: 22px;
    }
    .iodp-login-popup-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* v0.8 Stripe Checkout dashboard states */
.iodp-member-notice {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #d7e3f2;
    background: #ffffff;
    color: #102033;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(10,37,64,.06);
}
.iodp-member-notice.is-success {
    background: #e8fff3;
    border-color: #9fe6c1;
    color: #05643a;
}
.iodp-member-notice.is-warning {
    background: #fff7dc;
    border-color: #ffe19a;
    color: #6b4b00;
}
.iodp-member-status.status-paid,
.iodp-member-status.status-paid-awaiting-registration {
    background: #e5f0ff;
    color: #075edb;
}
.iodp-member-status.status-pending-payment {
    background: #fff3d7;
    color: #925a00;
}
.iodp-member-muted {
    color: #66758c;
    font-size: 13px;
    font-weight: 700;
}

/* v0.8.1 member dashboard containment fix */
.iodp-member-app,
.iodp-member-app * {
    box-sizing: border-box;
}
.iodp-member-main {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
}
.iodp-member-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
    max-width: 100%;
    min-width: 0;
}
.iodp-member-panel-wide,
.iodp-member-side-panels,
.iodp-member-panel,
.iodp-member-stats {
    min-width: 0;
    max-width: 100%;
}
.iodp-member-summary dd {
    overflow-wrap: anywhere;
}
.iodp-member-topbar h1 {
    font-size: clamp(40px, 4.5vw, 72px);
    overflow-wrap: break-word;
}
@media (max-width: 1200px) {
    .iodp-member-grid {
        grid-template-columns: 1fr;
    }
}

/* v1.0 Customer domain details + duplicate-protection dashboard cleanup */
.iodp-domain-detail-panel {
    margin: 0 0 22px;
}
.iodp-domain-detail-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}
.iodp-domain-detail-grid > div {
    border: 1px solid #dfe8f5;
    border-radius: 14px;
    padding: 14px 16px;
    background: #f8fbff;
    min-width: 0;
}
.iodp-domain-detail-grid span {
    display: block;
    color: #66758c;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}
.iodp-domain-detail-grid strong {
    display: block;
    color: #062b55;
    font-size: 15px;
    overflow-wrap: anywhere;
}
.iodp-domain-detail-grid mark {
    background: transparent;
    padding: 6px 10px;
}
.iodp-domain-detail-nameservers {
    margin-top: 18px;
    border-top: 1px solid #e2ebf5;
    padding-top: 16px;
}
.iodp-domain-detail-nameservers h3 {
    margin: 0 0 8px;
    color: #062b55;
    font-size: 20px;
}
.iodp-domain-detail-nameservers pre {
    margin: 0;
    white-space: pre-wrap;
    background: #f7faff;
    border: 1px solid #dfe8f5;
    border-radius: 12px;
    padding: 14px;
    color: #102033;
}
.iodp-domain-detail-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
}
.iodp-member-action-secondary {
    background: #eef5ff !important;
    color: #075edb !important;
    margin-left: 8px;
}
.iodp-member-status.status-registration-failed {
    background: #ffe5e5;
    color: #b42318;
}
.iodp-member-status.status-registered {
    background: #dff8ea;
    color: #057a3a;
}
@media (max-width: 1000px) {
    .iodp-domain-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 620px) {
    .iodp-domain-detail-grid {
        grid-template-columns: 1fr;
    }
    .iodp-member-action-secondary {
        margin-left: 0;
    }
}

/* v1.1 transfer request form */
.iodp-transfer-app {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 18px 48px;
    color: #102033;
}
.iodp-transfer-card {
    background: #ffffff;
    border: 1px solid #d9e4f2;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 18px 42px rgba(5, 44, 88, .14);
}
.iodp-transfer-kicker {
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
    font-weight: 800;
    color: #075edb;
}
.iodp-transfer-head h2 {
    margin: 0 0 8px;
    color: #092b55;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 800;
}
.iodp-transfer-head p {
    margin: 0 0 22px;
    color: #617084;
    font-size: 17px;
}
.iodp-transfer-search-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #dce6f2;
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 18px;
}
.iodp-transfer-search-row input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    border-radius: 10px;
    padding: 16px 18px;
    font-size: 20px;
    color: #10233f;
    background: #f8fbff;
}
.iodp-transfer-search-row button,
.iodp-transfer-form button {
    flex: 0 0 210px;
    border: 0;
    border-radius: 10px;
    background: #075edb;
    color: #ffffff;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: none;
}
.iodp-transfer-search-row button:hover,
.iodp-transfer-form button:hover {
    background: #ff6b00;
    color: #ffffff;
}
.iodp-transfer-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.iodp-transfer-form label {
    display: block;
    color: #102033;
    font-size: 14px;
    font-weight: 800;
}
.iodp-transfer-form-grid input,
.iodp-transfer-wide textarea {
    display: block;
    width: 100%;
    margin-top: 6px;
    border: 1px solid #d9e4f2;
    border-radius: 10px;
    padding: 13px 14px;
    font-size: 15px;
    color: #102033;
    background: #ffffff;
}
.iodp-transfer-wide {
    margin-top: 14px;
}
.iodp-transfer-check {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
    font-weight: 500 !important;
}
.iodp-transfer-check input {
    margin-top: 4px;
}
.iodp-transfer-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}
.iodp-transfer-steps div {
    background: rgba(255,255,255,.94);
    border: 1px solid #d9e4f2;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 26px rgba(5, 44, 88, .08);
}
.iodp-transfer-steps strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #075edb;
    color: #fff;
    margin-bottom: 12px;
}
.iodp-transfer-steps h3 {
    margin: 0 0 8px;
    color: #092b55;
    font-size: 18px;
}
.iodp-transfer-steps p {
    margin: 0;
    color: #617084;
    font-size: 14px;
}
@media (max-width: 900px) {
    .iodp-transfer-search-row,
    .iodp-transfer-form-grid,
    .iodp-transfer-steps {
        grid-template-columns: 1fr;
        display: grid;
    }
    .iodp-transfer-search-row button {
        width: 100%;
        flex-basis: auto;
    }
}

/* v1.2 transfer request CrazyDomains-style transfer code panel */
.iodp-transfer-app-v2 {
    max-width: 1120px;
    color: #102033;
}
.iodp-transfer-app-v2 .iodp-transfer-checkout-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}
.iodp-transfer-app-v2 .iodp-transfer-head-centered {
    text-align: center;
    margin-bottom: 22px;
}
.iodp-transfer-app-v2 .iodp-transfer-head-centered h2 {
    color: inherit;
    font-size: clamp(34px, 4.2vw, 56px);
    margin-bottom: 8px;
}
.iodp-transfer-app-v2 .iodp-transfer-head-centered p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.iodp-transfer-app-v2 .iodp-transfer-search-row-v2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 220px;
    gap: 12px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #dce6f2;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 12px 30px rgba(5,44,88,.13);
    margin-bottom: 18px;
}
.iodp-transfer-app-v2 .iodp-transfer-search-row-v2 input {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    min-height: 56px;
    font-size: 22px;
    padding: 14px 16px;
}
.iodp-transfer-app-v2 .iodp-transfer-mode {
    color: #075edb;
    font-weight: 700;
    white-space: nowrap;
}
.iodp-transfer-app-v2 .iodp-transfer-search-row-v2 button {
    height: 56px;
    border: 1px solid #075edb;
    background: #075edb;
    color: #ffffff;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 800;
    box-shadow: none;
}
.iodp-transfer-app-v2 .iodp-transfer-search-row-v2 button:hover {
    background: #ff6b00;
    border-color: #ff6b00;
    color: #ffffff;
}
.iodp-transfer-auth-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 24px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e7edf5;
    border-radius: 12px;
    padding: 22px 24px;
    margin-bottom: 18px;
    box-shadow: 0 8px 24px rgba(5,44,88,.07);
}
.iodp-transfer-domain-preview {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}
.iodp-transfer-domain-label {
    color: #102033;
    font-size: 20px;
    font-weight: 800;
    word-break: break-word;
}
.iodp-transfer-domain-preview small {
    color: #617084;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.iodp-transfer-auth-code {
    color: #102033 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.iodp-transfer-auth-code input {
    display: block;
    width: 100%;
    margin-top: 6px;
    border: 0 !important;
    border-bottom: 2px solid #cdd7e5 !important;
    border-radius: 0 !important;
    padding: 12px 2px !important;
    background: transparent !important;
    color: #102033 !important;
    font-size: 17px !important;
}
.iodp-transfer-auth-code input:focus {
    outline: none;
    border-bottom-color: #075edb !important;
}
.iodp-transfer-tip {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #fff3e6;
    border: 1px solid #ffb15a;
    color: #704400;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 18px;
}
.iodp-transfer-tip strong {
    color: #ff6b00;
    white-space: nowrap;
}
.iodp-transfer-tip span {
    color: #704400;
}
.iodp-transfer-app-v2 .iodp-transfer-submit-main {
    margin-top: 16px;
    width: auto;
    min-width: 240px;
    border-radius: 999px;
    background: #075edb;
    color: #fff;
    padding: 15px 24px;
}
.iodp-transfer-app-v2 .iodp-transfer-submit-main:hover {
    background: #ff6b00;
}
@media (max-width: 900px) {
    .iodp-transfer-app-v2 .iodp-transfer-search-row-v2,
    .iodp-transfer-auth-panel {
        grid-template-columns: 1fr;
    }
    .iodp-transfer-app-v2 .iodp-transfer-search-row-v2 button,
    .iodp-transfer-app-v2 .iodp-transfer-submit-main {
        width: 100%;
        min-width: 0;
    }
}

/* v1.3 simplified transfer request UI */
.iodp-transfer-app-v3 {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 18px 36px;
}

.iodp-transfer-app-v3 .iodp-transfer-simple-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #ffffff;
    padding: 0;
}

.iodp-transfer-app-v3 .iodp-transfer-head {
    text-align: center;
    margin: 0 0 22px;
}

.iodp-transfer-app-v3 .iodp-transfer-kicker {
    color: #8dc3ff !important;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
    margin: 0 0 8px;
}

.iodp-transfer-app-v3 .iodp-transfer-head h2 {
    color: #ffffff !important;
    font-size: clamp(34px, 4.2vw, 58px) !important;
    line-height: 1.05 !important;
    margin: 0 0 10px !important;
}

.iodp-transfer-app-v3 .iodp-transfer-head p,
.iodp-transfer-app-v3 .iodp-transfer-simple-note,
.iodp-transfer-app-v3 .iodp-transfer-login-note {
    color: rgba(255,255,255,.82) !important;
}

.iodp-transfer-simple-row {
    display: grid;
    grid-template-columns: minmax(240px, 1.2fr) minmax(240px, 1fr) 210px;
    gap: 10px;
    background: #ffffff;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 18px 38px rgba(0,0,0,.25);
    align-items: stretch;
}

.iodp-transfer-simple-row input {
    width: 100% !important;
    min-height: 58px !important;
    border: 1px solid #dce6f2 !important;
    border-radius: 10px !important;
    padding: 15px 18px !important;
    font-size: 17px !important;
    color: #10233f !important;
    background: #ffffff !important;
}

.iodp-transfer-simple-row button {
    min-height: 58px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #075edb !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    padding: 12px 20px !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.iodp-transfer-simple-row button:hover,
.iodp-transfer-simple-row button:focus {
    background: #ff6b00 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.iodp-transfer-simple-note,
.iodp-transfer-login-note {
    margin: 14px auto 0 !important;
    text-align: center;
    max-width: 780px;
    font-size: 15px;
    line-height: 1.5;
}

.iodp-transfer-login-note a {
    color: #8dc3ff !important;
    font-weight: 800;
}

.iodp-transfer-steps-simple {
    margin-top: 28px !important;
}

@media (max-width: 900px) {
    .iodp-transfer-simple-row {
        grid-template-columns: 1fr;
    }
}


/* v1.3.1 transfer form polish: prevent pale step cards and browser autofill look */
.iodp-transfer-app-v3 .iodp-transfer-simple-row input:-webkit-autofill,
.iodp-transfer-app-v3 .iodp-transfer-simple-row input:-webkit-autofill:hover,
.iodp-transfer-app-v3 .iodp-transfer-simple-row input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #10233f !important;
}

.iodp-transfer-app-v3 .iodp-transfer-steps-simple div {
    background: rgba(7, 25, 48, .92) !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    box-shadow: 0 18px 38px rgba(0,0,0,.25) !important;
}

.iodp-transfer-app-v3 .iodp-transfer-steps-simple h3 {
    color: #ffffff !important;
    opacity: 1 !important;
}

.iodp-transfer-app-v3 .iodp-transfer-steps-simple p {
    color: #d8e6ff !important;
    opacity: 1 !important;
}

.iodp-transfer-app-v3 .iodp-transfer-simple-row input::placeholder {
    color: #7b8ca6 !important;
    opacity: 1 !important;
}

/* IOANET email 2FA login verification */
.iodp-login-card .iodp-2fa-form input[name="iodp_2fa_code"] {
    text-align: center;
    letter-spacing: 0.22em;
    font-size: 24px;
    font-weight: 800;
}

.iodp-login-card .iodp-2fa-bottom {
    align-items: center;
}

/* v1.6.3 - IOANET login / 2FA screen cleanup */
.iodp.iodp-login-page {
    padding: clamp(26px, 4vw, 52px) !important;
}

.iodp.iodp-login-page .iodp-login-shell {
    width: min(1120px, 100%) !important;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 474px) !important;
    gap: 22px !important;
    align-items: center !important;
}

.iodp.iodp-login-page .iodp-login-panel {
    min-height: 560px !important;
    padding: clamp(36px, 4.5vw, 58px) !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.iodp.iodp-login-page .iodp-login-card {
    width: 100% !important;
    max-width: 474px !important;
    padding: clamp(34px, 4vw, 46px) !important;
    border-radius: 24px !important;
}

.iodp.iodp-login-page .iodp-login-brand {
    font-size: clamp(30px, 3vw, 36px) !important;
    margin-bottom: 34px !important;
}

.iodp.iodp-login-page .iodp-login-kicker {
    font-size: 13px !important;
    line-height: 1.3 !important;
    letter-spacing: .09em !important;
    margin-bottom: 16px !important;
}

.iodp.iodp-login-page .iodp-login-panel h1 {
    max-width: 100% !important;
    font-size: clamp(42px, 4.5vw, 58px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.055em !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
}

.iodp.iodp-login-page .iodp-login-copy {
    max-width: 460px !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
    margin-top: 24px !important;
}

.iodp.iodp-login-page .iodp-login-points {
    margin-top: 30px !important;
    gap: 10px !important;
}

.iodp.iodp-login-page .iodp-login-points span {
    font-size: 13px !important;
    padding: 10px 15px !important;
}

.iodp.iodp-login-page .iodp-login-card h2 {
    font-size: clamp(38px, 4vw, 52px) !important;
    line-height: .98 !important;
    letter-spacing: -0.055em !important;
    margin-bottom: 12px !important;
    color: #092b55 !important;
}

.iodp.iodp-login-page .iodp-login-muted,
.iodp.iodp-login-page .iodp-login-card p {
    font-size: 17px !important;
    line-height: 1.45 !important;
}

.iodp.iodp-login-page .iodp-login-error {
    font-size: 15px !important;
    line-height: 1.45 !important;
    margin: 20px 0 !important;
    padding: 14px 15px !important;
}

.iodp.iodp-login-page .iodp-login-form {
    gap: 15px !important;
    margin-top: 24px !important;
}

.iodp.iodp-login-page .iodp-login-form label {
    font-size: 14px !important;
    line-height: 1.3 !important;
}

.iodp.iodp-login-page .iodp-login-form input[type="text"],
.iodp.iodp-login-page .iodp-login-form input[type="password"] {
    min-height: 56px !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    border-radius: 11px !important;
}

.iodp.iodp-login-page .iodp-login-submit {
    min-height: 56px !important;
    padding: 15px 20px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
}

.iodp.iodp-login-page .iodp-login-row,
.iodp.iodp-login-page .iodp-login-bottom {
    font-size: 14px !important;
}

.iodp.iodp-login-page .iodp-login-card .iodp-2fa-form input[name="iodp_2fa_code"] {
    font-size: 22px !important;
    letter-spacing: .22em !important;
}

@media (max-width: 980px) {
    .iodp.iodp-login-page .iodp-login-shell {
        grid-template-columns: 1fr !important;
        max-width: 640px !important;
    }

    .iodp.iodp-login-page .iodp-login-panel {
        min-height: auto !important;
    }

    .iodp.iodp-login-page .iodp-login-card {
        max-width: none !important;
    }
}

@media (max-width: 640px) {
    .iodp.iodp-login-page {
        padding: 16px !important;
    }

    .iodp.iodp-login-page .iodp-login-panel,
    .iodp.iodp-login-page .iodp-login-card {
        padding: 28px 22px !important;
        border-radius: 18px !important;
    }

    .iodp.iodp-login-page .iodp-login-panel h1,
    .iodp.iodp-login-page .iodp-login-card h2 {
        font-size: 38px !important;
    }

    .iodp.iodp-login-page .iodp-login-copy,
    .iodp.iodp-login-page .iodp-login-muted,
    .iodp.iodp-login-page .iodp-login-card p {
        font-size: 15px !important;
    }
}


/* v1.6.4 - hard login layout cleanup + cache-bust */
.iodp.iodp-login-page,
.iodp.iodp-login-page * {
    box-sizing: border-box !important;
}

.iodp.iodp-login-page {
    padding: clamp(28px, 5vw, 56px) 20px !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
}

.iodp.iodp-login-page .iodp-login-shell {
    width: min(1080px, 100%) !important;
    max-width: 1080px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 430px) !important;
    gap: 22px !important;
    align-items: stretch !important;
}

.iodp.iodp-login-page .iodp-login-panel {
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: clamp(34px, 4vw, 54px) !important;
    justify-content: center !important;
    overflow: hidden !important;
    border-radius: 22px !important;
}

.iodp.iodp-login-page .iodp-login-brand {
    font-size: clamp(28px, 3vw, 36px) !important;
    margin-bottom: 34px !important;
    letter-spacing: -0.05em !important;
}

.iodp.iodp-login-page .iodp-login-kicker {
    font-size: 13px !important;
    margin-bottom: 18px !important;
}

.iodp.iodp-login-page .iodp-login-panel h1 {
    max-width: 420px !important;
    font-size: clamp(44px, 4.2vw, 58px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.055em !important;
    white-space: normal !important;
    overflow: visible !important;
    word-break: normal !important;
}

.iodp.iodp-login-page .iodp-login-copy {
    max-width: 430px !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
    margin-top: 24px !important;
}

.iodp.iodp-login-page .iodp-login-points {
    gap: 10px !important;
    margin-top: 30px !important;
}

.iodp.iodp-login-page .iodp-login-points span {
    font-size: 13px !important;
    padding: 10px 15px !important;
}

.iodp.iodp-login-page .iodp-login-card {
    width: 100% !important;
    max-width: 430px !important;
    padding: clamp(34px, 4vw, 46px) !important;
    border-radius: 22px !important;
    align-self: center !important;
}

.iodp.iodp-login-page .iodp-login-card h2 {
    font-size: clamp(38px, 4vw, 52px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
    margin: 0 0 14px !important;
}

.iodp.iodp-login-page .iodp-login-muted,
.iodp.iodp-login-page .iodp-login-card p {
    font-size: 17px !important;
    line-height: 1.45 !important;
}

.iodp.iodp-login-page .iodp-login-error {
    font-size: 15px !important;
    line-height: 1.45 !important;
    margin: 20px 0 !important;
    padding: 14px 15px !important;
}

.iodp.iodp-login-page .iodp-login-form {
    gap: 15px !important;
    margin-top: 24px !important;
}

.iodp.iodp-login-page .iodp-login-form label {
    font-size: 14px !important;
    line-height: 1.3 !important;
}

.iodp.iodp-login-page .iodp-login-form input[type="text"],
.iodp.iodp-login-page .iodp-login-form input[type="password"] {
    min-height: 56px !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    border-radius: 11px !important;
}

.iodp.iodp-login-page .iodp-login-submit,
.iodp.iodp-login-page button.iodp-login-submit,
.iodp.iodp-login-page a.iodp-login-submit {
    min-height: 56px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    background: #075edb !important;
    background-color: #075edb !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 15px 20px !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    opacity: 1 !important;
    box-shadow: 0 14px 30px rgba(7,94,219,.22) !important;
}

.iodp.iodp-login-page .iodp-login-submit:hover,
.iodp.iodp-login-page button.iodp-login-submit:hover,
.iodp.iodp-login-page a.iodp-login-submit:hover {
    background: #ff6b00 !important;
    background-color: #ff6b00 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.iodp.iodp-login-page .iodp-login-row,
.iodp.iodp-login-page .iodp-login-bottom {
    font-size: 14px !important;
}

.iodp.iodp-login-page .iodp-login-card .iodp-2fa-form input[name="iodp_2fa_code"] {
    font-size: 22px !important;
    letter-spacing: .22em !important;
    text-align: center !important;
}

@media (max-width: 980px) {
    .iodp.iodp-login-page .iodp-login-shell {
        grid-template-columns: 1fr !important;
        max-width: 640px !important;
    }
    .iodp.iodp-login-page .iodp-login-card {
        max-width: none !important;
    }
}

@media (max-width: 640px) {
    .iodp.iodp-login-page {
        padding: 16px !important;
    }
    .iodp.iodp-login-page .iodp-login-panel,
    .iodp.iodp-login-page .iodp-login-card {
        padding: 28px 22px !important;
        border-radius: 18px !important;
    }
    .iodp.iodp-login-page .iodp-login-panel h1,
    .iodp.iodp-login-page .iodp-login-card h2 {
        font-size: 38px !important;
    }
    .iodp.iodp-login-page .iodp-login-copy,
    .iodp.iodp-login-page .iodp-login-muted,
    .iodp.iodp-login-page .iodp-login-card p {
        font-size: 15px !important;
    }
}


/* v1.6.5 hard mobile fix for transfer shortcode
   Breaks the shortcode out of narrow mobile/editor wrappers and stacks the form cleanly. */
@media (max-width: 767px) {
    body .iodp.iodp-transfer-app.iodp-transfer-app-v3 {
        width: calc(100vw - 32px) !important;
        max-width: calc(100vw - 32px) !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        margin-left: calc(50% - 50vw + 16px) !important;
        margin-right: 0 !important;
        padding: 0 0 32px !important;
        overflow-x: hidden !important;
    }

    body .iodp-transfer-app-v3 .iodp-transfer-simple-card,
    body .iodp-transfer-app-v3 .iodp-transfer-head,
    body .iodp-transfer-app-v3 .iodp-transfer-form,
    body .iodp-transfer-app-v3 .iodp-transfer-simple-row,
    body .iodp-transfer-app-v3 .iodp-transfer-steps-simple {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    body .iodp-transfer-app-v3 .iodp-transfer-head {
        text-align: center !important;
        margin-bottom: 18px !important;
    }

    body .iodp-transfer-app-v3 .iodp-transfer-kicker {
        font-size: 13px !important;
        line-height: 1.25 !important;
        letter-spacing: 1.6px !important;
        margin-bottom: 10px !important;
    }

    body .iodp-transfer-app-v3 .iodp-transfer-head h2 {
        font-size: 34px !important;
        line-height: 1.08 !important;
        letter-spacing: -0.8px !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto 12px !important;
        text-align: center !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        white-space: normal !important;
    }

    body .iodp-transfer-app-v3 .iodp-transfer-head p,
    body .iodp-transfer-app-v3 .iodp-transfer-simple-note,
    body .iodp-transfer-app-v3 .iodp-transfer-login-note {
        font-size: 15px !important;
        line-height: 1.45 !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    body .iodp-transfer-app-v3 .iodp-transfer-simple-row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        padding: 10px !important;
        border-radius: 18px !important;
        background: #ffffff !important;
    }

    body .iodp-transfer-app-v3 .iodp-transfer-simple-row input,
    body .iodp-transfer-app-v3 .iodp-transfer-simple-row button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        min-height: 56px !important;
        border-radius: 12px !important;
        font-size: 16px !important;
    }

    body .iodp-transfer-app-v3 .iodp-transfer-simple-row input {
        padding: 15px 16px !important;
    }

    body .iodp-transfer-app-v3 .iodp-transfer-simple-row button {
        padding: 15px 18px !important;
    }

    body .iodp-transfer-app-v3 .iodp-transfer-steps-simple {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin-top: 26px !important;
    }

    body .iodp-transfer-app-v3 .iodp-transfer-steps-simple div {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        padding: 24px !important;
        border-radius: 18px !important;
    }

    body .iodp-transfer-app-v3 .iodp-transfer-steps-simple h3 {
        font-size: 25px !important;
        line-height: 1.15 !important;
        text-align: left !important;
    }

    body .iodp-transfer-app-v3 .iodp-transfer-steps-simple p {
        font-size: 15px !important;
        line-height: 1.55 !important;
        text-align: left !important;
    }
}

@media (max-width: 420px) {
    body .iodp-transfer-app-v3 .iodp-transfer-head h2 {
        font-size: 30px !important;
    }
}


/* v1.6.6 main domain registration mobile fix */
.iodp .iodp-search-main,
.iodp .iodp-search {
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background: #ffffff;
    border-radius: 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 8px;
    align-items: stretch;
    box-shadow: 0 16px 35px rgba(0,0,0,.22);
}

.iodp .iodp-search-main input,
.iodp .iodp-search input {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

.iodp .iodp-search-main button,
.iodp .iodp-search button {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    white-space: nowrap;
    opacity: 1;
}

@media (max-width: 767px) {
    .iodp.iodp-layout-full,
    .iodp.iodp-search-only {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
    }

    .iodp .iodp-hero {
        padding: 42px 16px 34px !important;
        border-radius: 0 0 18px 18px !important;
    }

    .iodp .iodp-hero__inner,
    .iodp.iodp-search-only {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .iodp .iodp-hero h1,
    .iodp.iodp-search-only .iodp-mini-heading h2 {
        font-size: 42px !important;
        line-height: 1.08 !important;
        letter-spacing: -0.7px !important;
        max-width: 100% !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .iodp .iodp-subtitle,
    .iodp.iodp-search-only .iodp-mini-heading p {
        font-size: 22px !important;
        line-height: 1.22 !important;
        max-width: 100% !important;
        margin: 18px auto 24px !important;
        text-align: center !important;
    }

    .iodp .iodp-search-main,
    .iodp .iodp-search,
    .iodp.iodp-search-only .iodp-search {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        gap: 10px !important;
        padding: 10px !important;
        border-radius: 18px !important;
        box-sizing: border-box !important;
    }

    .iodp .iodp-search-main input,
    .iodp .iodp-search input,
    .iodp.iodp-search-only .iodp-search input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        display: block !important;
        font-size: 17px !important;
        padding: 17px 18px !important;
        border-radius: 14px !important;
    }

    .iodp .iodp-search-main button,
    .iodp .iodp-search button,
    .iodp.iodp-search-only .iodp-search button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        display: block !important;
        font-size: 17px !important;
        padding: 17px 18px !important;
        border-radius: 14px !important;
    }

    .iodp .iodp-tld-pills,
    .iodp.iodp-search-only .iodp-tld-pills {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 16px !important;
        justify-content: stretch !important;
    }

    .iodp .iodp-tld-pills button,
    .iodp.iodp-search-only .iodp-tld-pills button {
        width: 100% !important;
        min-width: 0 !important;
        padding: 15px 12px !important;
        border-radius: 999px !important;
        font-size: 16px !important;
    }

    .iodp .iodp-results-wrap,
    .iodp .iodp-trust-row,
    .iodp .iodp-upsell-grid {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 390px) {
    .iodp .iodp-hero h1,
    .iodp.iodp-search-only .iodp-mini-heading h2 {
        font-size: 36px !important;
    }

    .iodp .iodp-subtitle,
    .iodp.iodp-search-only .iodp-mini-heading p {
        font-size: 19px !important;
    }
}

/* v1.6.9 dashboard menu + renewal panel cleanup */
html {
    scroll-behavior: smooth;
}
.iodp-member-topbar,
.iodp-member-panel {
    scroll-margin-top: 24px;
}
.iodp-renewal-list {
    display: grid;
    gap: 12px;
}
.iodp-renewal-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border: 1px solid #e4ecf6;
    border-radius: 16px;
    background: #f8fbff;
}
.iodp-renewal-item strong {
    display: block;
    color: #092b55;
    font-weight: 900;
}
.iodp-renewal-item span {
    display: block;
    margin-top: 4px;
    color: #66758c;
    font-size: 13px;
    font-weight: 700;
}
.iodp-member-empty-small {
    padding: 20px;
}
.iodp-domain-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.iodp-member-table td .iodp-member-action {
    margin: 3px 4px 3px 0;
}
.iodp.iodp-renew-page {
    min-height: 70vh;
    padding: 80px 18px;
    background: radial-gradient(circle at 70% 20%, rgba(7,94,219,.25), transparent 28%), linear-gradient(135deg, #04142b 0%, #020712 100%);
    color: #ffffff;
}
.iodp-renew-hero {
    width: min(920px, 100%);
    margin: 0 auto;
    text-align: center;
    padding: 48px 28px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 28px;
    background: rgba(255,255,255,.06);
    box-shadow: 0 26px 60px rgba(0,0,0,.24);
}
.iodp-renew-kicker {
    display: inline-flex;
    color: #8fc1ff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 12px;
}
.iodp-renew-hero h1 {
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.02;
    letter-spacing: -1.6px;
}
.iodp-renew-hero p {
    width: min(680px, 100%);
    margin: 18px auto 0;
    color: #d8e6ff;
    font-size: 18px;
    line-height: 1.6;
}
.iodp-renew-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}
.iodp-renew-button,
.iodp-renew-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    padding: 13px 22px;
    font-weight: 900;
    text-decoration: none !important;
}
.iodp-renew-button {
    background: #075edb;
    color: #ffffff !important;
}
.iodp-renew-link {
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.22);
}
.iodp-renew-note {
    font-size: 14px !important;
    color: #9fb6d6 !important;
}
@media (max-width: 760px) {
    .iodp-renewal-item {
        display: block;
    }
    .iodp-renewal-item .iodp-member-action {
        width: 100%;
        margin-top: 12px;
    }
    .iodp-member-sidebar nav a {
        min-width: max-content;
    }
}
@media (min-width: 1201px) {
    .iodp-member-grid > .iodp-member-panel-wide {
        grid-column: 1;
    }
    .iodp-member-grid > .iodp-member-side-panels {
        grid-column: 2;
        grid-row: 1 / span 3;
    }
}
@media (max-width: 1200px) {
    .iodp-member-grid > .iodp-member-panel-wide,
    .iodp-member-grid > .iodp-member-side-panels {
        grid-column: auto;
        grid-row: auto;
    }
}

/* v1.6.10 dashboard transfer + DNS page link cleanup */
.iodp-member-button-secondary {
    background: #0b3f8c !important;
}
.iodp-member-button-secondary:hover {
    background: #075edb !important;
}
.iodp-transfer-list {
    display: grid;
    gap: 12px;
}
.iodp-transfer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border: 1px solid #e4ecf6;
    border-radius: 16px;
    background: #f8fbff;
}
.iodp-transfer-item strong {
    display: block;
    color: #092b55;
    font-weight: 900;
}
.iodp-transfer-item span {
    display: block;
    margin-top: 4px;
    color: #66758c;
    font-size: 13px;
    font-weight: 700;
}
.iodp-transfer-item .iodp-transfer-error {
    color: #9b1c1c;
}
@media (max-width: 760px) {
    .iodp-transfer-item {
        display: block;
    }
    .iodp-transfer-item .iodp-member-action {
        width: 100%;
        margin-top: 12px;
    }
    .iodp-member-top-actions {
        align-items: stretch !important;
    }
    .iodp-member-top-actions .iodp-member-button {
        width: 100%;
    }
}

/* v1.6.11 manual payment choice */
.iodp-payment-choice {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid var(--iodp-border);
  border-radius: 18px;
  background: #f7fbff;
}
.iodp-payment-choice h3 {
  margin: 0 0 12px;
  color: #092b55;
  font-size: 20px;
  line-height: 1.2;
}
.iodp-payment-option {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #dce7f4;
  border-radius: 14px;
  background: #fff;
  margin: 10px 0;
  cursor: pointer;
}
.iodp-payment-option input {
  width: auto !important;
  margin: 4px 0 0 !important;
  flex: 0 0 auto;
}
.iodp-payment-option span {
  display: block;
}
.iodp-payment-option strong {
  display: block;
  color: #092b55;
  font-size: 16px;
  margin-bottom: 4px;
}
.iodp-payment-option small {
  display: block;
  color: #5d6b82;
  font-size: 14px;
  line-height: 1.45;
}
@media (max-width: 700px) {
  .iodp-payment-choice { padding: 14px; }
  .iodp-payment-option { padding: 13px; }
}


/* v1.6.13 search button hover/state hard fix */
.iodp form.iodp-search button.iodp-search-submit,
.iodp .iodp-search button.iodp-search-submit,
.iodp .iodp-search-main button.iodp-search-submit,
.iodp.iodp-search-only .iodp-search button.iodp-search-submit {
    background: #075edb !important;
    background-color: #075edb !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
}

.iodp form.iodp-search button.iodp-search-submit:hover,
.iodp form.iodp-search button.iodp-search-submit:focus,
.iodp .iodp-search button.iodp-search-submit:hover,
.iodp .iodp-search button.iodp-search-submit:focus,
.iodp .iodp-search-main button.iodp-search-submit:hover,
.iodp .iodp-search-main button.iodp-search-submit:focus,
.iodp.iodp-search-only .iodp-search button.iodp-search-submit:hover,
.iodp.iodp-search-only .iodp-search button.iodp-search-submit:focus {
    background: #ff6b00 !important;
    background-color: #ff6b00 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    filter: none !important;
    box-shadow: 0 12px 26px rgba(255, 107, 0, 0.24) !important;
    text-shadow: none !important;
}

.iodp form.iodp-search button.iodp-search-submit:disabled,
.iodp form.iodp-search button.iodp-search-submit[disabled],
.iodp .iodp-search button.iodp-search-submit:disabled,
.iodp .iodp-search button.iodp-search-submit[disabled] {
    background: #075edb !important;
    background-color: #075edb !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: .75 !important;
    cursor: not-allowed !important;
    filter: none !important;
}


/* v1.6.14 customer password setup */
.iodp-account-password-box {
    margin: 18px 0;
    padding: 18px;
    border: 1px solid #d9e4f2;
    border-radius: 16px;
    background: #f7fbff;
}
.iodp-account-password-box h3 {
    margin: 0 0 8px;
    color: #092b55;
    font-size: 22px;
    line-height: 1.2;
}
.iodp-account-password-box p {
    margin: 0 0 12px;
    color: #48576c;
}
.iodp-order-small {
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: #64748b !important;
}


/* v1.6.15 password visibility toggle */
.iodp-password-field {
    position: relative !important;
    display: block !important;
    margin-top: 6px !important;
}

.iodp-password-field input[type="password"],
.iodp-password-field input[type="text"] {
    width: 100% !important;
    padding-right: 52px !important;
}

.iodp-password-toggle {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #d8e2f0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #0b2444 !important;
    -webkit-text-fill-color: #0b2444 !important;
    cursor: pointer !important;
    font-size: 15px !important;
    line-height: 1 !important;
    padding: 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.iodp-password-toggle:hover,
.iodp-password-toggle:focus,
.iodp-password-toggle.is-visible {
    background: #075edb !important;
    border-color: #075edb !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    outline: none !important;
}


/* v1.6.16 manual payment dashboard details */
.iodp-member-manual-row td {
    background: #fbfdff !important;
    border-top: 0 !important;
    padding-top: 0 !important;
}
.iodp-manual-payment-card {
    margin: 16px 0 18px;
    padding: 18px;
    border: 1px solid #ffd986;
    border-radius: 18px;
    background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
    box-shadow: 0 14px 30px rgba(120, 83, 0, .08);
    color: #102033;
}
.iodp-manual-payment-card.is-compact {
    margin: 8px 0 2px;
}
.iodp-manual-payment-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}
.iodp-manual-payment-head span,
.iodp-manual-payment-instructions span,
.iodp-manual-payment-grid span {
    display: block;
    color: #7a5a08;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 5px;
}
.iodp-manual-payment-head strong {
    display: block;
    color: #092b55;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
}
.iodp-manual-payment-head mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff0bf;
    color: #7a4b00;
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 900;
    white-space: nowrap;
}
.iodp-manual-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}
.iodp-manual-payment-grid > div {
    border: 1px solid #f2dfb1;
    border-radius: 14px;
    background: #ffffff;
    padding: 13px 14px;
    min-width: 0;
}
.iodp-manual-payment-grid strong {
    display: block;
    color: #092b55;
    font-size: 16px;
    overflow-wrap: anywhere;
}
.iodp-manual-payment-instructions {
    border: 1px dashed #deb85f;
    border-radius: 14px;
    background: #fffdf7;
    padding: 14px;
}
.iodp-manual-payment-instructions p {
    margin: 0;
    color: #24354b;
    font-weight: 700;
    line-height: 1.45;
}
.iodp-manual-payment-note {
    margin: 12px 0 0;
    color: #6c5a2b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}
@media (max-width: 760px) {
    .iodp-manual-payment-head,
    .iodp-manual-payment-grid {
        grid-template-columns: 1fr;
        flex-direction: column;
    }
    .iodp-manual-payment-head mark {
        width: 100%;
    }
}

/* v1.6.18 email verification notice */
.iodp-login-notice {
    background: #eaf8ef !important;
    border: 1px solid #bfe8cb !important;
    color: #0d5a2a !important;
    border-radius: 14px !important;
    padding: 13px 15px !important;
    margin: 0 0 18px !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
}

/* v1.6.19 Backend-style customer dashboard refresh */
body .iodp-member-app {
  --iodp-navy: #072b5f;
  --iodp-blue: #075edb;
  --iodp-blue-dark: #0b3f8f;
  --iodp-bg: #eef3f8;
  --iodp-card: #ffffff;
  --iodp-line: #dbe5ef;
  --iodp-text: #0f2747;
  --iodp-muted: #63718a;
  --iodp-orange: #ff7a18;
  min-height: 100vh !important;
  background: var(--iodp-bg) !important;
  color: var(--iodp-text) !important;
  font-family: Inter, Montserrat, Arial, sans-serif !important;
  display: grid !important;
  grid-template-columns: 244px minmax(0, 1fr) !important;
  gap: 0 !important;
  width: 100% !important;
}

body .iodp-member-sidebar {
  position: sticky !important;
  top: 0 !important;
  height: 100vh !important;
  background: linear-gradient(180deg, #0a3a82 0%, #061b3d 100%) !important;
  color: #ffffff !important;
  padding: 28px 18px !important;
  border-right: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: 8px 0 24px rgba(7,43,95,0.12) !important;
}

body .iodp-member-brand {
  font-size: 29px !important;
  letter-spacing: -0.8px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin: 0 0 24px !important;
}

body .iodp-member-nav {
  display: grid !important;
  gap: 8px !important;
}

body .iodp-member-nav a,
body .iodp-member-logout {
  display: flex !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  color: rgba(255,255,255,0.86) !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

body .iodp-member-nav a:hover,
body .iodp-member-nav a.is-active,
body .iodp-member-logout:hover {
  background: #075edb !important;
  color: #ffffff !important;
}

body .iodp-member-logout {
  margin-top: 24px !important;
  background: rgba(255,255,255,0.08) !important;
}

body .iodp-member-main {
  min-width: 0 !important;
  padding: 28px 30px 54px !important;
  background: var(--iodp-bg) !important;
}

body .iodp-member-topbar {
  background: #ffffff !important;
  border: 1px solid var(--iodp-line) !important;
  border-radius: 18px !important;
  padding: 24px 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin-bottom: 22px !important;
  box-shadow: 0 12px 30px rgba(7,43,95,0.06) !important;
}

body .iodp-member-breadcrumb {
  display: block !important;
  color: var(--iodp-muted) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  margin-bottom: 10px !important;
}

body .iodp-member-topbar h1,
body .iodp-member-panel h2,
body .iodp-domain-detail-panel h2 {
  color: var(--iodp-text) !important;
  letter-spacing: -0.7px !important;
}

body .iodp-member-topbar h1 {
  font-size: 30px !important;
  line-height: 1.1 !important;
  margin: 0 0 8px !important;
}

body .iodp-member-topbar p,
body .iodp-member-panel p {
  color: var(--iodp-muted) !important;
}

body .iodp-member-top-actions {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

body .iodp-member-button,
body .iodp-member-action,
body .iodp-login-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  border-radius: 12px !important;
  background: var(--iodp-blue) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  border: 0 !important;
  padding: 12px 18px !important;
  box-shadow: none !important;
}

body .iodp-member-button:hover,
body .iodp-member-action:hover,
body .iodp-login-submit:hover {
  background: var(--iodp-orange) !important;
  color: #ffffff !important;
}

body .iodp-member-button-secondary,
body .iodp-member-action-secondary {
  background: #eaf2ff !important;
  color: var(--iodp-blue) !important;
}

body .iodp-member-stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-bottom: 22px !important;
}

body .iodp-member-stats > div,
body .iodp-member-panel,
body .iodp-domain-detail-panel {
  background: #ffffff !important;
  border: 1px solid var(--iodp-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 30px rgba(7,43,95,0.06) !important;
}

body .iodp-member-stats > div {
  padding: 18px !important;
}

body .iodp-member-stats strong {
  display: block !important;
  font-size: 30px !important;
  line-height: 1 !important;
  color: var(--iodp-text) !important;
}

body .iodp-member-stats span {
  display: block !important;
  margin-top: 8px !important;
  color: var(--iodp-muted) !important;
  font-weight: 800 !important;
  font-size: 13px !important;
}

body .iodp-member-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 320px !important;
  gap: 18px !important;
  align-items: start !important;
}

body .iodp-member-panel {
  padding: 22px !important;
  margin: 0 0 18px !important;
}

body .iodp-member-panel-wide {
  grid-column: 1 / 2 !important;
}

body .iodp-member-side-panels {
  grid-column: 2 / 3 !important;
  grid-row: 1 / span 5 !important;
  position: sticky !important;
  top: 24px !important;
}

body .iodp-member-panel-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 18px !important;
}

body .iodp-member-panel h2 {
  font-size: 28px !important;
  line-height: 1.1 !important;
  margin: 0 0 6px !important;
}

body .iodp-member-panel-head > a,
body .iodp-transfer-protection-card a {
  color: var(--iodp-blue) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

body .iodp-member-table-wrap {
  overflow-x: auto !important;
  border: 1px solid var(--iodp-line) !important;
  border-radius: 14px !important;
}

body .iodp-member-table {
  width: 100% !important;
  border-collapse: collapse !important;
  background: #ffffff !important;
}

body .iodp-member-table th {
  background: #f7f9fc !important;
  color: #66728a !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  padding: 14px 12px !important;
  border-bottom: 1px solid var(--iodp-line) !important;
  text-align: left !important;
}

body .iodp-member-table td {
  padding: 16px 12px !important;
  border-bottom: 1px solid #eef2f6 !important;
  color: var(--iodp-text) !important;
  vertical-align: middle !important;
}

body .iodp-member-table td strong,
body .iodp-transfer-item strong,
body .iodp-renewal-item strong {
  color: var(--iodp-text) !important;
}

body .iodp-member-table td span {
  display: block !important;
  color: var(--iodp-muted) !important;
  font-size: 12px !important;
  margin-top: 6px !important;
}

body .iodp-member-status {
  display: inline-flex !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: #edf4ff !important;
  color: #0b55c2 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body .iodp-member-status.status-awaiting-manual-payment,
body .iodp-member-status.status-pending-payment {
  background: #fff2d6 !important;
  color: #7a4b00 !important;
}

body .iodp-member-status.status-registered {
  background: #e8f8ef !important;
  color: #0a7a3d !important;
}

body .iodp-member-status.status-registration-failed,
body .iodp-member-status.status-transfer-failed {
  background: #fdecec !important;
  color: #b42318 !important;
}

body .iodp-domain-detail-grid,
body .iodp-manual-payment-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body .iodp-domain-detail-grid > div,
body .iodp-manual-payment-grid > div,
body .iodp-receipt-card,
body .iodp-transfer-protection-card,
body .iodp-domain-detail-nameservers {
  background: #f8fbff !important;
  border: 1px solid var(--iodp-line) !important;
  border-radius: 14px !important;
  padding: 16px !important;
}

body .iodp-domain-detail-grid span,
body .iodp-manual-payment-grid span,
body .iodp-manual-payment-instructions span {
  display: block !important;
  color: var(--iodp-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
  margin-bottom: 7px !important;
}

body .iodp-domain-detail-grid strong,
body .iodp-manual-payment-grid strong {
  color: var(--iodp-text) !important;
  font-size: 15px !important;
}

body .iodp-transfer-protection-card,
body .iodp-receipt-card,
body .iodp-domain-detail-nameservers,
body .iodp-manual-payment-card {
  margin-top: 16px !important;
}

body .iodp-transfer-protection-card h3,
body .iodp-receipt-card h3,
body .iodp-domain-detail-nameservers h3 {
  margin: 0 0 8px !important;
  color: var(--iodp-text) !important;
}

body .iodp-support-form {
  display: grid !important;
  gap: 12px !important;
}

body .iodp-support-form label {
  display: grid !important;
  gap: 7px !important;
  color: var(--iodp-text) !important;
  font-weight: 900 !important;
  font-size: 13px !important;
}

body .iodp-support-form input,
body .iodp-support-form select,
body .iodp-support-form textarea {
  width: 100% !important;
  border: 1px solid var(--iodp-line) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: var(--iodp-text) !important;
  padding: 12px 13px !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

body .iodp-support-form textarea {
  min-height: 112px !important;
  resize: vertical !important;
}

body .iodp-alert {
  border-radius: 12px !important;
  padding: 12px 14px !important;
  font-weight: 800 !important;
  margin: 0 0 14px !important;
}

body .iodp-alert.is-success,
body .iodp-member-notice.is-success {
  background: #e8f8ef !important;
  border: 1px solid #bfeacf !important;
  color: #0a6634 !important;
}

body .iodp-alert.is-error,
body .iodp-member-notice.is-warning {
  background: #fff4e6 !important;
  border: 1px solid #ffd7a8 !important;
  color: #7a4b00 !important;
}

body .iodp-transfer-item,
body .iodp-renewal-item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 16px !important;
  border: 1px solid var(--iodp-line) !important;
  border-radius: 14px !important;
  background: #f8fbff !important;
  margin-bottom: 12px !important;
}

body .iodp-transfer-item span,
body .iodp-renewal-item span {
  display: block !important;
  color: var(--iodp-muted) !important;
  margin-top: 5px !important;
  font-size: 13px !important;
}

body .iodp-member-empty {
  background: #f8fbff !important;
  border: 1px dashed #b8c8dc !important;
  border-radius: 16px !important;
  padding: 22px !important;
}

@media (max-width: 1080px) {
  body .iodp-member-app {
    grid-template-columns: 1fr !important;
  }
  body .iodp-member-sidebar {
    position: relative !important;
    height: auto !important;
  }
  body .iodp-member-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  body .iodp-member-grid {
    grid-template-columns: 1fr !important;
  }
  body .iodp-member-side-panels,
  body .iodp-member-panel-wide {
    grid-column: auto !important;
    grid-row: auto !important;
    position: static !important;
  }
  body .iodp-member-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  body .iodp-member-main {
    padding: 18px 14px 40px !important;
  }
  body .iodp-member-topbar,
  body .iodp-member-panel-head,
  body .iodp-transfer-item,
  body .iodp-renewal-item {
    display: grid !important;
  }
  body .iodp-member-nav,
  body .iodp-member-stats,
  body .iodp-domain-detail-grid,
  body .iodp-manual-payment-grid {
    grid-template-columns: 1fr !important;
  }
  body .iodp-member-topbar h1 {
    font-size: 26px !important;
  }
}


/* v1.6.20 password eye alignment fix */
body .iodp-account-password-box .iodp-password-field,
body .iodp .iodp-account-password-box .iodp-password-field {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin-top: 8px !important;
    line-height: 1 !important;
}

body .iodp-account-password-box .iodp-password-field input[type="password"],
body .iodp-account-password-box .iodp-password-field input[type="text"],
body .iodp .iodp-account-password-box .iodp-password-field input[type="password"],
body .iodp .iodp-account-password-box .iodp-password-field input[type="text"] {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    box-sizing: border-box !important;
    padding: 0 58px 0 14px !important;
    line-height: 52px !important;
}

body .iodp-account-password-box .iodp-password-field .iodp-password-toggle,
body .iodp .iodp-account-password-box .iodp-password-field .iodp-password-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    z-index: 6 !important;
}


/* v1.6.21 backend typography cleanup */
body .iodp-member-app {
  --iodp-bg: #f3f6fa;
  --iodp-line: #dce5ee;
  --iodp-text: #12263f;
  --iodp-muted: #667085;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

body .iodp-member-sidebar {
  background: linear-gradient(180deg, #0b397a 0%, #061c3d 100%) !important;
  box-shadow: 6px 0 18px rgba(7, 43, 95, 0.08) !important;
}

body .iodp-member-brand {
  font-size: 27px !important;
  font-weight: 700 !important;
  letter-spacing: -0.4px !important;
}

body .iodp-member-nav a,
body .iodp-member-logout {
  min-height: 42px !important;
  padding: 10px 13px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

body .iodp-member-main {
  padding: 24px 28px 48px !important;
}

body .iodp-member-topbar {
  padding: 20px 26px !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 22px rgba(15, 39, 71, 0.05) !important;
}

body .iodp-member-breadcrumb {
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  margin-bottom: 8px !important;
}

body .iodp-member-topbar h1 {
  font-size: 25px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  letter-spacing: -0.35px !important;
  margin: 0 0 6px !important;
}

body .iodp-member-topbar p,
body .iodp-member-panel p,
body .iodp-member-panel-head p {
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

body .iodp-member-button,
body .iodp-member-action,
body .iodp-login-submit,
body .iodp-member-login-card input[type="submit"] {
  min-height: 42px !important;
  border-radius: 10px !important;
  padding: 10px 16px !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
}

body .iodp-member-button-secondary,
body .iodp-member-action-secondary {
  background: #edf4ff !important;
  color: #075edb !important;
  font-weight: 650 !important;
}

body .iodp-member-stats {
  gap: 14px !important;
  margin-bottom: 20px !important;
}

body .iodp-member-stats > div,
body .iodp-member-panel,
body .iodp-domain-detail-panel {
  border-radius: 16px !important;
  box-shadow: 0 8px 20px rgba(15, 39, 71, 0.045) !important;
}

body .iodp-member-stats > div {
  padding: 16px 18px !important;
}

body .iodp-member-stats strong {
  font-size: 25px !important;
  font-weight: 700 !important;
  letter-spacing: -0.2px !important;
}

body .iodp-member-stats span {
  font-size: 13px !important;
  font-weight: 600 !important;
}

body .iodp-member-panel {
  padding: 20px !important;
}

body .iodp-member-panel h2,
body .iodp-domain-detail-panel h2 {
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -0.35px !important;
  margin: 0 0 5px !important;
}

body .iodp-member-panel h3,
body .iodp-transfer-protection-card h3,
body .iodp-receipt-card h3,
body .iodp-domain-detail-nameservers h3 {
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  letter-spacing: -0.1px !important;
}

body .iodp-member-panel-head > a,
body .iodp-transfer-protection-card a {
  font-size: 14px !important;
  font-weight: 650 !important;
}

body .iodp-member-table th {
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: .035em !important;
  padding: 13px 12px !important;
}

body .iodp-member-table td {
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 15px 12px !important;
}

body .iodp-member-table td strong,
body .iodp-transfer-item strong,
body .iodp-renewal-item strong {
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

body .iodp-member-table td span,
body .iodp-transfer-item span,
body .iodp-renewal-item span,
body .iodp-member-muted {
  font-weight: 400 !important;
}

body .iodp-member-status {
  padding: 6px 10px !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

body .iodp-member-summary dt,
body .iodp-domain-detail-grid span,
body .iodp-manual-payment-grid span,
body .iodp-manual-payment-instructions span {
  font-weight: 600 !important;
  letter-spacing: .025em !important;
}

body .iodp-member-summary dd,
body .iodp-domain-detail-grid strong,
body .iodp-manual-payment-grid strong {
  font-weight: 600 !important;
}

body .iodp-support-form label {
  font-weight: 600 !important;
  font-size: 13px !important;
}

body .iodp-support-form input,
body .iodp-support-form select,
body .iodp-support-form textarea {
  border-radius: 10px !important;
  font-weight: 400 !important;
}

body .iodp-alert,
body .iodp-member-notice,
body .iodp-login-notice {
  font-weight: 600 !important;
}

body .iodp-member-empty {
  padding: 20px !important;
}

body .iodp-transfer-item,
body .iodp-renewal-item {
  border-radius: 12px !important;
  padding: 14px !important;
}

@media (max-width: 680px) {
  body .iodp-member-main {
    padding: 16px 12px 38px !important;
  }
  body .iodp-member-topbar h1 {
    font-size: 23px !important;
  }
  body .iodp-member-panel h2,
  body .iodp-domain-detail-panel h2 {
    font-size: 22px !important;
  }
}


/* v1.6.22 login typography cleanup */
body .iodp-login-popup-card,
body .iodp-login-card,
body .iodp-member-login-card {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}

body .iodp-login-dropdown-head {
  padding: 22px 26px 12px !important;
  align-items: flex-start !important;
}

body .iodp-login-dropdown-head p,
body .iodp-login-kicker {
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  letter-spacing: .075em !important;
  margin-bottom: 7px !important;
}

body .iodp-login-dropdown-head h2,
body .iodp-login-card h2,
body .iodp-member-login-card h2 {
  font-size: 28px !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  letter-spacing: -0.35px !important;
  margin: 0 0 8px !important;
  color: #082b54 !important;
}

body .iodp-login-card h2 {
  font-size: 32px !important;
}

body .iodp-login-panel h1 {
  font-size: clamp(34px, 4vw, 52px) !important;
  line-height: 1.04 !important;
  font-weight: 700 !important;
  letter-spacing: -0.8px !important;
}

body .iodp-login-brand {
  font-size: 31px !important;
  font-weight: 700 !important;
  letter-spacing: -0.4px !important;
}

body .iodp-login-form label,
body .iodp-login-popup-form label {
  font-weight: 600 !important;
}

body .iodp-login-submit,
body .iodp-login-popup-submit {
  font-weight: 650 !important;
}

@media (max-width: 680px) {
  body .iodp-login-dropdown-head h2,
  body .iodp-login-card h2,
  body .iodp-member-login-card h2 {
    font-size: 25px !important;
  }
  body .iodp-login-card h2 {
    font-size: 28px !important;
  }
  body .iodp-login-panel h1 {
    font-size: 34px !important;
  }
}
