.isi-eto-message {
    padding: 16px 18px;
    border-left: 4px solid #1c4153;
    background: #f4f6f8;
    color: #1c4153;
}

.isi-eto-message--error {
    border-left-color: #b32d2e;
    background: #fff5f5;
    color: #7a1f20;
}

.isi-eto-hidden-field {
    display: none !important;
}

.isi-eto-verified-banner {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 16px 0 12px;
    padding: 11px 13px;
    border-left: 3px solid #b4892d;
    background: #f7f1e5;
    color: #333333;
    font-size: 13px;
    line-height: 1.45;
}

.isi-eto-lock-icon {
    flex: 0 0 auto;
    line-height: 1.35;
}

.isi-eto-label-lock {
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
    vertical-align: baseline;
}

.isi-eto-approved-field .isi-eto-locked-control {
    pointer-events: none !important;
    user-select: none;
    cursor: not-allowed !important;
    background-color: #f4f6f8 !important;
    color: #333333 !important;
    opacity: 1 !important;
}

.isi-eto-approved-field select.isi-eto-locked-control {
    appearance: none;
    -webkit-appearance: none;
    background-image: none !important;
}

.isi-eto-account-message {
    margin: 18px 0;
    padding: 18px 20px;
    border-left: 4px solid #1c4153;
    background: #f4f6f8;
    color: #1c4153;
}

.isi-eto-account-message--warning {
    border-left-color: #b4892d;
    background: #f7f1e5;
    color: #333333;
}

.isi-eto-account-message--success {
    border-left-color: #2e7d32;
    background: #f3faf4;
    color: #244b27;
}

.isi-eto-account-message p {
    margin: 0 0 14px;
}

.isi-eto-account-message p:last-child {
    margin-bottom: 0;
}

.isi-eto-account-button {
    display: inline-block;
    padding: 11px 18px;
    border-radius: 3px;
    background: #066aab;
    color: #ffffff !important;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
}

.isi-eto-account-button:hover,
.isi-eto-account-button:focus {
    background: #1c4153;
    color: #ffffff !important;
}

.isi-eto-agreement {
    max-width: 960px;
    margin: 0 auto;
    color: #333333;
}

.isi-eto-agreement__header {
    margin: 0 0 28px;
    padding: 24px 26px;
    border-top: 6px solid #b4892d;
    background: #f7f1e5;
}

.isi-eto-agreement__header h2 {
    margin: 4px 0 12px;
    color: #1c4153;
}

.isi-eto-agreement__eyebrow {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.isi-eto-agreement__section {
    margin: 0 0 24px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e2e5e8;
}

.isi-eto-agreement__section h3 {
    color: #1c4153;
}

.isi-eto-agreement__section ul {
    margin-left: 22px;
}

.isi-eto-commission-table {
    width: 100%;
    margin: 18px 0;
    border-collapse: collapse;
}

.isi-eto-commission-table th,
.isi-eto-commission-table td {
    padding: 11px 12px;
    border: 1px solid #d9dde1;
    text-align: left;
    vertical-align: top;
}

.isi-eto-commission-table th {
    width: 72%;
    background: #f4f6f8;
}

.isi-eto-agreement__signature-section {
    padding: 24px;
    border: 1px solid #d9dde1;
    border-left: 5px solid #b4892d;
    background: #ffffff;
}

.isi-eto-agreement__identity {
    padding: 14px 16px;
    background: #f4f6f8;
}

.isi-eto-signature-wrap {
    margin: 20px 0;
}

.isi-eto-signature-pad {
    display: block;
    width: 100%;
    max-width: 900px;
    height: 220px;
    border: 2px solid #8a9298;
    background: #ffffff;
    cursor: crosshair;
    touch-action: none;
}

.isi-eto-signature-pad:focus {
    outline: 3px solid rgba(6, 106, 171, .25);
}

.isi-eto-signature-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 10px;
}

@media (max-width: 700px) {
    .isi-eto-commission-table th,
    .isi-eto-commission-table td {
        display: block;
        width: 100%;
    }

    .isi-eto-signature-pad {
        height: 180px;
    }
}


.isi-eto-manual-preview {
    margin: 18px 0;
    border: 1px solid #d9dde1;
    background: #ffffff;
}

.isi-eto-manual-preview > summary {
    padding: 14px 16px;
    cursor: pointer;
    color: #066aab;
    font-weight: 700;
    list-style-position: inside;
}

.isi-eto-manual-preview > summary:hover,
.isi-eto-manual-preview > summary:focus {
    color: #1c4153;
    background: #f4f6f8;
}

.isi-eto-manual-preview[open] > summary {
    border-bottom: 1px solid #d9dde1;
    background: #f4f6f8;
}

.isi-eto-manual-preview__content {
    max-height: 70vh;
    overflow: auto;
    padding: 20px 22px;
    background: #ffffff;
    overscroll-behavior: contain;
}

.isi-eto-manual-preview__content > :first-child {
    margin-top: 0;
}

.isi-eto-manual-preview__content > :last-child {
    margin-bottom: 0;
}

.isi-eto-account-button--secondary {
    margin-left: 8px;
    background: #1c4153;
}

.isi-eto-account-button--secondary:hover,
.isi-eto-account-button--secondary:focus {
    background: #b4892d;
}

.isi-eto-access-notice-wrap {
    width: min(960px, calc(100% - 32px));
    margin: 22px auto 0;
}

.isi-eto-access-notice {
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(28, 65, 83, .08);
}

.isi-eto-access-notice__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.isi-eto-access-notice__actions .isi-eto-account-button {
    margin: 0;
}

.isi-eto-manual-preview__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0 0 18px;
    padding: 14px 16px;
    border-bottom: 1px solid #d9dde1;
    background: #f7f1e5;
}

.isi-eto-manual-preview__actions .isi-eto-account-button {
    margin: 0;
}

/* v0.7.0 logged-out access modal */
html.isi-eto-access-modal-open,
body.isi-eto-access-modal-open {
    overflow: hidden;
}

.isi-eto-access-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 24px;
}

.isi-eto-access-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(18, 39, 49, .72);
    cursor: default;
}

.isi-eto-access-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    box-sizing: border-box;
    padding: 34px 36px 30px;
    border-top: 6px solid #b4892d;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .28);
    color: #3d4549;
    outline: none;
}

.isi-eto-access-modal__dialog h2 {
    margin: 0 42px 14px 0;
    color: #1c4153;
    font-size: clamp(24px, 4vw, 31px);
    line-height: 1.2;
}

.isi-eto-access-modal__dialog > p:not(.isi-eto-access-modal__eyebrow) {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.65;
}

.isi-eto-access-modal__eyebrow {
    margin: 0 0 8px;
    color: #b4892d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.isi-eto-access-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #667075;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
}

.isi-eto-access-modal__close:hover,
.isi-eto-access-modal__close:focus {
    background: #f3f4f5;
    color: #1c4153;
    outline: 2px solid #b4892d;
    outline-offset: 1px;
}

.isi-eto-access-modal__stay {
    display: inline-block;
    margin: 18px 0 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: #5f676b;
    font-size: 13px;
    cursor: pointer;
}

.isi-eto-access-modal__stay:hover,
.isi-eto-access-modal__stay:focus {
    color: #1c4153;
}

/* v0.7.0 Partner Manual */
.isi-eto-manual-preview__version {
    margin-left: 8px;
    color: #6b7074;
    font-size: 11px;
    font-weight: 600;
}

.isi-eto-manual-content {
    color: #3d4549;
    line-height: 1.65;
}

.isi-eto-manual-content h2,
.isi-eto-manual-content h3,
.isi-eto-manual-content h4 {
    clear: both;
    color: #1c4153;
    line-height: 1.3;
}

.isi-eto-manual-content h2 {
    margin: 30px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dde1e3;
    font-size: 21px;
}

.isi-eto-manual-content h3 {
    margin: 24px 0 10px;
    font-size: 17px;
}

.isi-eto-manual-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    margin: 18px 0;
}

.isi-eto-manual-content th,
.isi-eto-manual-content td {
    padding: 8px 10px;
    border: 1px solid #d9dde1;
    vertical-align: top;
    text-align: left;
}

.isi-eto-manual-content th {
    background: #f7f1e5;
    color: #1c4153;
}

.isi-eto-manual-content img {
    max-width: 100%;
    height: auto;
}

.isi-eto-manual-page {
    width: min(1080px, calc(100% - 32px));
    margin: 28px auto 60px;
}

.isi-eto-manual-page__header {
    margin-bottom: 26px;
    padding: 24px 28px;
    border-left: 4px solid #b4892d;
    background: #f7f1e5;
}

.isi-eto-manual-page__header h1 {
    margin: 0 0 16px;
    color: #1c4153;
}

@media (max-width: 640px) {
    .isi-eto-access-modal {
        padding: 14px;
    }

    .isi-eto-access-modal__dialog {
        padding: 28px 22px 24px;
    }

    .isi-eto-access-notice__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .isi-eto-access-notice__actions .isi-eto-account-button {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}

/* v0.8.0 semantic Partner Manual: theme-proof headings and agreement-grey tables */
.isi-eto-manual-page,
.isi-eto-manual-page .isi-eto-manual-content,
.isi-eto-manual-preview__content .isi-eto-manual-content {
    color: #3d4549 !important;
    background-color: #ffffff !important;
}

.isi-eto-manual-page__header {
    border-left: 4px solid #b4892d !important;
    background: #f2f4f5 !important;
    color: #1c4153 !important;
}

.isi-eto-manual-page__header h1,
.isi-eto-manual-content h1 {
    clear: both;
    margin: 0 0 20px !important;
    padding: 0 0 12px !important;
    border: 0 !important;
    border-bottom: 3px solid #b4892d !important;
    background: transparent !important;
    color: #1c4153 !important;
    font-size: clamp(27px, 4vw, 38px) !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    text-shadow: none !important;
}

.isi-eto-manual-page__header h1 {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 0 !important;
}

.isi-eto-manual-content h2 {
    clear: both;
    margin: 34px 0 16px !important;
    padding: 12px 15px !important;
    border: 0 !important;
    border-left: 4px solid #b4892d !important;
    background: #eceff1 !important;
    color: #1c4153 !important;
    font-size: clamp(21px, 3vw, 27px) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-shadow: none !important;
}

.isi-eto-manual-content h3 {
    clear: both;
    margin: 28px 0 12px !important;
    padding: 0 0 8px !important;
    border: 0 !important;
    border-bottom: 1px solid #d5dadd !important;
    background: transparent !important;
    color: #263f4b !important;
    font-size: clamp(17px, 2.5vw, 21px) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-shadow: none !important;
}

.isi-eto-manual-content h4,
.isi-eto-manual-content h5,
.isi-eto-manual-content h6 {
    clear: both;
    margin: 22px 0 10px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #1c4153 !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-shadow: none !important;
}

.isi-eto-manual-content p,
.isi-eto-manual-content li,
.isi-eto-manual-content dt,
.isi-eto-manual-content dd {
    color: #3d4549 !important;
}

.isi-eto-manual-content a,
.isi-eto-manual-inline-link {
    color: #066aab !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.isi-eto-manual-content a:hover,
.isi-eto-manual-content a:focus,
.isi-eto-manual-inline-link:hover,
.isi-eto-manual-inline-link:focus {
    color: #1c4153 !important;
}

.isi-eto-manual-table-wrap {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 26px;
    overflow-x: auto;
    border: 1px solid #cfd5d9;
    border-radius: 3px;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
}

.isi-eto-manual-table-wrap:focus {
    outline: 3px solid rgba(6, 106, 171, .22);
    outline-offset: 2px;
}

.isi-eto-manual-content table,
.isi-eto-manual-content table.isi-eto-manual-table {
    display: table !important;
    width: 100% !important;
    min-width: 620px;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: auto;
    background: #ffffff !important;
    color: #3d4549 !important;
}

.isi-eto-manual-content caption {
    padding: 11px 13px !important;
    border-bottom: 1px solid #cfd5d9 !important;
    background: #e2e5e7 !important;
    color: #1c4153 !important;
    font-weight: 700 !important;
    text-align: left !important;
}

.isi-eto-manual-content th,
.isi-eto-manual-content td {
    padding: 10px 12px !important;
    border: 0 !important;
    border-right: 1px solid #d5dadd !important;
    border-bottom: 1px solid #d5dadd !important;
    background: #ffffff !important;
    color: #3d4549 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    text-align: left !important;
    vertical-align: top !important;
    white-space: normal !important;
}

.isi-eto-manual-content tr > :last-child {
    border-right: 0 !important;
}

.isi-eto-manual-content tbody tr:last-child > * {
    border-bottom: 0 !important;
}

.isi-eto-manual-content thead th,
.isi-eto-manual-content tr:first-child > th:not([scope="row"]) {
    background: #dfe3e6 !important;
    color: #1c4153 !important;
    font-weight: 700 !important;
}

.isi-eto-manual-content th[scope="row"] {
    background: #eceff1 !important;
    color: #263f4b !important;
    font-weight: 700 !important;
}

.isi-eto-manual-content tbody tr:nth-child(even) td {
    background: #f6f7f8 !important;
}

.isi-eto-manual-content tbody tr:nth-child(even) th[scope="row"] {
    background: #e6e9eb !important;
}

@media (max-width: 640px) {
    .isi-eto-manual-page {
        width: min(100% - 22px, 1080px);
        margin-top: 16px;
    }

    .isi-eto-manual-page__header {
        padding: 19px 18px;
    }

    .isi-eto-manual-content h2 {
        padding: 10px 12px !important;
    }

    .isi-eto-manual-content table,
    .isi-eto-manual-content table.isi-eto-manual-table {
        min-width: 560px;
    }
}

.isi-eto-restricted-access-page {
    margin: 0;
    background: #f3f5f6;
}

.isi-eto-restricted-access {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    box-sizing: border-box;
}

.isi-eto-restricted-access__card {
    width: min(100%, 620px);
    padding: 38px;
    border: 1px solid #d7dde0;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(28, 65, 83, .12);
    text-align: center;
}

.isi-eto-restricted-access__eyebrow {
    margin: 0 0 10px;
    color: #066aab;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.isi-eto-restricted-access__card h1 {
    margin: 0 0 16px;
    color: #1c4153;
    font-size: clamp(28px, 5vw, 40px);
    line-height: 1.15;
}

.isi-eto-restricted-access__card > p:not(.isi-eto-restricted-access__eyebrow) {
    margin: 0;
    color: #3d4549;
    font-size: 18px;
    line-height: 1.6;
}

.isi-eto-restricted-access__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 28px;
}

@media (max-width: 560px) {
    .isi-eto-restricted-access__card {
        padding: 28px 20px;
    }

    .isi-eto-restricted-access__actions {
        flex-direction: column;
    }

    .isi-eto-restricted-access__actions .isi-eto-account-button {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}

/* v0.9.13 Register a Colleague */
.isi-eto-colleague {
    width: min(100%, 920px);
    margin: 32px auto;
    padding: 0;
    color: #24343c;
}
.isi-eto-colleague__header { margin-bottom: 22px; padding: 26px 28px; border-left: 5px solid #b4892d; background: #f8f4ea; }
.isi-eto-colleague__header h1 { margin: 5px 0 10px; color: #163f53; font-size: clamp(26px, 3vw, 32px); line-height: 1.18; }
.isi-eto-colleague__header p { max-width: 740px; margin: 0; color: #55656d; }
.isi-eto-colleague__eyebrow { color: #956f1f; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.isi-eto-colleague__context, .isi-eto-colleague__locked-details { margin: 18px 0; padding: 14px 18px; border: 1px solid #d7e0e4; border-radius: 5px; background: #f7fafb; }
.isi-eto-colleague__locked-details p { margin: 4px 0; }
.isi-eto-colleague__notice { margin: 18px 0; padding: 16px 18px; border: 1px solid; border-radius: 5px; }
.isi-eto-colleague__notice--success { border-color: #99cda4; background: #edf8ef; color: #23592e; }
.isi-eto-colleague__notice--info { border-color: #9fc6d8; background: #edf6fa; color: #224f63; }
.isi-eto-colleague__notice--error { border-color: #deb0b0; background: #fcf0f0; color: #7a2929; }
.isi-eto-colleague-form { padding: 26px 28px; border: 1px solid #dfe5e8; border-radius: 7px; background: #fff; box-shadow: 0 5px 18px rgba(23,62,82,.06); }
.isi-eto-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.isi-eto-field { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.isi-eto-field label, .isi-eto-fieldset legend { color: #1f3c4a; font-weight: 700; }
.isi-eto-field input, .isi-eto-field select { width: 100%; min-height: 46px; padding: 9px 11px; border: 1px solid #bdc9cf; border-radius: 4px; background: #fff; }
.isi-eto-field small { color: #67757c; font-size: 12px; }
.isi-eto-fieldset { margin: 24px 0 18px; padding: 18px; border: 1px solid #dfe5e8; border-radius: 5px; }
.isi-eto-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px 20px; margin-top: 12px; }
.isi-eto-consents { display: grid; gap: 12px; margin: 18px 0 22px; }
.isi-eto-consents label, .isi-eto-check-grid label { display: flex; gap: 9px; align-items: flex-start; }
.isi-eto-consents input, .isi-eto-check-grid input { margin-top: 4px; }
.isi-eto-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 20px; border: 0; border-radius: 4px; color: #fff !important; background: #174d66; text-decoration: none !important; font-weight: 700; cursor: pointer; }
.isi-eto-button:hover { background: #0f3a4f; }
.isi-eto-button--secondary { color: #174d66 !important; border: 1px solid #174d66; background: #fff; }
.isi-eto-form-help { margin: 16px 0 0; color: #65747b; font-size: 13px; }
@media (max-width: 680px) {
    .isi-eto-form-grid, .isi-eto-check-grid { grid-template-columns: 1fr; }
    .isi-eto-colleague-form, .isi-eto-colleague__header { padding: 20px; }
    .isi-eto-colleague__header h1 { font-size: 26px; }
}
.isi-eto-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }


/* v0.9.17 Register up to three colleagues */
.isi-eto-colleague-invitations { display: grid; gap: 18px; margin-bottom: 20px; }
.isi-eto-colleague-invitation { position: relative; min-width: 0; margin: 0; padding: 20px; border: 1px solid #dfe5e8; border-radius: 6px; background: #f9fbfc; }
.isi-eto-colleague-invitation legend { width: auto; margin: 0 0 16px; padding: 0 82px 0 0; color: #163f53; font-size: 18px; font-weight: 700; }
.isi-eto-colleague-remove { position: absolute; top: 15px; right: 20px; padding: 4px 0; border: 0; background: transparent; color: #8a3030; font-weight: 700; text-decoration: underline; cursor: pointer; }
.isi-eto-colleague-remove:hover { color: #5f1717; }
.isi-eto-field--wide { grid-column: 1 / -1; }
.isi-eto-colleague-batch-actions { display: flex; align-items: center; gap: 14px; margin: 0 0 20px; }
.isi-eto-colleague-batch-actions .isi-eto-form-help { margin: 0; }
.isi-eto-colleague-batch-summary p { margin: 0 0 12px; }
.isi-eto-colleague-batch-summary ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.isi-eto-colleague-batch-summary li { display: grid; grid-template-columns: minmax(130px, .8fr) minmax(180px, 1fr) auto; gap: 6px 14px; align-items: center; padding: 9px 0; border-top: 1px solid rgba(31,60,74,.14); }
.isi-eto-colleague-batch-summary li small { grid-column: 1 / -1; }
.isi-eto-colleague-batch-summary__status { font-weight: 700; }
@media (max-width: 680px) {
    .isi-eto-colleague-batch-actions { align-items: flex-start; flex-direction: column; }
    .isi-eto-colleague-batch-summary li { grid-template-columns: 1fr; }
    .isi-eto-colleague-batch-summary li small { grid-column: auto; }
}
