

/* ===== BEGIN goescrow-partners-platform.css ===== */

/* GoEscrow Milestone Escrow v1.2.0
   Self-contained styling based on the working GoEscrow transaction form.
*/

.goe-web-form-wrap,
.goe-transaction-form-wrap,
.goe-me-wrap {
    max-width: 1120px;
    margin: 0 auto 60px;
    padding: 0 18px;
    box-sizing: border-box;
    font-family: inherit;
    color: #0d223f;
}

.goe-web-form-wrap *,
.goe-transaction-form-wrap *,
.goe-me-wrap * {
    box-sizing: border-box;
}

.goe-form-shell {
    background: #f2f2f2;
    padding: 28px 38px 42px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.goe-form-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 26px;
}

.goe-form-kicker {
    font-size: 31px;
    line-height: 1.05;
    font-weight: 800;
    color: #0d223f;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.goe-form-header h3 {
    margin: 0 0 24px;
    font-size: 23px;
    line-height: 1.25;
    color: #0d223f;
    font-weight: 700;
}

.goe-form-header p {
    margin: 0;
    max-width: 760px;
    color: #394b59;
    font-size: 14px;
    line-height: 1.55;
}

.goe-form-meta {
    min-width: 230px;
    padding-top: 6px;
    color: #0d223f;
    font-size: 12px;
    line-height: 1.45;
    text-align: left;
}

.goe-form-meta span {
    font-weight: 800;
}

.goe-alert {
    margin: 0 0 18px;
    padding: 14px 16px;
    background: #ffffff;
    border-left: 4px solid #0d223f;
    color: #394b59;
    font-size: 14px;
    line-height: 1.45;
}

.goe-alert--error {
    border-left-color: #d93025;
}

.goe-alert--success {
    border-left-color: #188038;
}

.goe-alert a {
    color: #0d223f;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    z-index: 5;
}
.goe-id-block--active .goe-id-clear-button {
    display: inline-block;
}


.goe-section-bar {
    position: relative;
    height: 34px;
    margin: 28px 0 18px;
    background: #f58220;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.goe-section-bar::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 320px;
    background: #0d223f;
    clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%);
}

.goe-section-bar span {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    padding-left: 16px;
}

.goe-note-copy,
.goe-inline-help,
.goe-authority-copy {
    margin: 0 0 16px;
    color: #394b59;
    font-size: 14px;
    line-height: 1.55;
}

.goe-inline-help {
    margin-top: -6px;
}

.goe-inline-help a,
.goe-authority-copy a {
    color: #0d223f;
    font-weight: 700;
    text-decoration: none;
}

.goe-inline-help a:hover,
.goe-authority-copy a:hover {
    color: #f58220;
    text-decoration: underline;
}


.goe-grid--passport-name {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.goe-alert--warning {
    border-left-color: #f58220;
    background: #fff7ed;
    color: #0d223f;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 18px;
}

@media (max-width: 820px) {
    .goe-grid--passport-name {
        grid-template-columns: 1fr;
    }
}

.goe-note-head {
    display: inline-block;
    margin: 10px 0 12px;
    padding: 8px 14px;
    background: #0d223f;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .02em;
}

.goe-grid {
    display: grid;
    gap: 18px 20px;
    margin-bottom: 18px;
}

.goe-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.goe-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.goe-grid--3-6-3 {
    grid-template-columns: 1fr 2fr 1fr;
}

.goe-grid--suburb {
    grid-template-columns: 2fr 1fr 1fr 1.4fr;
}

.goe-grid--bank-mid {
    grid-template-columns: 1fr 1.5fr 1.5fr;
}

.goe-field {
    min-width: 0;
}

.goe-field label,
.goe-form label {
    display: block;
    margin: 0;
    color: #0d223f;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
}

.goe-field input,
.goe-field select,
.goe-field textarea,
.goe-form input[type="text"],
.goe-form input[type="email"],
.goe-form input[type="tel"],
.goe-form input[type="date"],
.goe-form input[type="month"],
.goe-form input[type="number"],
.goe-form input[type="url"],
.goe-form select,
.goe-form textarea {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 8px 0 0 !important;
    padding: 10px 12px;
    height: 43px;
    border: 1px solid #6d8a8a;
    border-radius: 0;
    background: #ffffff;
    color: #1f2933;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    line-height: 1.2;
    font-family: inherit;
}

.goe-field textarea,
.goe-form textarea {
    min-height: 88px;
    height: auto;
    resize: vertical;
}

.goe-field input:focus,
.goe-field select:focus,
.goe-field textarea:focus,
.goe-form input:focus,
.goe-form select:focus,
.goe-form textarea:focus {
    border-color: #f58220;
    box-shadow: 0 0 0 1px #f58220;
}

.goe-copy-box,
.goe-wide-copy {
    background: #ffffff;
    border-left: 4px solid #f58220;
    padding: 16px 18px;
    color: #394b59;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 18px;
}

.goe-copy-box p,
.goe-wide-copy p {
    margin: 0 0 10px;
}

.goe-copy-box p:last-child,
.goe-wide-copy p:last-child {
    margin-bottom: 0;
}

.goe-copy-box strong,
.goe-wide-copy strong {
    color: #0d223f;
    font-weight: 800;
}

.goe-mobile-id-box,
.goe-escrow-type-box {
    background: #ffffff;
    border: 1px solid #d4dbe2;
    padding: 16px 18px;
    margin: 0 0 18px;
}

.goe-mobile-id-box p,
.goe-escrow-type-box p {
    margin: 0 0 12px;
    color: #0d223f;
    font-weight: 800;
    font-size: 14px;
}

.goe-choice-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    align-items: center;
    margin: 0 0 18px;
}

.goe-choice {
    display: inline-flex !important;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    color: #394b59;
    font-size: 14px !important;
    line-height: 1.35;
    font-weight: 600 !important;
}

.goe-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.goe-choice__box {
    width: 18px;
    height: 18px;
    border: 2px solid #0d223f;
    background: #ffffff;
    display: inline-block;
    flex: 0 0 auto;
}

.goe-choice input[type="radio"] + .goe-choice__box {
    border-radius: 50%;
}

.goe-choice input:checked + .goe-choice__box {
    background: #f58220;
    border-color: #f58220;
    box-shadow: inset 0 0 0 3px #ffffff;
}

.goe-choice__label {
    color: #394b59;
}

.goe-authority-checks {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.goe-id-block,
.goe-me-condition-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #d4dbe2;
    padding: 18px;
    margin: 0 0 18px;
}

.goe-id-block h4,
.goe-me-condition-card h4 {
    margin: 0 34px 14px 0;
    color: #0d223f;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 800;
}

.goe-me-remove-condition {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 28px;
    height: 28px;
    border: 0;
    background: #0d223f;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.goe-me-add-condition {
    margin: 0 0 18px;
}

.goe-submit-row,
.goe-form-actions {
    margin-top: 22px;
}

.goe-submit-button,
.goe-submit-btn,
.goe-me-add-condition {
    display: inline-block;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: #f58220 !important;
    color: #ffffff !important;
    padding: 13px 24px;
    min-height: 43px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
}

.goe-submit-button:hover,
.goe-submit-button:focus,
.goe-submit-btn:hover,
.goe-submit-btn:focus,
.goe-me-add-condition:hover,
.goe-me-add-condition:focus {
    background: #e97516 !important;
    color: #ffffff !important;
}

.goe-me-admin pre {
    white-space: pre-wrap;
    max-width: 100%;
    overflow: auto;
}

.goe-me-admin textarea {
    width: 100%;
}

/* Make sure theme styles do not flatten the form */
.goe-me-wrap input,
.goe-me-wrap textarea,
.goe-me-wrap select,
.goe-me-wrap button {
    font-family: inherit;
}

.goe-me-wrap input[type="checkbox"],
.goe-me-wrap input[type="radio"] {
    width: auto;
    height: auto;
}

@media (max-width: 900px) {
    .goe-form-header {
        display: block;
    }

    .goe-form-meta {
        margin-top: 18px;
        min-width: 0;
    }

    .goe-grid--2,
    .goe-grid--3,
    .goe-grid--3-6-3,
    .goe-grid--suburb,
    .goe-grid--bank-mid {
        grid-template-columns: 1fr;
    }

    .goe-section-bar::before {
        width: 260px;
    }
}

@media (max-width: 560px) {
    .goe-web-form-wrap,
    .goe-transaction-form-wrap,
    .goe-me-wrap {
        padding: 0 12px;
    }

    .goe-form-shell {
        padding: 22px 18px 34px;
    }

    .goe-form-kicker {
        font-size: 25px;
    }

    .goe-form-header h3 {
        font-size: 20px;
    }

    .goe-section-bar::before {
        width: 230px;
    }
}


.goe-me-template-extra {
    margin-top: 14px;
}

.goe-me-template-extra.is-hidden {
    display: none !important;
}

.goe-me-template-extra .goe-copy-box {
    margin-bottom: 0;
}


.goe-me-wrap input[readonly]{background:#f8fafc;color:#0d223f;font-weight:700;}


.goe-me-drag-handle {
    display: inline-block;
    cursor: grab;
    color: #f58220;
    font-weight: 900;
    margin-right: 6px;
}

.goe-me-condition-card.is-dragging {
    opacity: 0.55;
    border: 2px dashed #f58220;
}

.goe-me-condition-card,
.goe-me-condition-card label,
.goe-me-condition-card p,
.goe-me-condition-card h4,
.goe-me-condition-card h5,
.goe-me-condition-card input,
.goe-me-condition-card textarea,
.goe-me-condition-card select {
    -webkit-user-select: text;
    user-select: text;
}

.goe-me-drag-handle {
    -webkit-user-select: none;
    user-select: none;
}


.goe-me-portal-condition {
    margin-bottom: 22px;
}

.goe-me-portal-action-form {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #d4dbe2;
}

.goe-me-accept-row {
    align-items: center;
    margin-top: 14px;
}

.goe-me-secondary-button {
    background: #0d223f !important;
}

.goe-me-secondary-button:hover,
.goe-me-secondary-button:focus {
    background: #173a63 !important;
}

.goe-me-admin details pre{max-height:420px;overflow:auto;background:#f6f7f7;padding:10px;border:1px solid #dcdcde;}


/* v1.2.0 — GoEscrow varied section divider ratios */
.goe-section-bar {
    background: rgb(245, 130, 32);
}

.goe-section-bar::before {
    background: rgb(13, 34, 63);
}

.goe-form-shell .goe-section-bar:nth-of-type(4n + 1)::before,
.goe-me-wrap .goe-section-bar:nth-of-type(4n + 1)::before {
    width: 230px;
}

.goe-form-shell .goe-section-bar:nth-of-type(4n + 2)::before,
.goe-me-wrap .goe-section-bar:nth-of-type(4n + 2)::before {
    width: 310px;
}

.goe-form-shell .goe-section-bar:nth-of-type(4n + 3)::before,
.goe-me-wrap .goe-section-bar:nth-of-type(4n + 3)::before {
    width: 265px;
}

.goe-form-shell .goe-section-bar:nth-of-type(4n + 4)::before,
.goe-me-wrap .goe-section-bar:nth-of-type(4n + 4)::before {
    width: 360px;
}

.goe-me-admin .button-primary {
    background: rgb(13, 34, 63);
    border-color: rgb(13, 34, 63);
}

.goe-me-admin .button-primary:hover,
.goe-me-admin .button-primary:focus {
    background: rgb(245, 130, 32);
    border-color: rgb(245, 130, 32);
}


.goe-me-quote-box {
    margin: -4px 0 20px;
    padding: 16px 18px;
    background: #ffffff;
    border-left: 4px solid rgb(245, 130, 32);
    box-shadow: 0 1px 0 rgba(13, 34, 63, 0.08);
}

.goe-me-quote-box.is-hidden {
    display: none;
}

.goe-me-quote-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    color: rgb(13, 34, 63);
    margin-bottom: 10px;
}

.goe-me-quote-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 6px 0;
    border-bottom: 1px solid #e1e5e8;
    font-size: 14px;
    color: #394b59;
}

.goe-me-quote-row strong {
    color: rgb(13, 34, 63);
    white-space: nowrap;
}

.goe-me-quote-total {
    border-bottom: 0;
    font-size: 16px;
    font-weight: 800;
    margin-top: 4px;
}

.goe-me-quote-total strong {
    color: rgb(245, 130, 32);
    font-size: 18px;
}

.goe-me-quote-note {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.45;
    color: #536272;
}

.goe-me-quote-error {
    border-left-color: #b91c1c;
}

.goe-me-quote-error .goe-me-quote-note {
    color: #b91c1c;
    font-weight: 700;
}

.goe-me-quote-pending .goe-me-quote-row strong {
    color: #6b7280;
    font-weight: 600;
    opacity: 0.55;
}

.goe-me-quote-pending .goe-me-quote-total strong {
    color: #6b7280;
    font-weight: 600;
    opacity: 0.55;
    font-size: 18px;
}

.goe-me-quote-pending .goe-me-quote-note {
    margin-top: 12px;
    padding: 10px 12px;
    background: #fff8f1;
    border-left: 4px solid rgb(245, 130, 32);
    color: rgb(13, 34, 63);
}

.goe-me-quote-pending .goe-me-quote-note strong {
    display: block;
    margin-bottom: 3px;
    color: rgb(13, 34, 63);
}


/* v1.2.0 status explainer blocks */
.goe-me-status-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 18px 0 22px;
}

.goe-me-status-info {
    background: #ffffff;
    border-left: 4px solid rgb(245, 130, 32);
    padding: 12px 14px;
}

.goe-me-status-info summary {
    cursor: pointer;
    font-weight: 800;
    color: rgb(13, 34, 63);
    font-size: 14px;
}

.goe-me-status-info p {
    margin: 10px 0 0;
    color: #394b59;
    font-size: 14px;
    line-height: 1.55;
}

.goe-me-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: rgb(13, 34, 63);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    margin-left: 6px;
}











@media (max-width: 760px) {
    .goe-me-status-info-grid {
        grid-template-columns: 1fr;
    }
}


/* v1.2.0 condition template builder */
.goe-me-admin-card{background:#fff;border:1px solid #dcdcde;padding:18px;margin:18px 0;}
.goe-me-template-field-row{border:1px solid #d4dbe2;background:#f8fafc;padding:14px;margin:12px 0;}
.goe-me-template-field-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;}
.goe-me-template-field-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px;}
.goe-me-template-field-grid label{display:block;font-weight:600;}
.goe-me-template-field-grid input,.goe-me-template-field-grid select,.goe-me-template-field-row textarea{width:100%;margin-top:4px;}
.goe-me-dynamic-fields{background:#fff;border-left:4px solid rgb(13,34,63);padding:14px 16px;margin:14px 0;}
.goe-me-dynamic-fields h5{margin:0 0 12px;color:rgb(13,34,63);font-size:15px;font-weight:800;}
@media (max-width:900px){.goe-me-template-field-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:620px){.goe-me-template-field-grid{grid-template-columns:1fr;}}


/* v1.2.0 template admin improvements */
.goe-me-template-actions-top {
    margin-bottom: 12px;
}

.goe-me-template-actions-top .button-large {
    font-size: 14px;
    padding: 6px 18px;
}


/* v1.2.0 webhook admin tools */
.goe-me-delete-webhook-id-form {
    margin: 10px 0 18px;
    padding: 12px;
    background: #fff8f8;
    border-left: 4px solid #b32d2e;
}
.goe-me-delete-webhook-id-form .regular-text {
    min-width: 520px;
    margin-right: 8px;
}


/* v1.2.0 transaction settlement action */
.goe-me-admin table .button-primary.small,
.goe-me-admin table .button.small {
    white-space: nowrap;
}


/* v1.2.0 per-transaction settlement policy controls */
.goe-me-policy-form {
    display: grid;
    gap: 6px;
    min-width: 230px;
}

.goe-me-policy-form label {
    display: grid;
    gap: 2px;
    font-size: 11px;
    line-height: 1.25;
    color: #1f2937;
}

.goe-me-policy-form select {
    max-width: 220px;
    font-size: 12px;
}

.goe-me-policy-form .submit {
    margin: 2px 0 0;
    padding: 0;
}


/* v1.2.0 local transaction lock / suspend */
.goe-me-lock-badge {
    display: inline-block;
    background: #991b1b;
    color: #fff;
    font-weight: 800;
    padding: 3px 7px;
    border-radius: 3px;
    font-size: 11px;
    letter-spacing: .04em;
    margin-bottom: 5px;
}
.goe-me-lock-reason {
    max-width: 210px;
    color: #7f1d1d;
    font-size: 11px;
    line-height: 1.35;
    margin-bottom: 5px;
}
.goe-me-lock-form {
    display: grid;
    gap: 4px;
    min-width: 150px;
}
.goe-me-lock-form textarea {
    width: 180px;
    font-size: 12px;
}
.goe-me-lock-form .submit {
    margin: 0;
    padding: 0;
}



/* v1.2.0 unified create transaction type panels */
.goe-transaction-type-panel {
    margin: 14px 0;
}
.goe-transaction-type-panel.is-hidden {
    display: none;
}


/* v1.2.0 Create Transaction layout fix */
.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
}

.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-form-shell {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 32px;
    box-sizing: border-box;
}

.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-form-header {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: flex-start;
}

.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-form-header > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-form-meta {
    flex: 0 0 auto;
    min-width: 190px;
    text-align: left;
}

.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-form-kicker {
    white-space: normal;
}

.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-grid {
    width: 100%;
}

.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-grid--2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 22px;
}

.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap input[type="text"],
.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap input[type="email"],
.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap input[type="tel"],
.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap input[type="number"],
.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap input[type="date"],
.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap input[type="time"],
.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap textarea,
.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap select {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-section-bar {
    width: 100%;
}

.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-copy-box,
.goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-wide-copy {
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 760px) {
    .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-form-shell {
        padding: 22px 16px;
    }

    .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-form-header {
        display: block;
    }

    .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-grid--2 {
        grid-template-columns: 1fr;
    }
}


/* v1.2.0 Create Transaction runtime/layout hardening */
body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap {
    width: 100% !important;
    max-width: 980px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-form-shell {
    width: 100% !important;
    max-width: 980px !important;
}

body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-form-header {
    width: 100% !important;
}

body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 760px) {
    body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-grid--2 {
        grid-template-columns: 1fr !important;
    }
}


/* v1.2.0 account registry/admin */
.goe-pp-account-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 12px 0 18px;
}

.goe-pp-account-summary-grid > div {
    background: #fff;
    border-left: 4px solid rgb(13,34,63);
    padding: 12px;
}

.goe-pp-account-suspend-form {
    display: grid;
    gap: 4px;
    min-width: 170px;
}

.goe-pp-account-suspend-form textarea {
    width: 190px;
    font-size: 12px;
}

.goe-pp-account-suspend-form .submit {
    margin: 0;
    padding: 0;
}

@media (max-width: 900px) {
    .goe-pp-account-summary-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .goe-pp-account-summary-grid {
        grid-template-columns: 1fr;
    }
}

/* GoEscrow Partners Platform admin menu icon */
#adminmenu #toplevel_page_goe-me .wp-menu-image img {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    object-fit: contain !important;
    padding: 7px 0 0 0 !important;
    opacity: 0.8;
}
#adminmenu #toplevel_page_goe-me:hover .wp-menu-image img,
#adminmenu #toplevel_page_goe-me.wp-has-current-submenu .wp-menu-image img {
    opacity: 1;
}


.goe-section-bar.goe-section-bar--wide-title::before {
    width: 520px;
}

.goe-secondary-button {
    display: inline-block;
    margin-top: 8px;
    padding: 9px 14px;
    border: 1px solid #0d223f;
    background: #ffffff;
    color: #0d223f;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.goe-secondary-button:hover,
.goe-secondary-button:focus {
    background: #0d223f;
    color: #ffffff;
}

.goe-secondary-button--small {
    margin-top: 8px;
    padding: 7px 11px;
    font-size: 12px;
}

.goe-trust-document-upload-row {
    margin-bottom: 14px;
}

@media (max-width: 720px) {
    .goe-section-bar.goe-section-bar--wide-title::before {
        width: 100%;
        clip-path: none;
    }
}

/* v1.6.5: keep all section-heading text fully inside the blue portion of blue/orange splitters. */
.goe-section-bar span {
    display: inline-flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    background: #0d223f;
    padding: 0 42px 0 16px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 100%, 0 100%);
    white-space: nowrap;
}

.goe-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 720px) {
    .goe-section-bar span {
        width: 100%;
        clip-path: none;
        white-space: normal;
        padding-right: 16px;
    }
}


.goe-party-abr-name.is-hidden {
    display: none !important;
}

.goe-party-lookup-result {
    margin: -4px 0 16px;
    padding: 12px 14px;
    border-left: 4px solid #0d223f;
    background: #ffffff;
    color: #243647;
    font-size: 14px;
    line-height: 1.45;
}
.goe-party-lookup-result.is-hidden {
    display: none;
}
.goe-party-lookup-result--error {
    border-left-color: #b42318;
    background: #fff7f5;


/* v1.9.0 shared public form width and app/web footer links */
body .goe-web-form-wrap,
body .goe-transaction-form-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap {
    width: 100% !important;
    max-width: 1040px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
}
body .goe-form-shell,
body .goe-web-form-wrap .goe-form-shell,
body .goe-transaction-form-wrap .goe-form-shell,
body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-form-shell {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}
.goe-form-app-links {
    margin: 32px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px 18px;
    max-width: 820px;
}
.goe-form-app-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 0;
}
.goe-form-app-links img {
    display: block;
    width: auto;
    height: 46px;
    max-width: 280px;
    object-fit: contain;
}
.goe-form-visual-footer {
    margin-top: 24px !important;
}
@media (max-width: 820px) {
    body .goe-web-form-wrap,
    body .goe-transaction-form-wrap,
    body .goe-web-form-wrap.goe-transaction-form-wrap,
    body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap {
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .goe-form-app-links {
        flex-direction: column;
        gap: 10px;
    }
    .goe-form-app-links img {
        height: auto;
        width: min(300px, 88vw);
        max-width: 300px;
    }
}
}


/* v1.9.0 shared public form width and app/web footer links */
body .goe-web-form-wrap,
body .goe-transaction-form-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap {
    width: 100% !important;
    max-width: 1040px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
}
@media (max-width: 820px) {
}

/* v1.9.1 public form shell/header/footer/app image layout */
body .goe-web-form-wrap,
body .goe-transaction-form-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
}
body .goe-form-shell,
body .goe-web-form-wrap .goe-form-shell,
body .goe-transaction-form-wrap .goe-form-shell {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}
.goe-public-form-header {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 18px;
    padding: 10px 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 2px solid #f58220;
}
.goe-public-form-logo { display: inline-flex; align-items: center; line-height: 0; text-decoration: none; }
.goe-public-form-logo img { display: block; width: min(220px, 42vw); height: auto; max-height: 54px; object-fit: contain; }
.goe-public-form-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; }
.goe-public-form-menu a { color: #0d223f; text-decoration: none; }
.goe-public-form-menu a:hover,
.goe-public-form-menu a:focus { color: #f58220; text-decoration: underline; text-underline-offset: 3px; }
.goe-form-app-links { margin: 30px auto 0 !important; max-width: 900px !important; }
.goe-form-visual-footer { margin: 24px auto 0 !important; max-width: 900px !important; border-top: 4px solid #f58220; background: #f7f8fa; overflow: hidden; }
.goe-form-visual-footer img { width: 100%; height: auto; max-height: 360px; object-fit: cover; display: block; }
.goe-public-form-footer { margin: 34px auto 0; width: 100%; max-width: 900px; background:#151515; color:#fff; padding:34px 30px 26px; box-sizing:border-box; font-size:13px; line-height:1.55; }
.goe-public-footer-grid { display:grid; grid-template-columns:1.25fr .8fr 1fr 1fr; gap:26px; }
.goe-public-form-footer h4 { margin:0 0 14px; color:#f58220; text-transform:uppercase; letter-spacing:.06em; font-size:13px; }
.goe-public-form-footer h4:after { content:""; display:block; width:48px; height:2px; background:#f58220; margin-top:9px; }
.goe-public-form-footer a { color:#fff; text-decoration:none; }
.goe-public-form-footer a:hover,.goe-public-form-footer a:focus { color:#f58220; text-decoration:underline; }
.goe-public-footer-logo { width:110px; height:auto; margin:0 0 14px; display:block; }
.goe-public-footer-disclaimer,.goe-public-footer-copy { margin:22px 0 0; text-align:center; color:#d7d7d7; }
.goe-public-footer-copy { margin-top:12px; }
@media(max-width:900px){body .goe-web-form-wrap,body .goe-transaction-form-wrap,body .goe-web-form-wrap.goe-transaction-form-wrap,body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap{max-width:100%!important;padding-left:16px!important;padding-right:16px!important}.goe-public-form-header{flex-direction:column;align-items:flex-start}.goe-public-form-menu{justify-content:flex-start}.goe-public-footer-grid{grid-template-columns:1fr}.goe-public-form-footer{padding:28px 22px 24px}}


/* v1.9.3 public layout width/spacing override. Width is controlled by WP Admin > Branding > Public form width. */
body .goe-web-form-wrap,
body .goe-transaction-form-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap {
    width: 100% !important;
    max-width: var(--goe-pp-public-form-width, 999px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
}
.goe-public-form-header,
.goe-form-app-links,
.goe-form-visual-footer,
.goe-public-form-footer {
    max-width: var(--goe-pp-public-form-width, 999px) !important;
}
.goe-form-app-links { margin-top: 46px !important; }
.goe-public-form-footer { margin-top: 72px !important; }
@media (max-width: 900px) {
    body .goe-web-form-wrap,
    body .goe-transaction-form-wrap,
    body .goe-web-form-wrap.goe-transaction-form-wrap,
    body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap {
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}


/* v1.9.4 public form layout normalisation
   Single visual system for Individual Account, ABN Account, Transaction and verification views. */
body .goe-web-form-wrap,
body .goe-transaction-form-wrap,
body .goe-me-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap {
    --goe-pp-form-gutter-x: 38px;
    --goe-pp-form-gutter-y: 28px;
    width: 100% !important;
    max-width: var(--goe-pp-public-form-width, 999px) !important;
    margin: 0 auto 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    color: #0d223f;
}

body .goe-web-form-wrap *,
body .goe-transaction-form-wrap *,
body .goe-me-wrap * {
    box-sizing: border-box !important;
}

body .goe-form-shell,
body .goe-web-form-wrap .goe-form-shell,
body .goe-transaction-form-wrap .goe-form-shell,
body .goe-me-wrap .goe-form-shell,
body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-form-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: var(--goe-pp-form-gutter-y) var(--goe-pp-form-gutter-x) 42px !important;
    background: #f2f2f2 !important;
}

body .goe-form-header,
body .goe-web-form-wrap .goe-form-header,
body .goe-transaction-form-wrap .goe-form-header,
body .goe-me-wrap .goe-form-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 230px !important;
    gap: 18px 30px !important;
    align-items: start !important;
    margin: 0 0 26px !important;
}

body .goe-form-header > div:first-child {
    display: contents !important;
}

body .goe-form-kicker,
body .goe-web-form-wrap .goe-form-kicker,
body .goe-transaction-form-wrap .goe-form-kicker,
body .goe-me-wrap .goe-form-kicker {
    grid-column: 1 !important;
    margin: 0 0 4px !important;
    font-size: 31px !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
    color: #0d223f !important;
}

body .goe-form-header h3,
body .goe-web-form-wrap .goe-form-header h3,
body .goe-transaction-form-wrap .goe-form-header h3,
body .goe-me-wrap .goe-form-header h3 {
    grid-column: 1 !important;
    margin: 0 0 10px !important;
    font-size: 23px !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
    color: #0d223f !important;
}

body .goe-form-header p,
body .goe-web-form-wrap .goe-form-header p,
body .goe-transaction-form-wrap .goe-form-header p,
body .goe-me-wrap .goe-form-header p {
    grid-column: 1 / -1 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: #394b59 !important;
}

body .goe-form-meta,
body .goe-web-form-wrap .goe-form-meta,
body .goe-transaction-form-wrap .goe-form-meta,
body .goe-me-wrap .goe-form-meta {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    min-width: 0 !important;
    padding-top: 2px !important;
    text-align: left !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: #394b59 !important;
}

body .goe-form-meta span {
    font-weight: 800 !important;
    color: #0d223f !important;
}

body .goe-section-bar,
body .goe-web-form-wrap .goe-section-bar,
body .goe-transaction-form-wrap .goe-section-bar,
body .goe-me-wrap .goe-section-bar {
    width: 100% !important;
    height: 34px !important;
    margin: 28px 0 18px !important;
    background: #f58220 !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
}

body .goe-section-bar::before,
body .goe-web-form-wrap .goe-section-bar::before,
body .goe-transaction-form-wrap .goe-section-bar::before,
body .goe-me-wrap .goe-section-bar::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 auto 0 0 !important;
    width: 310px !important;
    height: 100% !important;
    background: #0d223f !important;
    clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%) !important;
}

body .goe-section-bar span,
body .goe-web-form-wrap .goe-section-bar span,
body .goe-transaction-form-wrap .goe-section-bar span,
body .goe-me-wrap .goe-section-bar span {
    position: relative !important;
    z-index: 1 !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    padding-left: 16px !important;
    white-space: nowrap !important;
}

body .goe-note-copy,
body .goe-inline-help,
body .goe-authority-copy,
body .goe-copy-box,
body .goe-mobile-id-box,
body .goe-alert {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

body .goe-grid {
    display: grid !important;
    gap: 18px 20px !important;
    margin-bottom: 18px !important;
    align-items: start !important;
}

body .goe-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
body .goe-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }


body .goe-form label,
body .goe-field label {
    display: block !important;
    margin: 0 0 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: #2b4051 !important;
}

body .goe-form input[type="text"],
body .goe-form input[type="email"],
body .goe-form input[type="tel"],
body .goe-form input[type="date"],
body .goe-form input[type="month"],
body .goe-form input[type="number"],
body .goe-form input[type="url"],
body .goe-form select,
body .goe-form textarea,
body .goe-field input,
body .goe-field select,
body .goe-field textarea {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border: 1px solid #6d8a8a !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #1f2933 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
}

body .goe-form textarea,
body .goe-field textarea {
    min-height: 96px !important;
    height: auto !important;
}

body .goe-copy-box,
body .goe-mobile-id-box,
body .goe-alert {
    padding: 16px 18px !important;
    margin: 0 0 18px !important;
    background: #fff !important;
    border: 1px solid #d8dde3 !important;
    border-left: 4px solid #f58220 !important;
    color: #394b59 !important;
}

body .goe-public-form-header,
body .goe-form-app-links,
body .goe-form-visual-footer,
body .goe-public-form-footer {
    max-width: var(--goe-pp-public-form-width, 999px) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

body .goe-public-form-header {
    padding: 0 0 14px !important;
    margin-bottom: 16px !important;
    border-bottom: 2px solid #f58220 !important;
}

body .goe-form-app-links { margin-top: 52px !important; }
body .goe-form-visual-footer { margin-top: 26px !important; }
body .goe-public-form-footer { margin-top: 104px !important; }

body .goe-form-app-links img {
    height: 46px !important;
    width: auto !important;
    max-width: 280px !important;
    object-fit: contain !important;
}

body .goe-form-visual-footer img {
    width: 100% !important;
    height: auto !important;
    max-height: 360px !important;
    object-fit: cover !important;
    display: block !important;
}

body .goe-public-form-footer section:first-child p:first-of-type {
    line-height: 1.35 !important;
}

@media (max-width: 900px) {
    body .goe-web-form-wrap,
    body .goe-transaction-form-wrap,
    body .goe-me-wrap,
    body .goe-web-form-wrap.goe-transaction-form-wrap,
    body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap {
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    body .goe-form-shell {
        padding: 22px 18px 34px !important;
    }
    body .goe-form-header {
        display: block !important;
    }
    body .goe-form-meta {
        margin-top: 12px !important;
    }
    body .goe-grid--2,
body .goe-grid--3{
        grid-template-columns: 1fr !important;
    }
    body .goe-section-bar::before { width: 250px !important; }
    body .goe-form-kicker { font-size: 25px !important; }
    body .goe-form-app-links { flex-direction: column !important; gap: 10px !important; }
    body .goe-form-app-links img { width: min(300px, 88vw) !important; height: auto !important; max-width: 300px !important; }
}


/* v1.9.5 public form header/menu/footer controls */
body .goe-public-form-header.goe-public-form-header--no-logo{justify-content:center!important;text-align:center!important;}
body .goe-public-form-header.goe-public-form-header--no-logo > span{display:none!important;}
body .goe-public-form-header.goe-public-form-header--no-logo .goe-public-form-menu{justify-content:center!important;width:100%!important;}
body .goe-public-form-menu a{font-weight:800!important;}
body .goe-public-form-footer{margin-top:144px!important;}


/* v1.9.6 form polish pass: unified rhythm, banner variation, controls alignment */
body .goe-web-form-wrap,
body .goe-transaction-form-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap {
    padding-top: 30px !important;
}
body .goe-public-form-header {
    padding-top: 12px !important;
    margin-bottom: 18px !important;
}
body .goe-public-form-header.goe-public-form-header--no-logo {
    padding-top: 30px !important;
}
body .goe-public-form-header-spacer--none {
    height: 56px !important;
    max-width: var(--goe-pp-public-form-width, 999px) !important;
    margin: 0 auto !important;
}
body .goe-form-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 24px !important;
    align-items: start !important;
    margin-bottom: 28px !important;
}
body .goe-form-meta {
    min-width: 190px !important;
    text-align: left !important;
    padding-top: 4px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}
body .goe-form-kicker {
    letter-spacing: .02em !important;
}
body .goe-form-shell {
    padding: 34px 38px 42px !important;
}
body .goe-section-bar {
    margin: 26px 0 18px !important;
}
body .goe-section-bar::before,
body .goe-web-form-wrap .goe-section-bar::before,
body .goe-transaction-form-wrap .goe-section-bar::before,
body .goe-me-wrap .goe-section-bar::before {
    width: var(--goe-bar-blue-width, 300px) !important;
    min-width: calc(var(--goe-bar-blue-width, 300px)) !important;
}
body .goe-section-bar span,
body .goe-web-form-wrap .goe-section-bar span,
body .goe-transaction-form-wrap .goe-section-bar span,
body .goe-me-wrap .goe-section-bar span {
    position: relative !important;
    z-index: 2 !important;
    padding-left: 16px !important;
    padding-right: 26px !important;
}
body .goe-submit-btn,
body .goe-submit-button,
body .goe-form-actions .goe-submit-button {
    min-width: 190px !important;
    text-transform: uppercase !important;
    letter-spacing: .03em !important;
    text-align: center !important;
}
body .goe-choice,
body label.goe-choice {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 28px !important;
    line-height: 1.35 !important;
    margin: 8px 0 !important;
}
body .goe-choice input[type="checkbox"],
body .goe-choice input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
}
body .goe-choice__box {
    flex: 0 0 auto !important;
    margin: 0 !important;
    transform: translateY(0) !important;
    align-self: center !important;
}
body .goe-choice__label {
    display: block !important;
    line-height: 1.35 !important;
    padding-top: 0 !important;
}


body .goe-abn-execution-grid {
    align-items: end !important;
}
body .goe-abn-execution-grid .goe-field label {
    min-height: 34px !important;
    display: flex !important;
    align-items: flex-end !important;
}
body .goe-choice-row {
    align-items: center !important;
}
body .goe-mobile-id-box .goe-choice-row {
    gap: 16px !important;
}
@media (max-width: 900px) {
    body .goe-form-shell { padding: 24px 18px 34px !important; }
    body .goe-section-bar::before,
    body .goe-web-form-wrap .goe-section-bar::before,
    body .goe-transaction-form-wrap .goe-section-bar::before,
    body .goe-me-wrap .goe-section-bar::before { width: min(var(--goe-bar-blue-width, 300px), 78vw) !important; }
}


/* v1.9.8 proper selector/menu polish rebuilt from v1.9.6 */
body .goe-public-form-menu {
    align-items: center !important;
    gap: 10px 24px !important;
}
body .goe-public-form-menu a {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    min-width: 96px !important;
    line-height: 1.05 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .035em !important;
    text-decoration: none !important;
}
body .goe-public-form-menu a:hover,
body .goe-public-form-menu a:focus {
    color: #0d223f !important;
    text-decoration: none !important;
}
body .goe-public-form-menu .goe-menu-line {
    display: block !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.06 !important;
}
body .goe-public-form-menu .goe-menu-bottom {
    padding-bottom: 3px !important;
    border-bottom: 2px solid transparent !important;
}
body .goe-public-form-menu a:hover .goe-menu-bottom,
body .goe-public-form-menu a:focus .goe-menu-bottom {
    color: #f58220 !important;
    border-bottom-color: #f58220 !important;
}

body .goe-choice-row {
    gap: 7px 18px !important;
    align-items: center !important;
}
body .goe-choice,
body label.goe-choice {
    align-items: center !important;
    gap: 8px !important;
    margin: 2px 0 !important;
    min-height: 24px !important;
    line-height: 1.25 !important;
}
body .goe-choice__label {
    line-height: 1.25 !important;
}
body .goe-choice__box,
body .goe-choice input[type="checkbox"],
body .goe-choice input[type="radio"] {
    margin-top: 0 !important;
    align-self: center !important;
}

body .goe-choice-row.goe-authority-checks{
    background: #fff !important;
    border: 1px solid #d4dbe2 !important;
    border-left: 4px solid #f58220 !important;
    padding: 13px 16px !important;
    margin: 12px 0 20px !important;
    box-sizing: border-box !important;
}
body .goe-choice-row.goe-authority-checks .goe-choice{
    display: flex !important;
    width: 100% !important;
    margin: 4px 0 !important;
}
body .goe-choice-row.goe-authority-checks .goe-choice + .goe-choice{
    margin-top: 8px !important;
}
@media (max-width: 720px) {
    body .goe-public-form-menu { justify-content: center !important; width: 100% !important; gap: 12px 10px !important; }
    body .goe-public-form-menu a { min-width: 86px !important; font-size: 12px !important; }
    body .goe-public-form-menu .goe-menu-line { font-size: 12px !important; }
}

/* v1.9.9 menu hover, selector rhythm, authority consistency */
body .goe-public-form-menu a:hover .goe-menu-top,
body .goe-public-form-menu a:focus .goe-menu-top {
    color: #f58220 !important;
    text-decoration: none !important;
    border-bottom-color: transparent !important;
}
body .goe-public-form-menu a:hover .goe-menu-bottom,
body .goe-public-form-menu a:focus .goe-menu-bottom {
    color: #f58220 !important;
    border-bottom: 2px solid #f58220 !important;
}
body .goe-choice-row.goe-authority-checks{
    background: #fff !important;
    border: 1px solid #d4dbe2 !important;
    border-left: 4px solid #f58220 !important;
    padding: 14px 18px !important;
    margin: 12px 0 20px !important;
    display: block !important;
}
body .goe-choice-row.goe-authority-checks .goe-choice{
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    width: 100% !important;
    margin: 0 0 7px !important;
    min-height: 24px !important;
    line-height: 1.28 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
body .goe-choice-row.goe-authority-checks .goe-choice:last-child{
    margin-bottom: 0 !important;
}
body .goe-choice-row.goe-authority-checks .goe-choice__label,
body .goe-choice .goe-choice__label{
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.28 !important;
    color: #263645 !important;
}
body .goe-choice-row,
body .goe-choice-grid {
    gap: 6px 16px !important;
}
body .goe-choice,
body label.goe-choice {
    align-items: center !important;
    gap: 9px !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    min-height: 24px !important;
    line-height: 1.28 !important;
}
body .goe-choice input[type="checkbox"],
body .goe-choice input[type="radio"],
body .goe-choice__box {
    flex: 0 0 auto !important;
    align-self: center !important;
    margin: 0 !important;
    transform: translateY(0) !important;
}


/* v2.0.1 hard-normalise GoEscrow public selector components */
body .goe-is-hidden { display: none !important; }
body .goe-choice-row,
body .goe-mobile-id-box .goe-choice-row,
body .goe-field .goe-choice-row { gap: 7px 14px !important; }
body .goe-choice,
body label.goe-choice {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    margin: 0 0 7px 0 !important;
    padding: 0 !important;
    min-height: 22px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.28 !important;
    color: #263645 !important;
}
body .goe-choice:last-child,
body label.goe-choice:last-child { margin-bottom: 0 !important; }
body .goe-choice__box {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    margin: 0 !important;
    border: 1px solid #8a9aa8 !important;
    background: #fff !important;
    box-sizing: border-box !important;
    position: relative !important;
}
body .goe-choice input[type="radio"] + .goe-choice__box { border-radius: 50% !important; }
body .goe-choice input[type="checkbox"] + .goe-choice__box { border-radius: 0 !important; }
body .goe-choice input[type="radio"]:checked + .goe-choice__box:after,
body .goe-choice input[type="checkbox"]:checked + .goe-choice__box:after {
    content: "" !important;
    position: absolute !important;
    inset: 3px !important;
    background: #f58220 !important;
    border-radius: inherit !important;
}
body .goe-choice__label,
body .goe-choice .goe-choice__label,
body label.goe-choice .goe-choice__label {
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.28 !important;
    color: #263645 !important;
    margin: 0 !important;
    padding: 0 !important;
}
body .goe-authority-checks,
body .goe-execution-confirmations,
body .goe-choice-row.goe-authority-checks{
    display: block !important;
    background: #fff !important;
    border: 1px solid #d4dbe2 !important;
    border-left: 4px solid #f58220 !important;
    padding: 14px 18px !important;
    margin: 12px 0 20px !important;
    box-sizing: border-box !important;
}
body .goe-authority-checks .goe-choice,
body .goe-execution-confirmations .goe-choice{
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 0 7px 0 !important;
}
body .goe-authority-checks .goe-choice:last-child,
body .goe-execution-confirmations .goe-choice:last-child{
    margin-bottom: 0 !important;
}


/* ===== END goescrow-partners-platform.css ===== */



/* ===== BEGIN goescrow-web-account-form.css ===== */

/* GoEscrow Web Account Form CSS Version 1.0.10 */

.goe-web-form-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 18px 48px;
    box-sizing: border-box;
}

.goe-form-shell {
    background: #f2f2f2;
    padding: 24px 38px 42px;
    box-sizing: border-box;
}

.goe-form-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 28px;
    align-items: start;
    margin-bottom: 20px;
}

.goe-form-header > div:first-child {
    display: contents;
}

.goe-form-kicker {
    grid-column: 1;
    font-size: 31px;
    line-height: 1.05;
    font-weight: 800;
    color: #0d223f;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.goe-form-header h3 {
    grid-column: 1;
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    color: #0d223f;
}

.goe-form-header p {
    grid-column: 1 / -1;
    margin: 0;
    max-width: none !important;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #394b59;
}

.goe-form-meta {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-width: 220px;
    font-size: 13px;
    line-height: 1.6;
    color: #394b59;
}

.goe-form-meta span {
    font-weight: 700;
    color: #0d223f;
}

.goe-section-bar {
    position: relative;
    margin: 28px 0 18px;
    height: 34px;
    background: #f58220;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.goe-section-bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 290px;
    height: 100%;
    background: #0d223f;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
}

.goe-section-bar span {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 16px;
}

.goe-note-head {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 4px 6px 4px 4px;
    background: #0d223f;
    line-height: 1;
}

.goe-note-head span {
    display: inline-block;
    padding: 3px 8px 4px;
    background: #f58220;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.1;
    text-transform: uppercase;
}


.goe-id-or-separator {
    display: inline-block;
    margin: 8px 0;
    padding: 4px 6px 4px 4px;
    background: #0d223f;
    line-height: 1;
}

.goe-id-or-separator span {
    display: inline-block;
    padding: 3px 8px 4px;
    background: #f58220;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.1;
    text-transform: uppercase;
}

.goe-note-copy,
.goe-authority-copy,
.goe-inline-help {
    font-size: 14px;
    line-height: 1.55;
    color: #394b59;
    margin: 0 0 14px;
}

.goe-manual-id-sections {
    transition: opacity 0.18s ease;
}

.goe-manual-id-sections.is-hidden {
    display: none;
}

.goe-grid {
    display: grid;
    gap: 18px 20px;
    margin-bottom: 18px;
    align-items: start;
}
.goe-grid--3-6-3 {
    grid-template-columns: 1fr 1fr 3fr;
}

.goe-grid--suburb {
    grid-template-columns: 2fr 1fr 1fr 1.3fr;
}

.goe-grid--dl {
    grid-template-columns: 1.05fr 1.25fr 1.1fr 1fr;
}

.goe-grid--passport {
    grid-template-columns: 1.2fr 1.5fr 1fr;
}

.goe-grid--medicare-1 {
    grid-template-columns: 1fr 2.4fr 1.2fr;
}

.goe-grid--medicare-2 {
    grid-template-columns: 1fr 2.8fr;
}

.goe-grid--centrelink-top {
    grid-template-columns: 1fr;
}

.goe-grid--centrelink-bottom {
    grid-template-columns: 2.5fr 1fr;
}

.goe-grid--immi-top {
    grid-template-columns: 2fr 1fr;
}

.goe-grid--immi-bottom {
    grid-template-columns: 1fr 1.55fr;
}

.goe-grid--vevo-top {
    grid-template-columns: 1fr 1fr;
}

.goe-grid--vevo-bottom {
    grid-template-columns: 1fr 1fr;
}

.goe-grid--bank-mid {
    grid-template-columns: 1fr 1.35fr 1.6fr;
}

.goe-field,
.goe-grid > .goe-field {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

.goe-field label {
    display: block;
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: #3a4b59;
}

.goe-field input,
.goe-field select,
.goe-field textarea {
    display: block;
    width: 100%;
    min-width: 0;
    height: 42px;
    margin: 0 !important;
    box-sizing: border-box;
    padding: 10px 14px;
    border: 1px solid #6d8a8a;
    background: #ffffff;
    color: #1f2933;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    line-height: 1.2;
}

.goe-field input:focus,
.goe-field select:focus,
.goe-field textarea:focus {
    outline: none;
    border-color: #f58220;
    box-shadow: 0 0 0 1px rgba(245, 130, 32, 0.2);
}

.goe-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 38px;
    background-image:
        linear-gradient(45deg, transparent 50%, #66727f 50%),
        linear-gradient(135deg, #66727f 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 18px,
        calc(100% - 12px) 18px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.goe-grid--dl .goe-field:first-child,
.goe-grid--medicare-1 .goe-field:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
    justify-self: stretch;
    align-self: start;
}

.goe-grid--dl .goe-field:first-child select,
.goe-grid--medicare-1 .goe-field:first-child select {
    width: 100%;
    margin-left: 0 !important;
    padding-left: 14px;
    box-sizing: border-box;
}

.goe-mobile-id-box {
    background: #ffffff;
    border: 1px solid #d4dbe2;
    padding: 16px 18px;
    margin-bottom: 18px;
}

.goe-mobile-id-box p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #394b59;
}

.goe-choice-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
}

.goe-choice {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 1.45;
    color: #334155;
    margin: 0;
}

.goe-choice input[type="radio"],
.goe-choice input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.goe-choice__box {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border: 1px solid #8a9aa8;
    background: #ffffff;
    margin-top: 1px;
    box-sizing: border-box;
    position: relative;
}

.goe-choice input[type="radio"]:checked + .goe-choice__box::after,
.goe-choice input[type="checkbox"]:checked + .goe-choice__box::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #f58220;
}

.goe-choice__label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.45;
    color: #334155;
}

.goe-id-block {
    margin-bottom: 22px;
}

.goe-id-block h4 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.3;
    color: #0d223f;
    font-weight: 800;
    text-decoration: underline;
}

.goe-choice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin-top: 10px;
    margin-bottom: 18px;
}

.goe-choice-card {
    position: relative;
}

.goe-choice-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.goe-choice-card__label {
    display: block;
    min-height: 88px;
    padding: 16px 18px;
    border: 2px solid #cfd6dc;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s ease;
    box-sizing: border-box;
}

.goe-choice-card__label:hover {
    border-color: #f58220;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.goe-choice-card input[type="radio"]:checked + .goe-choice-card__label {
    border-color: #f58220;
    background: #fff7ef;
    box-shadow: inset 0 0 0 1px #f58220;
}

.goe-choice-card__code {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #0d223f;
    margin-bottom: 8px;
    padding: 6px 8px;
    border: 1px solid #d7dde3;
    background: #f7f9fb;
    border-radius: 3px;
}

.goe-choice-card input[type="radio"]:checked + .goe-choice-card__label .goe-choice-card__code {
    border-color: #f58220;
    background: #f58220;
    color: #ffffff;
}

.goe-choice-card__text {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #334155;
    font-weight: 600;
}

.goe-copy-box {
    background: transparent;
    border: 1px solid #d6dde3;
    padding: 14px 16px;
    font-size: 13px;
    line-height: 1.5;
    color: #4a5a68;
    min-height: 42px;
    box-sizing: border-box;
}

.goe-copy-box p {
    margin: 0 0 8px;
}

.goe-copy-box p:last-child {
    margin-bottom: 0;
}



.goe-submit-row {
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
}

.goe-submit-btn {
    appearance: none;
    border: 0;
    background: #f58220;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 28px;
    border-radius: 0;
    cursor: pointer;
    box-shadow: none;
}

.goe-submit-btn:hover,
.goe-submit-btn:focus {
    background: #de7318;
    color: #ffffff;
    outline: none;
}

.goe-alert {
    margin: 0 0 20px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.45;
    border: 1px solid transparent;
}

.goe-alert--error {
    background: #fff4f4;
    border-color: #f1c1c1;
    color: #8a1f1f;
}

.goe-alert--success {
    background: #f1fbf3;
    border-color: #bfe3c5;
    color: #1f6b2a;
}



@media (max-width: 980px) {
    .goe-form-shell {
        padding: 22px 22px 34px;
    }

    .goe-form-header {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .goe-form-kicker,
    .goe-form-header h3,
    .goe-form-header p,
    .goe-form-meta {
        grid-column: 1;
        grid-row: auto;
    }

    .goe-form-meta {
        min-width: 0;
    }

    .goe-grid--3,
    .goe-grid--3-6-3,
    .goe-grid--suburb,
    .goe-grid--dl,
    .goe-grid--passport,
    .goe-grid--medicare-1,
    .goe-grid--medicare-2,
    .goe-grid--centrelink-bottom,
    .goe-grid--immi-top,
    .goe-grid--immi-bottom,
    .goe-grid--vevo-top,
    .goe-grid--vevo-bottom,
    .goe-grid--bank-mid,
    .goe-grid--2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .goe-web-form-wrap {
        padding: 0 10px 28px;
    }

    .goe-form-shell {
        padding: 18px 14px 28px;
    }

    .goe-form-kicker {
        font-size: 24px;
    }

    .goe-form-header h3 {
        font-size: 19px;
    }

    .goe-section-bar {
        height: 32px;
    }

    .goe-section-bar::before {
        width: 230px;
    }

    .goe-grid--3,
    .goe-grid--3-6-3,
    .goe-grid--suburb,
    .goe-grid--dl,
    .goe-grid--passport,
    .goe-grid--medicare-1,
    .goe-grid--medicare-2,
    .goe-grid--centrelink-top,
    .goe-grid--centrelink-bottom,
    .goe-grid--immi-top,
    .goe-grid--immi-bottom,
    .goe-grid--vevo-top,
    .goe-grid--vevo-bottom,
    .goe-grid--bank-mid,
    .goe-grid--2 {
        grid-template-columns: 1fr;
    }

    .goe-choice-grid {
        grid-template-columns: 1fr;
    }

    .goe-submit-row {
        justify-content: stretch;
    }

    .goe-submit-btn {
        width: 100%;
    }
}

.goe-authority-copy a {
    color: #0d223f;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.goe-authority-copy a:hover,
.goe-authority-copy a:focus {
    color: #f58220;
}
@media (max-width: 720px) {
}
@media (max-width: 720px) {
}


/* v1.8.9 shared public form layout and rotating visual footer */
.goe-web-form-wrap,
.goe-transaction-form-wrap {
    width: 100% !important;
    max-width: 1040px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}
.goe-form-shell {
    width: 100% !important;
    box-sizing: border-box !important;
}
.goe-form-visual-footer {
    margin: 34px auto 0;
    width: 100%;
    max-width: 820px;
    overflow: hidden;
    border-radius: 0;
    background: #f7f8fa;
    border-top: 4px solid #f58220;
}
.goe-form-visual-footer img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
}
@media (max-width: 820px) {
    .goe-web-form-wrap,
    .goe-transaction-form-wrap {
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .goe-form-visual-footer img { max-height: 260px; }
}
@media (max-width: 820px) {
}
.goe-form-app-links,
.goe-form-visual-footer {
    position: relative;
    z-index: 1;
    clear: both;
}
.goe-form-app-links {
    margin: 30px auto 0 !important;
    padding-top: 0;
    max-width: 900px !important;
}
@media (max-width: 900px) {
    .goe-public-form-header { flex-direction: column; align-items: flex-start; }
    .goe-public-form-menu { justify-content: flex-start; }
    .goe-public-footer-grid { grid-template-columns: 1fr; }
    .goe-public-form-footer { padding: 28px 22px 24px; }
}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
}
@media (max-width: 720px) {
}

/* v1.9.9 authority/menu selector consistency override */
body .goe-public-form-menu a:hover .goe-menu-top,
body .goe-public-form-menu a:focus .goe-menu-top { color:#f58220!important; text-decoration:none!important; border-bottom-color:transparent!important; }
body .goe-public-form-menu a:hover .goe-menu-bottom,
body .goe-public-form-menu a:focus .goe-menu-bottom { color:#f58220!important; border-bottom:2px solid #f58220!important; }
body .goe-choice-row.goe-authority-checks{ background:#fff!important; border:1px solid #d4dbe2!important; border-left:4px solid #f58220!important; padding:14px 18px!important; margin:12px 0 20px!important; display:block!important; }
body .goe-choice-row.goe-authority-checks .goe-choice{ display:flex!important; align-items:center!important; gap:9px!important; width:100%!important; margin:0 0 7px!important; min-height:24px!important; line-height:1.28!important; font-size:13px!important; font-weight:500!important; }
body .goe-choice-row.goe-authority-checks .goe-choice:last-child{ margin-bottom:0!important; }
body .goe-choice-row.goe-authority-checks .goe-choice__label,
body .goe-choice .goe-choice__label{ font-size:13px!important; font-weight:500!important; line-height:1.28!important; color:#263645!important; }
body .goe-choice-row, body .goe-choice-grid { gap:6px 16px!important; }
body .goe-choice, body label.goe-choice { align-items:center!important; gap:9px!important; margin-top:0!important; margin-bottom:5px!important; min-height:24px!important; line-height:1.28!important; }
body .goe-choice input[type="checkbox"], body .goe-choice input[type="radio"], body .goe-choice__box { flex:0 0 auto!important; align-self:center!important; margin:0!important; transform:translateY(0)!important; }
/* ===== END goescrow-web-account-form.css ===== */



/* ===== BEGIN goescrow-web-transaction-form.css ===== */

/* GoEscrow Web Transaction Form CSS Version 1.0.0 */
.goe-web-form-wrap{max-width:1120px;margin:0 auto;padding:0 18px 48px;box-sizing:border-box}.goe-form-shell{background:#f2f2f2;padding:24px 38px 42px;box-sizing:border-box}.goe-form-header{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:28px;align-items:start;margin-bottom:20px}.goe-form-header>div:first-child{display:contents}.goe-form-kicker{grid-column:1;font-size:31px;line-height:1.05;font-weight:800;color:#0d223f;letter-spacing:.02em;text-transform:uppercase;margin-bottom:4px}.goe-form-header h3{grid-column:1;margin:0 0 8px;font-size:22px;line-height:1.2;font-weight:700;color:#0d223f}.goe-form-header p{grid-column:1/-1;margin:0;max-width:none!important;width:100%;font-size:14px;line-height:1.5;color:#394b59}.goe-form-meta{grid-column:2;grid-row:1/span 2;min-width:220px;font-size:13px;line-height:1.6;color:#394b59}.goe-form-meta span{font-weight:700;color:#0d223f}.goe-section-bar{position:relative;margin:28px 0 18px;height:34px;background:#f58220;display:flex;align-items:center;overflow:hidden}.goe-section-bar:before{content:"";position:absolute;left:0;top:0;width:290px;height:100%;background:#0d223f;clip-path:polygon(0 0,92% 0,100% 100%,0 100%)}.goe-section-bar span{position:relative;z-index:1;color:#fff;font-size:16px;font-weight:700;padding-left:16px}.goe-note-copy,.goe-authority-copy,.goe-inline-help{font-size:14px;line-height:1.55;color:#394b59;margin:0 0 14px}.goe-authority-copy a{color:#0d223f;font-weight:700;text-decoration:underline;text-underline-offset:2px}.goe-authority-copy a:hover,.goe-authority-copy a:focus{color:#f58220}.goe-grid{display:grid;gap:18px 20px;margin-bottom:18px;align-items:start}.goe-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.goe-field,.goe-grid>.goe-field{min-width:0;width:100%;box-sizing:border-box}.goe-field label{display:block;margin:0 0 8px;font-size:13px;font-weight:600;line-height:1.35;color:#3a4b59}.goe-field input,.goe-field select,.goe-field textarea{display:block;width:100%;min-width:0;height:42px;margin:0!important;box-sizing:border-box;padding:10px 14px;border:1px solid #6d8a8a;background:#fff;color:#1f2933;border-radius:0;box-shadow:none;font-size:15px;line-height:1.2}.goe-field input:focus{outline:none;border-color:#f58220;box-shadow:0 0 0 1px rgba(245,130,32,.2)}.goe-mobile-id-box{background:#fff;border:1px solid #d4dbe2;padding:16px 18px;margin-bottom:18px}.goe-mobile-id-box p{margin:0 0 12px;font-size:14px;line-height:1.5;color:#394b59}.goe-choice-row{display:flex;flex-wrap:wrap;gap:16px 20px}.goe-choice{display:inline-flex;align-items:flex-start;gap:10px;cursor:pointer;position:relative;font-size:14px;line-height:1.45;color:#334155;margin:0}.goe-choice input[type=radio],.goe-choice input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.goe-choice__box{width:20px;height:20px;flex:0 0 20px;border:1px solid #8a9aa8;background:#fff;margin-top:1px;box-sizing:border-box;position:relative}.goe-choice input[type=radio]:checked+.goe-choice__box:after,.goe-choice input[type=checkbox]:checked+.goe-choice__box:after{content:"";position:absolute;inset:3px;background:#f58220}.goe-choice__label{display:inline-block;font-size:14px;line-height:1.45;color:#334155}.goe-manual-id-sections.is-hidden{display:none}.goe-copy-box{background:#fff;border-left:4px solid #f58220;padding:14px 16px;margin-bottom:18px;color:#394b59;font-size:13px;line-height:1.45}.goe-copy-box p{margin:0 0 8px}.goe-copy-box p:last-child{margin-bottom:0}.goe-authority-checks{margin:12px 0 22px}.goe-form-actions{margin-top:26px}.goe-submit-button{display:inline-block;background:#f58220;color:#fff;border:0;padding:13px 22px;font-size:15px;font-weight:800;cursor:pointer}.goe-submit-button:hover,.goe-submit-button:focus{background:#0d223f}.goe-alert{padding:12px 14px;margin:0 0 18px;border-left:4px solid #0d223f;background:#fff;color:#1f2933}.goe-alert--error{border-left-color:#b42318}.goe-alert--success{border-left-color:#177245}@media(max-width:820px){.goe-form-shell{padding:20px 18px 32px}.goe-form-header{display:block}.goe-form-meta{margin-top:12px}.goe-grid--2{grid-template-columns:1fr}.goe-section-bar:before{width:230px}.goe-form-kicker{font-size:25px}}
@media (max-width: 820px) {
}
@media (max-width: 820px) {
}
@media(max-width:900px){
}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
}
@media (max-width: 720px) {
}
/* ===== END goescrow-web-transaction-form.css ===== */



/* ===== BEGIN goescrow-public-forms.css ===== */

/* GoEscrow Partners Platform shared public form system v2.0.2
   This file is intentionally loaded last by all public forms. It is the canonical
   styling layer for Individual, ABN and Transaction forms. */

body .goe-web-form-wrap,
body .goe-transaction-form-wrap,
body .goe-me-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap,
body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap {
    --goe-selector-gap: 7px;
    --goe-selector-size: 18px;
    --goe-selector-text-size: 13px;
    --goe-selector-line-height: 1.32;
    --goe-form-gutter-x: 38px;
    --goe-form-gutter-y: 28px;
    width: 100% !important;
    max-width: var(--goe-pp-public-form-width, 999px) !important;
    margin: 0 auto 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    color: #0d223f !important;
}
body .goe-form-shell,
body .goe-web-form-wrap .goe-form-shell,
body .goe-transaction-form-wrap .goe-form-shell,
body .goe-me-wrap .goe-form-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: var(--goe-form-gutter-y) var(--goe-form-gutter-x) 42px !important;
    background: #f2f2f2 !important;
}

/* Header menu */
body .goe-public-form-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px 22px !important;
    text-align: center !important;
}
body .goe-public-form-header.goe-public-form-header--no-logo .goe-public-form-menu {
    justify-content: center !important;
    width: 100% !important;
}
body .goe-public-form-menu a {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    color: #0d223f !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase !important;
    min-width: 98px !important;
}
body .goe-public-form-menu .goe-menu-line {
    display: block !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    color: inherit !important;
    text-align: center !important;
    border-bottom: 2px solid transparent !important;
    padding-bottom: 2px !important;
}
body .goe-public-form-menu a:hover,
body .goe-public-form-menu a:focus,
body .goe-public-form-menu a:hover .goe-menu-top,
body .goe-public-form-menu a:focus .goe-menu-top,
body .goe-public-form-menu a:hover .goe-menu-bottom,
body .goe-public-form-menu a:focus .goe-menu-bottom {
    color: #f58220 !important;
    text-decoration: none !important;
}
body .goe-public-form-menu a:hover .goe-menu-top,
body .goe-public-form-menu a:focus .goe-menu-top {
    border-bottom-color: transparent !important;
}
body .goe-public-form-menu a:hover .goe-menu-bottom,
body .goe-public-form-menu a:focus .goe-menu-bottom {
    border-bottom-color: #f58220 !important;
}

/* Section B on the individual form must not appear until ID creation is genuinely required. */
body #goe-individual-identification-bar.goe-is-hidden,
body #goe-individual-mobile-id-box.goe-is-hidden,
body #goe-manual-id-sections.goe-is-hidden {
    display: none !important;
}

/* Shared selector system: radio and checkbox rows use the same rhythm. */
body .goe-choice-row,
body .goe-mobile-id-box .goe-choice-row,
body .goe-escrow-type-box .goe-choice-row,
body .goe-authority-checks,
body .goe-execution-confirmations{
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: var(--goe-selector-gap) !important;
    row-gap: var(--goe-selector-gap) !important;
    column-gap: 0 !important;
    align-items: stretch !important;
}

body .goe-choice,
body .goe-choice-row .goe-choice,
body .goe-mobile-id-box .goe-choice,
body .goe-authority-checks .goe-choice,
body .goe-execution-confirmations .goe-choice{
    display: grid !important;
    grid-template-columns: var(--goe-selector-size) minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 9px !important;
    width: 100% !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #263645 !important;
    font-size: var(--goe-selector-text-size) !important;
    font-weight: 500 !important;
    line-height: var(--goe-selector-line-height) !important;
    cursor: pointer !important;
}
body .goe-choice__label,
body .goe-choice-row .goe-choice__label,
body .goe-mobile-id-box .goe-choice__label,
body .goe-authority-checks .goe-choice__label,
body .goe-execution-confirmations .goe-choice__label{
    display: block !important;
    color: #263645 !important;
    font-size: var(--goe-selector-text-size) !important;
    font-weight: 500 !important;
    line-height: var(--goe-selector-line-height) !important;
    margin: 0 !important;
    padding: 0 !important;
}
body .goe-choice input[type="radio"],
body .goe-choice input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
body .goe-choice__box,
body .goe-choice-row .goe-choice__box,
body .goe-mobile-id-box .goe-choice__box,
body .goe-authority-checks .goe-choice__box,
body .goe-execution-confirmations .goe-choice__box{
    width: var(--goe-selector-size) !important;
    height: var(--goe-selector-size) !important;
    flex: 0 0 var(--goe-selector-size) !important;
    border: 1px solid #8a9aa8 !important;
    background: #fff !important;
    margin: 0 !important;
    align-self: center !important;
    box-sizing: border-box !important;
    position: relative !important;
}
body .goe-choice input[type="radio"]:checked + .goe-choice__box::after,
body .goe-choice input[type="checkbox"]:checked + .goe-choice__box::after {
    content: "" !important;
    position: absolute !important;
    inset: 3px !important;
    background: #f58220 !important;
    border-radius: inherit !important;
}

/* One authority/execution box style, shared across all three forms. */
body .goe-authority-checks,
body .goe-execution-confirmations,
body .goe-choice-row.goe-authority-checks{
    background: #fff !important;
    border: 1px solid #d4dbe2 !important;
    border-left: 4px solid #f58220 !important;
    padding: 14px 18px !important;
    margin: 12px 0 20px !important;
}

/* Keep normal radio option boxes compact and consistent, but not visually legal-heavy. */
body .goe-mobile-id-box,
body .goe-escrow-type-box {
    background: #fff !important;
    border: 1px solid #d4dbe2 !important;
    padding: 14px 18px !important;
    margin: 12px 0 18px !important;
}
body .goe-mobile-id-box p,
body .goe-escrow-type-box p {
    margin: 0 0 10px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    color: #394b59 !important;
}

/* Submit buttons use one visual language. */
body .goe-submit-row,
body .goe-form-actions {
    margin-top: 26px !important;
}
body .goe-submit-btn,
body .goe-submit-button,
body .goe-form button.goe-submit-btn,
body .goe-form button.goe-submit-button {
    min-width: 160px !important;
    text-align: center !important;
    padding: 13px 28px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

@media (max-width: 820px) {
    body .goe-web-form-wrap,
    body .goe-transaction-form-wrap,
    body .goe-me-wrap {
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    body .goe-form-shell {
        padding: 22px 18px 34px !important;
    }
    body .goe-public-form-menu {
        justify-content: center !important;
        gap: 12px !important;
        width: 100% !important;
    }
    body .goe-public-form-menu a {
        min-width: 92px !important;
        font-size: 12px !important;
    }
    body .goe-public-form-menu .goe-menu-line {
        font-size: 12px !important;
    }
}


/* ===== END goescrow-public-forms.css ===== */

/* ===== v2.0.5 final shared public/admin CSS consolidation ===== */
.goe-choice-row,
.goe-authority-checks,
.goe-execution-confirmations{
    display: flex;
    flex-direction: column;
    gap: 8px !important;
}

.goe-choice-row label,
.goe-authority-checks label,
.goe-execution-confirmations label{
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.goe-choice-row input[type="checkbox"],
.goe-authority-checks input[type="checkbox"],
.goe-execution-confirmations input[type="checkbox"],
.goe-choice-row input[type="radio"]{
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    flex: 0 0 18px !important;
    vertical-align: middle !important;
}

.goe-authority-checks,
.goe-execution-confirmations {
    background: #fff !important;
    border: 1px solid rgba(13,34,63,.16) !important;
    border-radius: 12px !important;
    padding: 16px 18px !important;
    margin-top: 12px !important;
    margin-bottom: 18px !important;
}

#goe-individual-identification-bar.goe-is-hidden,
#goe-individual-identification-bar[style*="display:none"],
#goe-individual-identification-bar[style*="display: none"] {
    display: none !important;
}


/* Fallback if Font Awesome is not loaded by the active theme */
@media(max-width:900px){
    .goe-public-footer-grid { grid-template-columns: 1fr !important; }
}











/* v2.0.15 footer corrections */
.goe-note-copy,
.goe-bank-note-copy {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.45;
    color: #65707a;
}

.goe-public-form-footer {
    text-align: center;
}

.goe-public-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
    justify-items: center;
    text-align: center;
}

.goe-public-footer-column,
.goe-public-footer-column h4,
.goe-public-footer-column p,
.goe-public-footer-column .Footer-LinkText {
    text-align: center;
}

.goe-public-footer-column hr {
    display: none !important;
}

.goe-public-footer-column h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.goe-public-footer-column h4::after {
    content: "";
    display: block;
    width: 38px;
    height: 2px;
    background: #f58220;
    margin: 10px auto 0;
}

.goe-public-footer-contact .fas{
    color: inherit;
}

.goe-public-footer-logo {
    max-width: 150px;
    height: auto;
    display: block;
    margin: 0 auto 16px;
}

.goe-public-footer-disclaimer,
.goe-public-footer-regulatory {
    margin: 24px auto 14px;
    line-height: 1.22;
    font-size: 12px;
    text-align: center;
}

.goe-public-footer-copy {
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 780px) {
    .goe-public-footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* v2.0.40: vertically centre custom GoEscrow icon in the WordPress admin menu row */
#adminmenu #toplevel_page_goe-me > a.menu-top {
    display: flex !important;
    align-items: center !important;
    min-height: 46px !important;
}
#adminmenu #toplevel_page_goe-me .wp-menu-image {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: stretch !important;
    width: 36px !important;
    min-width: 36px !important;
    height: auto !important;
    margin: 0 !important;
}
#adminmenu #toplevel_page_goe-me .wp-menu-image img {
    padding: 0 !important;
    margin: 0 !important;
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    object-fit: contain !important;
}
#adminmenu #toplevel_page_goe-me .wp-menu-name {
    padding: 7px 0 7px 0 !important;
    line-height: 16px !important;
}

/* Security warning for magic-link escrow portal access */
.goe-security-warning {
    background: #fff1f1;
    border: 2px solid #c62828;
    color: #7a1212;
    padding: 14px 16px;
    border-radius: 6px;
    margin: 0 0 22px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.45;
}
.goe-security-warning strong {
    display: block;
    margin: 0 0 4px;
    color: #7a1212;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .02em;
}
.goe-security-warning span {
    display: block;
    font-weight: 700;
}

/* v2.0.64 escrow quote live calculator */
.goe-quote-form-wrap .goe-escrow-quote-shell {
    margin-top: 0;
}

.goe-quote-live-grid {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(140px, 180px) minmax(220px, 1fr);
    gap: 18px;
    align-items: end;
    margin: 18px 0 16px;
}

.goe-quote-money-field input,
.goe-quote-description-field input {
    width: 100%;
    max-width: 280px;
}

.goe-quote-money-field input {
    color: #000000;
    font-weight: 800;
    font-size: 17px;
}

.goe-quote-money-field input.goe-quote-output-input {
    color: #394b59;
    font-weight: 700;
}

.goe-quote-fee-display label {
    display: block;
}

.goe-quote-fee-value {
    min-height: 42px;
    display: flex;
    align-items: center;
    color: #394b59;
    font-weight: 800;
    font-size: 17px;
    border-bottom: 1px solid #d6dde3;
    padding: 0 2px 4px;
}

.goe-quote-description-field {
    max-width: 520px;
    margin-top: 10px;
}

.goe-quote-description-field input {
    max-width: 520px;
}

.goe-quote-status {
    min-height: 22px;
    margin: 10px 0 0;
    color: #394b59;
    font-size: 13px;
    font-weight: 700;
}

.goe-quote-status.is-error {
    color: #b91c1c;
}

.goe-quote-actions {
    margin-top: 22px;
}

@media (max-width: 900px) {
    .goe-quote-live-grid {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
    .goe-quote-money-field input,
    .goe-quote-description-field,
    .goe-quote-description-field input {
        max-width: 100%;
    }
}


/* v2.0.64 escrow quote refinements */
.goe-quote-description-guidance {
    margin-top: 12px;
    max-width: 620px;
}
.goe-quote-description-guidance ul {
    margin: 6px 0 8px 20px;
}
.goe-quote-actions .goe-submit-button {
    text-transform: uppercase;
}


/* v2.0.65 escrow quote text/gap refinements */
.goe-quote-description-guidance {
    margin-top: 22px;
}
.goe-quote-description-field + .goe-quote-description-guidance {
    margin-top: 22px;
}

/* v2.0.67 escrow quote meaningful-description spacing correction */
.goe-quote-form-wrap .goe-quote-description-field {
    margin-bottom: 0;
}
.goe-quote-form-wrap .goe-quote-description-guidance {
    margin-top: 30px !important;
    margin-bottom: 14px;
}
.goe-quote-form-wrap .goe-quote-description-field + .goe-quote-description-guidance {
    margin-top: 30px !important;
}
.goe-quote-form-wrap .goe-quote-status {
    margin-top: 14px;
}

/* v2.0.68 escrow quote prepare/email section */
.goe-quote-prepare-section {
    margin-top: 20px;
}
.goe-quote-email-field {
    max-width: 520px;
    margin-top: 20px;
}
.goe-quote-email-field input {
    width: 100%;
    max-width: 360px;
    margin-right: 10px;
}
.goe-quote-email-button {
    margin-top: 10px;
}
.goe-quote-email-status {
    min-height: 22px;
    margin-top: 8px;
    color: #394b59;
    font-size: 13px;
    font-weight: 700;
}
.goe-quote-email-status.is-error {
    color: #b91c1c;
}
@media (max-width: 700px) {
    .goe-quote-email-field input,
    .goe-quote-email-button {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
}


/* v2.0.69 escrow quote recipient lookup/role row */
.goe-quote-email-role-row {
    display: grid;
    grid-template-columns: minmax(220px, 340px) minmax(260px, 1fr);
    gap: 16px 22px;
    align-items: end;
    margin-top: 16px;
}
.goe-quote-role-field .goe-choice-row {
    margin-bottom: 0;
}
.goe-quote-email-lookup-result {
    margin-top: 12px;
    margin-bottom: 14px;
}
@media (max-width: 720px) {
    .goe-quote-email-role-row {
        grid-template-columns: 1fr;
    }
}

/* v2.0.72 description force override */
.goe-description-input-wrap {
    position: relative;
    display: block;
}
.goe-description-input-wrap input[type="text"] {
    padding-right: 92px !important;
}
.goe-description-force-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #0d223f;
    white-space: nowrap;
    cursor: pointer;
}
.goe-description-force-toggle.is-hidden {
    display: none !important;
}
.goe-description-force-toggle input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 14px !important;
    min-width: 14px !important;
    height: 14px !important;
    border: 1px solid #9ba8b5 !important;
    border-radius: 50% !important;
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    position: relative !important;
    box-sizing: border-box !important;
    vertical-align: middle !important;
}
.goe-description-force-toggle input[type="checkbox"]:checked {
    border-color: #f47a20 !important;
}
.goe-description-force-toggle input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f47a20;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* v2.0.73 shared money input and quote section refinements */
.goe-money-input-wrap {
    position: relative;
    display: block;
}
.goe-money-input-wrap > span {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #0d223f;
    font-weight: 400;
    pointer-events: none;
    z-index: 1;
}
.goe-money-input-wrap > input {
    padding-left: 40px !important;
}
.goe-dual-amount-field {
    min-width: 0;
}
.goe-dual-amount-row {
    display: grid;
    grid-template-columns: 160px 34px 160px;
    gap: 8px;
    align-items: end;
    max-width: 362px;
}
.goe-dual-amount-row .goe-field {
    margin-bottom: 0;
    min-width: 0;
}
.goe-dual-amount-row .goe-money-input-wrap {
    width: 100%;
}
.goe-dual-amount-or {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0;
    color: #0d223f;
    font-weight: 900;
    letter-spacing: .04em;
}
.goe-description-force-field {
    min-width: 0;
}
.goe-section-bar--quote-prepare {
    --goe-bar-blue-width: min(520px, 82%) !important;
}
.goe-quote-email-role-row {
    grid-template-columns: minmax(220px, 320px) minmax(240px, 1fr) minmax(240px, 1fr);
    align-items: end;
}
.goe-quote-account-link-field .goe-choice-row,
.goe-quote-role-field .goe-choice-row {
    margin-bottom: 0;
}
.goe-quote-create-section {
    margin-top: 20px;
}
@media (max-width: 780px) {
    .goe-dual-amount-row,
    .goe-quote-email-role-row {
        grid-template-columns: 1fr;
    }
    .goe-dual-amount-or {
        min-height: auto;
        justify-content: flex-start;
    }
}


/* v2.0.74: unified randomised section banners and corrected money prefix spacing */
body .goe-section-bar,
body .goe-web-form-wrap .goe-section-bar,
body .goe-transaction-form-wrap .goe-section-bar,
body .goe-me-wrap .goe-section-bar {
    --goe-bar-blue-width: 330px;
    position: relative !important;
    overflow: hidden !important;
    background: #f58220 !important;
}
body .goe-section-bar::before,
body .goe-web-form-wrap .goe-section-bar::before,
body .goe-transaction-form-wrap .goe-section-bar::before,
body .goe-me-wrap .goe-section-bar::before,
body .goe-section-bar.goe-section-bar--wide-title::before,
body .goe-section-bar.goe-section-bar--quote-prepare::before {
    width: min(var(--goe-bar-blue-width, 330px), calc(100% - 34px)) !important;
    min-width: min(260px, calc(100% - 34px)) !important;
    max-width: calc(100% - 34px) !important;
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 100%, 0 100%) !important;
    background: #0d223f !important;
}
body .goe-section-bar span,
body .goe-web-form-wrap .goe-section-bar span,
body .goe-transaction-form-wrap .goe-section-bar span,
body .goe-me-wrap .goe-section-bar span {
    position: relative !important;
    z-index: 2 !important;
    white-space: nowrap !important;
    max-width: calc(var(--goe-bar-blue-width, 330px) - 48px) !important;
}
body .goe-money-input-wrap > span,
body .goe-field .goe-money-input-wrap > span,
body .goe-quote-money-field .goe-money-input-wrap > span {
    left: 15px !important;
    color: #0d223f !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 1 !important;
}
body .goe-money-input-wrap > input,
body .goe-field .goe-money-input-wrap > input,
body .goe-quote-money-field .goe-money-input-wrap > input,
body .goe-money-field input {
    padding-left: 46px !important;
}
@media (max-width: 780px) {
    body .goe-section-bar,
    body .goe-web-form-wrap .goe-section-bar,
    body .goe-transaction-form-wrap .goe-section-bar,
    body .goe-me-wrap .goe-section-bar {
        --goe-bar-blue-width: 300px;
    }
    body .goe-section-bar span,
    body .goe-web-form-wrap .goe-section-bar span,
    body .goe-transaction-form-wrap .goe-section-bar span,
    body .goe-me-wrap .goe-section-bar span {
        white-space: normal !important;
        max-width: calc(100% - 34px) !important;
    }
}

/* v2.0.75: Get Quote email controls alignment */
body .goe-quote-email-role-row {
    grid-template-columns: minmax(220px, 320px) 160px 160px 160px !important;
    column-gap: 12px !important;
    row-gap: 12px !important;
    align-items: center !important;
}
body .goe-quote-email-stack .goe-field {
    margin-bottom: 12px !important;
}
body .goe-quote-email-stack .goe-field:last-child {
    margin-bottom: 0 !important;
}
body .goe-quote-selector-field {
    align-self: center !important;
    padding-top: 22px !important;
}
body .goe-quote-selector-field .goe-choice-row {
    margin-bottom: 0 !important;
}
@media (max-width: 900px) {
    body .goe-quote-email-role-row {
        grid-template-columns: 1fr !important;
    }
    body .goe-quote-selector-field {
        padding-top: 0 !important;
    }
}


/* v2.0.77: Get Quote lookup restoration and email account-form selector alignment */
body .goe-quote-account-link-field > label {
    display: block !important;
    margin-top: -8px !important;
    margin-bottom: 6px !important;
    line-height: 1.05 !important;
}
body .goe-quote-selector-field {
    padding-top: 16px !important;
}


/* v2.0.78: Tighten Get Quote selector group widths */
body .goe-quote-email-role-row {
    grid-template-columns: minmax(220px, 320px) 160px 160px 160px !important;
    column-gap: 12px !important;
}
body .goe-quote-role-field,
body .goe-quote-account-link-field,
body .goe-quote-account-type-field {
    width: 160px !important;
    max-width: 160px !important;
}
@media (max-width: 900px) {
    body .goe-quote-role-field,
    body .goe-quote-account-link-field,
    body .goe-quote-account-type-field {
        width: auto !important;
        max-width: 100% !important;
    }
}


/* v2.0.81: dedicated New Transaction description/amount row alignment */
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-details-amount-row,
body .goe-me-wrap .goe-transaction-details-amount-row {
    display: grid !important;
    grid-template-columns: minmax(300px, 0.82fr) 500px !important;
    column-gap: 18px !important;
    row-gap: 18px !important;
    align-items: start !important;
    margin-bottom: 18px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-details-field,
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field,
body .goe-me-wrap .goe-transaction-details-field,
body .goe-me-wrap .goe-transaction-amount-field {
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field,
body .goe-me-wrap .goe-transaction-amount-field {
    max-width: 500px !important;
    justify-self: end !important;
}
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field > label,
body .goe-me-wrap .goe-transaction-amount-field > label {
    margin-bottom: 8px !important;
}
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field .goe-dual-amount-row,
body .goe-me-wrap .goe-transaction-amount-field .goe-dual-amount-row {
    display: grid !important;
    grid-template-columns: 220px 34px 220px !important;
    gap: 8px !important;
    align-items: end !important;
    max-width: 490px !important;
    width: 490px !important;
}
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field .goe-dual-amount-row .goe-field,
body .goe-me-wrap .goe-transaction-amount-field .goe-dual-amount-row .goe-field {
    width: 220px !important;
    min-width: 0 !important;
}
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field .goe-dual-amount-row .goe-field > label,
body .goe-me-wrap .goe-transaction-amount-field .goe-dual-amount-row .goe-field > label {
    white-space: nowrap !important;
}
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field .goe-dual-amount-or,
body .goe-me-wrap .goe-transaction-amount-field .goe-dual-amount-or {
    width: 34px !important;
    min-height: 42px !important;
    align-self: end !important;
}
@media (max-width: 900px) {
    body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-details-amount-row,
    body .goe-me-wrap .goe-transaction-details-amount-row {
        grid-template-columns: 1fr !important;
    }
    body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field,
    body .goe-me-wrap .goe-transaction-amount-field {
        justify-self: start !important;
        max-width: 100% !important;
    }
}
@media (max-width: 520px) {
    body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field .goe-dual-amount-row,
    body .goe-me-wrap .goe-transaction-amount-field .goe-dual-amount-row {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field .goe-dual-amount-row .goe-field,
    body .goe-me-wrap .goe-transaction-amount-field .goe-dual-amount-row .goe-field {
        width: 100% !important;
    }
    body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field .goe-dual-amount-or,
    body .goe-me-wrap .goe-transaction-amount-field .goe-dual-amount-or {
        width: auto !important;
        min-height: auto !important;
        justify-content: flex-start !important;
    }
}


/* v2.0.84: align New Transaction amount controls to right edge and widen description */
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-details-amount-row,
body .goe-me-wrap .goe-transaction-details-amount-row {
    grid-template-columns: minmax(0, 1fr) 490px !important;
    column-gap: 18px !important;
}
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-details-field,
body .goe-me-wrap .goe-transaction-details-field {
    width: 100% !important;
    max-width: none !important;
}
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-details-field input,
body .goe-me-wrap .goe-transaction-details-field input {
    width: 100% !important;
    max-width: none !important;
}
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field,
body .goe-me-wrap .goe-transaction-amount-field {
    width: 490px !important;
    max-width: 490px !important;
    justify-self: end !important;
}
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field .goe-dual-amount-row,
body .goe-me-wrap .goe-transaction-amount-field .goe-dual-amount-row {
    grid-template-columns: 220px 34px 220px !important;
    width: 490px !important;
    max-width: 490px !important;
}
@media (max-width: 900px) {
    body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field,
    body .goe-me-wrap .goe-transaction-amount-field {
        width: 100% !important;
        max-width: 100% !important;
        justify-self: start !important;
    }
}

/* v2.0.91 shared description/Force layout safeguard */
.goe-quote-description-field .goe-description-input-wrap,
.goe-transaction-details-field .goe-description-input-wrap {
    position: relative;
    display: block;
    width: 100%;
}
.goe-quote-description-field .goe-description-input-wrap input[type="text"],
.goe-transaction-details-field .goe-description-input-wrap input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding-right: 92px !important;
}
.goe-quote-description-field .goe-description-force-toggle,
.goe-transaction-details-field .goe-description-force-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    min-width: auto;
    justify-content: flex-start;
    line-height: 1;
}
.goe-quote-description-field .goe-description-force-toggle.is-hidden,
.goe-transaction-details-field .goe-description-force-toggle.is-hidden {
    display: none !important;
}
.goe-quote-description-guidance {
    clear: both;
    margin-top: 22px;
}
/* v2.0.89 - Restore New Transaction A/B explanatory-copy spacing before fields. */
body .goe-transaction-form-wrap .goe-section-bar + .goe-note-copy + .goe-transaction-party,
body .goe-web-form-wrap.goe-transaction-form-wrap .goe-section-bar + .goe-note-copy + .goe-transaction-party,
body .goe-web-form-wrap.goe-transaction-form-wrap.goe-me-wrap .goe-section-bar + .goe-note-copy + .goe-transaction-party {
    margin-top: 22px !important;
}


/* v2.0.92 - Shared Force override selector: standard round control, right aligned inside description row. */
.goe-description-input-wrap {
    position: relative;
    display: block;
    width: 100%;
}
.goe-description-input-wrap input[type="text"] {
    padding-right: 108px !important;
}
.goe-description-force-toggle,
body .goe-description-force-toggle {
    position: absolute !important;
    right: 10px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    margin: 0 !important;
    min-height: 0 !important;
    width: auto !important;
    max-width: 92px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    z-index: 2 !important;
}
.goe-description-force-toggle.is-hidden,
body .goe-description-force-toggle.is-hidden {
    display: none !important;
}
.goe-description-force-toggle input[type="checkbox"],
body .goe-description-force-toggle input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.goe-description-force-toggle .goe-choice__box,
body .goe-description-force-toggle .goe-choice__box {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    border: 2px solid #0d223f !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}
.goe-description-force-toggle input[type="checkbox"]:checked + .goe-choice__box,
body .goe-description-force-toggle input[type="checkbox"]:checked + .goe-choice__box {
    background: #f58220 !important;
    border-color: #f58220 !important;
    box-shadow: inset 0 0 0 3px #ffffff !important;
}
.goe-description-force-toggle .goe-choice__label,
body .goe-description-force-toggle .goe-choice__label {
    color: #0d223f !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    padding: 0 !important;
}

.goe-me-transaction-filter-form {
    margin: 14px 0 18px;
    padding: 12px;
    background: #fff;
    border: 1px solid #dcdcde;
}
.goe-me-transaction-filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px 12px;
    max-width: 1400px;
}
.goe-me-transaction-filter-grid input,
.goe-me-transaction-filter-grid select {
    width: 100%;
}
.goe-me-party-uuid {
    margin-top: 3px;
    color: #646970;
    font-size: 11px;
    line-height: 1.3;
}
.goe-me-party-uuid code {
    color: #646970;
    font-size: 11px;
    white-space: normal;
    word-break: break-all;
}
.goe-me-transactions-table th a {
    text-decoration: none;
}

/* v2.0.103: Plain escrow type explainer text under selector, without boxed copy panel. */
body .goe-transaction-type-explainer {
    margin: -6px 0 18px !important;
}
body .goe-transaction-type-explainer p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #394b59 !important;
}
body .goe-transaction-type-explainer strong {
    color: #0d223f !important;
    font-weight: 800 !important;
}

/* v2.0.104 - Transaction details spacing and plain helper copy. */
body .goe-transaction-details-heading {
    margin: 30px 0 12px !important;
    color: #0d223f !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}
body .goe-description-guidance--plain {
    margin: 12px 0 18px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #394b59 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}
body .goe-description-guidance--plain.is-hidden {
    display: none !important;
}
body .goe-description-guidance--plain p {
    margin: 0 0 8px !important;
}
body .goe-description-guidance--plain ul {
    margin: 6px 0 8px 22px !important;
    padding: 0 !important;
}
body .goe-description-guidance--plain li {
    margin: 3px 0 !important;
}
body .goe-amount-notes-inline {
    margin: 12px 0 0 !important;
    color: #394b59 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}
body .goe-amount-notes-inline strong {
    color: #0d223f !important;
    font-weight: 800 !important;
}


/* v2.0.106 - Consistent medium-grey dropdown carets inside plugin select fields. */
body .goe-form select,
body .goe-field select,
body .goe-web-form-wrap select,
body .goe-me-wrap select,
body .goe-me-admin select,
body .goe-me-transaction-filter-grid select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding-right: 36px !important;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1.4 1.4L6 6l4.6-4.6' fill='none' stroke='%236b7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px 8px !important;
}
body .goe-form select:disabled,
body .goe-field select:disabled,
body .goe-web-form-wrap select:disabled,
body .goe-me-wrap select:disabled,
body .goe-me-admin select:disabled,
body .goe-me-transaction-filter-grid select:disabled {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1.4 1.4L6 6l4.6-4.6' fill='none' stroke='%2394a3b8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
body .goe-form select::-ms-expand,
body .goe-field select::-ms-expand,
body .goe-web-form-wrap select::-ms-expand,
body .goe-me-wrap select::-ms-expand,
body .goe-me-admin select::-ms-expand,
body .goe-me-transaction-filter-grid select::-ms-expand {
    display: none !important;
}

.goe-me-same-actor-warning {
  margin: -4px 0 18px;
  color: #5f6f7a;
}


/* v2.0.108 - Quote amount notes placement and duplicate warning spacing. */
body .goe-amount-notes-inline--quote {
    display: block !important;
    margin: -10px 0 20px !important;
}
body .goe-me-quote-box.is-hidden + .goe-amount-notes-inline--quote {
    display: none !important;
}
body .goe-form-actions .goe-duplicate-transaction-warning {
    margin-top: 22px !important;
    text-align: left !important;
}

/* v2.0.110: submit processing state */
body.goe-submit-busy,
body.goe-submit-busy * {
    cursor: progress !important;
}

.goe-submit-button.goe-is-submitting,
.goe-submit-btn.goe-is-submitting,
button.goe-is-submitting,
input[type="submit"].goe-is-submitting {
    opacity: 0.72;
    cursor: progress !important;
    pointer-events: none;
}

button.goe-is-submitting {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.goe-submit-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.55);
    border-top-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: goe-submit-spin 0.8s linear infinite;
}

.goe-submit-status-line {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4;
    color: #394b59;
}

@keyframes goe-submit-spin {
    to { transform: rotate(360deg); }
}

/* v2.0.111 DocuSign milestone setup panels */
.goe-me-extra-docusign {
    border: 1px solid #d7e0e8;
    background: #ffffff;
    padding: 16px 18px;
    margin-top: 12px;
}
.goe-me-extra-docusign h5 {
    margin: 0 0 10px;
    color: #0d223f;
    font-size: 15px;
    font-weight: 800;
}
.goe-me-docusign-method-panel {
    margin-top: 8px;
}
.goe-me-docusign-method-panel.is-hidden {
    display: none !important;
}

/* v2.0.112 Ensure Add Condition retains spacing when milestone cards are empty */
.goe-me-wrap .goe-me-add-condition {
    margin-top: 14px;
}

/* Cancellation workflow focus and code controls */
.goe-me-cancellation-code-box {
    margin-top: 14px;
}
.goe-me-cancellation-primary-form {
    margin: 0 0 14px;
}
.goe-me-cancellation-primary-button {
    min-width: 260px;
}
.goe-me-cancellation-refresh-section {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}
.goe-me-cancellation-countdown-text {
    margin: 0 0 8px;
}
.goe-me-cancellation-refresh-section form,
.goe-me-cancellation-revoke-section form {
    margin: 0;
}
.goe-me-code-refresh-button {
    background: #0d223f !important;
    border: 1px solid #0d223f !important;
    color: #fff !important;
    min-width: 210px;
}
.goe-me-code-refresh-button:disabled,
.goe-me-code-refresh-button[disabled] {
    opacity: 0.62;
    cursor: not-allowed;
}
.goe-me-cancellation-revoke-section {
    margin-top: 14px;
}
.goe-me-danger-outline-button {
    background: #fff !important;
    border: 1px solid #b85a5a !important;
    color: #8a2424 !important;
    min-width: 210px;
}
.goe-me-danger-outline-button:hover,
.goe-me-danger-outline-button:focus {
    background: #fff7f7 !important;
    color: #6f1d1d !important;
}
.goe-me-cancellation-expiry-note {
    margin-top: 10px;
}
.goe-me-cancellation-paused-milestones details {
    margin-top: 10px;
}
@media (max-width: 640px) {
    .goe-me-cancellation-primary-button,
    .goe-me-code-refresh-button,
    .goe-me-danger-outline-button {
        width: 100%;
        min-width: 0;
    }
}
.goe-me-readonly-milestones {
    margin: 10px 0 0 22px;
}
.goe-me-readonly-milestones li {
    margin-bottom: 10px;
}
.goe-me-readonly-milestones p {
    margin: 4px 0 0;
}

/* v2.0.130 admin focused transaction/account action layout */
.goe-me-transaction-action-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
    margin: 12px 0 22px;
}
.goe-me-transaction-action-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-left: 4px solid #0d223f;
    padding: 12px;
    box-sizing: border-box;
    min-width: 0;
}
.goe-me-transaction-action-card h3 {
    margin-top: 0;
}
.goe-me-transaction-action-card details {
    max-width: none !important;
}
.goe-me-admin-action-master > summary,
.goe-pp-account-action-master > summary {
    cursor: pointer;
}

/* v2.0.131 admin action/detail UI refinements */
.goe-pp-goescrow-source-grid > div {
    border-left-color: #f58220;
}

.goe-me-transaction-action-grid,
.goe-pp-account-action-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 420px));
    align-items: start;
    justify-content: start;
}

.goe-me-transaction-action-card {
    max-width: 420px;
    padding: 10px 12px;
}

.goe-me-transaction-action-card h3 {
    margin: 0 0 8px;
    font-size: 14px;
}

.goe-me-transaction-action-card details {
    margin-top: 0 !important;
}

.goe-me-transaction-action-card summary {
    cursor: pointer;
    margin-bottom: 6px;
}

.goe-me-transaction-action-card p.description,
.goe-me-admin-action-panel p.description,
.goe-me-admin-cancellation-initiate p.description,
.goe-me-admin-dispute-initiate p.description {
    margin: 4px 0 8px;
    font-size: 12px;
    line-height: 1.4;
}

.goe-me-transaction-action-card textarea,
.goe-me-transaction-action-card select,
.goe-me-transaction-action-card input[type="text"],
.goe-pp-account-action-grid textarea,
.goe-pp-account-action-grid select,
.goe-pp-account-action-grid input[type="text"] {
    max-width: 100%;
    box-sizing: border-box;
}

.goe-me-transaction-action-card textarea,
.goe-pp-account-action-grid textarea {
    min-height: 58px;
}

.goe-me-transaction-action-card .submit,
.goe-pp-account-action-grid .submit,
.goe-me-admin-action-panel .submit,
.goe-me-admin-cancellation-initiate .submit,
.goe-me-admin-dispute-initiate .submit {
    margin: 6px 0 0;
    padding: 0;
}

.goe-me-transaction-action-card input.button,
.goe-me-transaction-action-card button.button,
.goe-pp-account-action-grid input.button,
.goe-pp-account-action-grid button.button,
.goe-me-action-cell input.button,
.goe-me-action-cell button.button {
    width: auto !important;
    min-width: 0;
    display: inline-block;
}

.goe-me-action-cell details.goe-me-admin-action-master > summary {
    display: list-item;
    cursor: pointer;
}

/* v2.0.132 professional admin UI consistency pass */
.goe-me-admin,
.goe-me-admin .goe-me-transaction-action-grid,
.goe-me-admin .goe-pp-account-action-grid {
    --goe-blue: #0d223f;
    --goe-orange: #f58220;
    --goe-border: #dcdcde;
    --goe-muted: #646970;
    --goe-card-bg: #ffffff;
}

.goe-me-transaction-action-card > details[open] > summary,
.goe-pp-account-action-grid .goe-me-transaction-action-card > details[open] > summary {
    display: none;
}

.goe-me-transaction-action-card,
.goe-pp-account-action-grid .goe-me-transaction-action-card {
    border-left-color: var(--goe-blue);
}

.goe-me-transaction-action-card h3,
.goe-pp-account-action-grid .goe-me-transaction-action-card h3 {
    color: var(--goe-blue);
    line-height: 1.25;
}

.goe-me-transaction-action-card input[type="text"],
.goe-me-transaction-action-card input[type="email"],
.goe-me-transaction-action-card input[type="search"],
.goe-me-transaction-action-card select,
.goe-me-transaction-action-card textarea,
.goe-pp-account-action-grid input[type="text"],
.goe-pp-account-action-grid input[type="email"],
.goe-pp-account-action-grid select,
.goe-pp-account-action-grid textarea,
.goe-admin-form-control {
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
}

.goe-me-transaction-action-card textarea,
.goe-pp-account-action-grid textarea {
    min-height: 64px;
}

.goe-me-transaction-action-card .button,
.goe-pp-account-action-grid .button,
.goe-admin-inline-edit-form .button {
    width: auto !important;
    min-width: 0;
    display: inline-block;
}

.goe-admin-inline-edit-form {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    margin: 6px 0 0;
}

.goe-admin-form-control--inline {
    width: 280px;
    max-width: 100%;
}

.goe-admin-current-value {
    margin: 4px 0 6px;
}

.goe-me-action-cell details.goe-me-admin-action-master > summary,
.goe-pp-account-action-master > summary {
    font-weight: 700;
}

/* v2.0.133 admin action form and button consistency corrections */
.goe-me-admin .goe-me-transaction-action-card form,
.goe-me-admin .goe-me-admin-action-panel form,
.goe-me-admin .goe-pp-account-action-grid form,
.goe-me-admin .goe-pp-account-suspend-form,
.goe-me-admin .goe-pp-account-email-panel form,
.goe-me-admin .goe-pp-account-suspend-panel form {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
    max-width: 420px !important;
    margin-top: 6px !important;
}

.goe-me-admin .goe-me-transaction-action-card label,
.goe-me-admin .goe-me-admin-action-panel label,
.goe-me-admin .goe-pp-account-action-grid label {
    display: block;
    width: 100%;
    max-width: 420px;
}

.goe-me-admin .goe-me-transaction-action-card input[type="text"],
.goe-me-admin .goe-me-transaction-action-card input[type="email"],
.goe-me-admin .goe-me-transaction-action-card select,
.goe-me-admin .goe-me-transaction-action-card textarea,
.goe-me-admin .goe-me-admin-action-panel input[type="text"],
.goe-me-admin .goe-me-admin-action-panel select,
.goe-me-admin .goe-me-admin-action-panel textarea,
.goe-me-admin .goe-pp-account-action-grid input[type="text"],
.goe-me-admin .goe-pp-account-action-grid input[type="email"],
.goe-me-admin .goe-pp-account-action-grid select,
.goe-me-admin .goe-pp-account-action-grid textarea,
.goe-me-admin .goe-pp-account-suspend-form textarea,
.goe-me-admin .goe-pp-account-email-panel textarea,
.goe-me-admin .goe-pp-account-suspend-panel textarea {
    width: 100% !important;
    max-width: 420px !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.goe-me-admin .goe-me-transaction-action-card textarea,
.goe-me-admin .goe-me-admin-action-panel textarea,
.goe-me-admin .goe-pp-account-action-grid textarea,
.goe-me-admin .goe-pp-account-suspend-form textarea,
.goe-me-admin .goe-pp-account-email-panel textarea,
.goe-me-admin .goe-pp-account-suspend-panel textarea {
    min-height: 64px !important;
    height: auto !important;
}

.goe-me-admin .goe-me-transaction-action-card .submit,
.goe-me-admin .goe-me-admin-action-panel .submit,
.goe-me-admin .goe-pp-account-action-grid .submit,
.goe-me-admin .goe-pp-account-suspend-form .submit,
.goe-me-admin .goe-pp-account-email-panel .submit,
.goe-me-admin .goe-pp-account-suspend-panel .submit,
.goe-me-admin .goe-admin-inline-edit-form .submit {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    align-self: flex-start !important;
    justify-self: start !important;
}

.goe-me-admin .goe-me-transaction-action-card .button,
.goe-me-admin .goe-me-admin-action-panel .button,
.goe-me-admin .goe-pp-account-action-grid .button,
.goe-me-admin .goe-pp-account-suspend-form .button,
.goe-me-admin .goe-pp-account-email-panel .button,
.goe-me-admin .goe-pp-account-suspend-panel .button,
.goe-me-admin .goe-admin-inline-edit-form .button {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    display: inline-block !important;
    flex: 0 0 auto !important;
    align-self: flex-start !important;
    justify-self: start !important;
}

.goe-me-admin .goe-pp-account-suspend-form {
    min-width: 0 !important;
}

.goe-me-admin .goe-pp-account-action-grid .goe-me-transaction-action-card,
.goe-me-admin .goe-me-transaction-action-card {
    overflow: visible;
}

/* v2.0.135 email template list/detail editor */
.goe-me-email-templates-admin .goe-me-email-template-detail-grid {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(420px, 1fr);
    gap: 16px;
    align-items: start;
    max-width: 1280px;
}
.goe-me-email-templates-admin .goe-me-email-template-meta-card,
.goe-me-email-templates-admin .goe-me-email-template-editor-card,
.goe-me-email-templates-admin .goe-me-email-template-placeholders,
.goe-me-email-templates-admin .goe-me-email-template-sample {
    background: #fff;
    border-left: 4px solid #0d223f;
    padding: 12px 14px;
    margin: 12px 0;
    box-sizing: border-box;
}
.goe-me-email-templates-admin .goe-me-email-template-editor-form label {
    display: block;
    margin: 0 0 10px;
}
.goe-me-email-templates-admin .goe-me-email-template-editor-form textarea,
.goe-me-email-templates-admin .goe-me-email-template-editor-form input[type="text"] {
    max-width: 100%;
    box-sizing: border-box;
}
.goe-me-email-templates-admin .goe-me-email-template-html-preview {
    background: #fff;
    border: 1px solid #dcdcde;
    padding: 16px;
    max-width: 900px;
    min-height: 80px;
}
.goe-me-email-templates-admin .goe-me-email-template-raw-preview {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    padding: 12px;
    max-width: 900px;
    white-space: pre-wrap;
    overflow: auto;
}
@media (max-width: 960px) {
    .goe-me-email-templates-admin .goe-me-email-template-detail-grid {
        grid-template-columns: 1fr;
    }
}

/* v2.0.136 GoEscrow-facing action card identifiers and email text preview support */
.goe-me-admin .goe-me-transaction-action-card.goe-me-transaction-action-card--goescrow,
.goe-me-admin .goe-pp-account-action-grid .goe-me-transaction-action-card.goe-me-transaction-action-card--goescrow {
    border-left-color: var(--goe-orange, #f58220) !important;
}
.goe-me-admin .goe-me-transaction-action-card.goe-me-transaction-action-card--local,
.goe-me-admin .goe-pp-account-action-grid .goe-me-transaction-action-card.goe-me-transaction-action-card--local {
    border-left-color: var(--goe-blue, #0d223f) !important;
}
.goe-me-email-template-sample .notice.inline {
    display: block;
    margin: 8px 0 10px;
    padding: 8px 12px;
}

/* v2.0.144 surcharge / quote foundation */
.goe-quote-breakdown {
    margin: 12px 0 18px;
    padding: 12px 14px;
    border-left: 4px solid var(--goe-orange, #f58220);
    background: #fff7ef;
    display: grid;
    gap: 6px;
    font-size: 14px;
}
.goe-quote-milestone-disclaimer {
    margin: 10px 0 14px;
}
.goe-quote-escrow-type-box {
    margin-bottom: 12px;
}

/* v2.0.146 reusable priority notice and quote-not-ready emphasis */
.goe-priority-notice {
    display: block;
    margin: 12px 0 0;
    padding: 11px 13px;
    background: var(--goe-orange, #f58220);
    color: #ffffff !important;
    font-weight: 700;
    line-height: 1.45;
    border-left: 0 !important;
    border-radius: 2px;
    box-sizing: border-box;
}
.goe-priority-notice__title {
    display: block;
    margin: 0 0 3px;
    color: #ffffff !important;
    font-weight: 800;
}
.goe-priority-notice__body {
    display: block;
    color: #ffffff !important;
    font-weight: 600;
}
.goe-me-quote-pending .goe-me-quote-note.goe-priority-notice {
    background: var(--goe-orange, #f58220);
    color: #ffffff !important;
    opacity: 1;
}

/* v2.0.149 admin help note for UUID environment distinctions */
.goe-admin-help-note {
    max-width: 760px;
    margin: 6px 0 0;
    padding: 10px 12px;
    border-left: 4px solid var(--goe-orange, #f58220);
    background: #fff7ed;
    color: var(--goe-blue, #0d223f);
    line-height: 1.45;
}

/* v2.0.151 condition template builder hardening */
.goe-me-template-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 12px 0 18px;
}
.goe-me-template-preview-box {
    background: #f8fafc;
    border-left: 4px solid rgb(13, 34, 63);
    padding: 12px 14px;
    min-height: 120px;
}
.goe-me-template-preview-box h4 {
    margin: 0 0 8px;
    color: rgb(13, 34, 63);
}
.goe-me-template-preview-card label {
    display: inline-block;
    margin: 3px 0;
}
@media (max-width: 900px) {
    .goe-me-template-preview-grid { grid-template-columns: 1fr; }
}

/* v2.0.152 condition template classification */
.goe-me-template-filter {
    margin: 12px 0 14px;
    padding: 10px 12px;
    background: #fff;
    border-left: 4px solid var(--goe-orange, #f58220);
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.goe-me-template-filter select {
    min-width: 260px;
    margin-left: 8px;
    margin-right: 6px;
}
.goe-me-capability-flag-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 8px 16px;
    max-width: 920px;
}
.goe-me-capability-flag-grid label {
    display: block;
    padding: 4px 0;
}
.goe-me-template-classification-preview {
    margin: 8px 0 12px;
    padding: 10px 12px;
    border-left: 4px solid var(--goe-blue, #0d223f);
    background: #f8fafc;
    color: var(--goe-blue, #0d223f);
}

/* v2.0.154 condition bundle framework */
.goe-me-bundle-picker {
    margin: 12px 0 18px;
    padding: 14px;
    border: 1px solid #d8dde3;
    background: #fff;
    border-left: 5px solid var(--goe-orange, #f58220);
    box-sizing: border-box;
}
.goe-me-bundle-action-field .goe-submit-button {
    width: auto;
    min-width: 210px;
}
.goe-me-bundle-table .description {
    display: block;
    margin-top: 4px;
    color: #5f6b76;
}
.goe-me-bundle-detail code,
.goe-me-bundle-table code {
    background: #f5f7f9;
    padding: 2px 5px;
    border-radius: 3px;
}

/* v2.0.155 condition bundle management refinements */
.goe-me-bundle-filter {
    margin: 12px 0 16px;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.goe-me-bundle-context,
.goe-me-bundle-loaded-review {
    margin: 10px 0 0;
    padding: 10px 12px;
    border-left: 4px solid var(--goe-orange, #f58220);
    background: #fff7ed;
    color: var(--goe-blue, #0d223f);
    line-height: 1.45;
}
.goe-me-bundle-loaded-review h4 {
    margin: 0 0 6px;
}
.goe-me-bundle-loaded-review ol {
    margin: 6px 0 0 20px;
}
.goe-me-bundle-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
    margin-top: 16px;
}
.goe-me-bundle-preview-grid > div {
    border-left: 4px solid var(--goe-blue, #0d223f);
    background: #f8fafc;
    padding: 10px 12px;
}
.goe-me-bundle-condition-editor th,
.goe-me-bundle-condition-editor td {
    vertical-align: top;
}
.goe-me-bundle-condition-editor label {
    display: block;
    font-weight: 600;
    margin-top: 7px;
}
.goe-me-bundle-condition-editor input[type="text"],
.goe-me-bundle-condition-editor select,
.goe-me-bundle-condition-editor textarea {
    width: 100%;
    max-width: 100%;
}
.goe-me-bundle-order {
    font-weight: 700;
    color: var(--goe-blue, #0d223f);
}


/* v2.0.156 pricing breakdown table */
.goe-me-pricing-breakdown-table th {
    width: 55%;
}

/* v2.0.160 compact orange helper notice for public transaction total messages */
.goe-compact-orange-notice {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    margin-top: 8px !important;
    padding: 3px 6px !important;
    background: var(--goe-orange, #f58220) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    border-left: 0 !important;
    border-radius: 1px;
    box-sizing: border-box;
}
.goe-me-quote-error .goe-me-quote-note.goe-compact-orange-notice,
.goe-me-quote-pending .goe-me-quote-note.goe-compact-orange-notice {
    background: var(--goe-orange, #f58220) !important;
    color: #ffffff !important;
    border-left: 0 !important;
}

/* v2.0.161 Condition Builder and public-form surcharge visibility hardening */
.goe-condition-builder-wrap + .wrap {
    margin-top: 8px;
}
.goe-me-condition-card .goe-me-condition-surcharge,
.goe-me-condition-card .goe-condition-surcharge,
.goe-me-condition-card [data-goe-public-surcharge-config],
.goe-me-condition-card [data-goe-condition-surcharge]:not(input[type="hidden"]) {
    display: none !important;
}

/* v2.0.166 admin table consistency and professionalisation */
.goe-admin-table-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 12px 0 14px;
    padding: 10px 12px;
    background: #f8fafc;
    border: 1px solid #d7dde5;
    border-radius: 3px;
}
.goe-admin-table-controls label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}
.goe-admin-table-controls input[type="search"],
.goe-admin-table-controls select {
    min-height: 32px;
}
.goe-admin-consistent-table th {
    white-space: nowrap;
    vertical-align: top;
}
.goe-admin-consistent-table td {
    vertical-align: top;
}
.goe-admin-sort-link {
    font-weight: 700;
    text-decoration: none;
}
.goe-admin-sort-link:hover,
.goe-admin-sort-link:focus {
    text-decoration: underline;
}

/* v2.0.167 unified admin list/table standard */
.goe-admin-list-page .goe-admin-page-intro {
    margin: 8px 0 12px;
    color: #4f5f70;
    max-width: 1120px;
}
.goe-admin-list-page .goe-admin-table-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
    margin: 12px 0 14px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #dcdcde;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    border-radius: 2px;
}
.goe-admin-list-page .goe-admin-filter-fields {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
}
.goe-admin-list-page .goe-admin-table-controls label,
.goe-admin-list-page .goe-admin-filter-fields label {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    min-width: 145px;
    margin: 0;
    color: #1d2327;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}
.goe-admin-list-page .goe-admin-table-controls input[type="text"],
.goe-admin-list-page .goe-admin-table-controls input[type="search"],
.goe-admin-list-page .goe-admin-table-controls input[type="date"],
.goe-admin-list-page .goe-admin-table-controls select,
.goe-admin-list-page .goe-admin-filter-fields input[type="text"],
.goe-admin-list-page .goe-admin-filter-fields input[type="search"],
.goe-admin-list-page .goe-admin-filter-fields input[type="date"],
.goe-admin-list-page .goe-admin-filter-fields select {
    width: 100%;
    min-height: 32px;
    max-width: 230px;
    font-weight: 400;
}
.goe-admin-list-page .goe-admin-filter-actions {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    min-height: 32px;
}
.goe-admin-list-page .goe-admin-filter-actions .submit {
    margin: 0;
    padding: 0;
}
.goe-admin-list-page .goe-admin-filter-actions .button,
.goe-admin-list-page .goe-admin-table-controls .button {
    min-height: 32px;
    line-height: 30px;
}
.goe-admin-list-page .goe-admin-button-secondary {
    background: #ffffff;
    color: #0d223f;
    border-color: #9aa7b5;
}
.goe-admin-list-page .goe-admin-button-secondary:hover,
.goe-admin-list-page .goe-admin-button-secondary:focus {
    color: #0d223f;
    border-color: #0d223f;
}
.goe-admin-list-page .goe-admin-table-summary {
    margin: 12px 0 8px;
    color: #4f5f70;
}
.goe-admin-list-page .goe-admin-consistent-table {
    border: 1px solid #cfd6df;
    background: #ffffff;
}
.goe-admin-list-page .goe-admin-consistent-table thead th {
    padding: 9px 10px;
    background: #ffffff;
    color: #0d223f;
    font-weight: 700;
    border-bottom: 1px solid #cfd6df;
    white-space: nowrap;
    vertical-align: middle;
}
.goe-admin-list-page .goe-admin-consistent-table tbody td {
    padding: 9px 10px;
    vertical-align: top;
    border-top: 1px solid #edf0f3;
}
.goe-admin-list-page .goe-admin-consistent-table.striped > tbody > :nth-child(odd) {
    background-color: #f8fafc;
}
.goe-admin-list-page .goe-admin-consistent-table tbody tr:hover {
    background: #f2f6fa;
}
.goe-admin-list-page .goe-admin-sort-link,
.goe-admin-list-page .goe-admin-consistent-table th a {
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
}
.goe-admin-list-page .goe-admin-sort-link:hover,
.goe-admin-list-page .goe-admin-sort-link:focus,
.goe-admin-list-page .goe-admin-consistent-table th a:hover,
.goe-admin-list-page .goe-admin-consistent-table th a:focus {
    color: #0d223f;
    text-decoration: underline;
}
.goe-admin-list-page .goe-admin-action-button,
.goe-admin-list-page td .button-small {
    min-height: 28px;
    line-height: 26px;
    white-space: nowrap;
}
.goe-admin-list-page .goe-admin-empty-row {
    padding: 14px 10px !important;
    color: #64748b;
    font-style: italic;
    background: #ffffff !important;
}
.goe-admin-list-page code {
    background: #eef0f2;
    padding: 2px 5px;
    border-radius: 2px;
}


.goe-key-test-button{white-space:normal;text-align:center;}
.goe-key-test-result{margin:12px 0 16px;padding:10px 14px;border-left:5px solid #64748b;background:#fff;border-radius:2px;max-width:1040px;}
.goe-key-test-result p{margin:5px 0;}
.goe-key-test-result ul{margin:7px 0 0 18px;}
.goe-key-test-result.is-success{border-left-color:#16a34a;background:#f0fdf4;}
.goe-key-test-result.is-warning{border-left-color:#f58220;background:#fff7ed;}
.goe-key-test-result.is-error{border-left-color:#dc2626;background:#fef2f2;}
.goe-key-test-result.is-info{border-left-color:#2563eb;background:#eff6ff;}

.goe-key-test-inline{margin:8px 0 0;}
.goe-secret-mask-field{letter-spacing:1px;}

/* v2.0.176 responsive public form polish: mobile-first correction layer for /forms. */
body .goe-web-form-wrap,
body .goe-transaction-form-wrap,
body .goe-quote-form,
body .goe-me-wrap,
body .goe-web-form-wrap *,
body .goe-transaction-form-wrap *,
body .goe-quote-form *,
body .goe-me-wrap * {
    box-sizing: border-box;
}

body .goe-web-form-wrap,
body .goe-transaction-form-wrap,
body .goe-quote-form,
body .goe-me-wrap {
    max-width: 100%;
    overflow-x: clip;
}

body .goe-form-shell,
body .goe-web-form-wrap .goe-form-shell,
body .goe-transaction-form-wrap .goe-form-shell,
body .goe-quote-form .goe-form-shell,
body .goe-me-wrap .goe-form-shell {
    width: 100%;
    max-width: min(var(--goe-pp-public-form-width, 999px), calc(100vw - 24px)) !important;
    overflow-x: clip;
}

body .goe-form img,
body .goe-web-form-wrap img,
body .goe-transaction-form-wrap img,
body .goe-quote-form img,
body .goe-me-wrap img {
    max-width: 100%;
    height: auto;
}

body .goe-field,
body .goe-grid > *,
body .goe-form input,
body .goe-form select,
body .goe-form textarea,
body .goe-money-input-wrap,
body .goe-description-input-wrap,
body .goe-me-quote-box,
body .goe-me-condition-card,
body .goe-me-bundle-picker,
body .goe-me-bundle-context,
body .goe-me-bundle-loaded-review {
    min-width: 0;
    max-width: 100%;
}

@media (max-width: 820px) {
    body .goe-web-form-wrap,
    body .goe-transaction-form-wrap,
    body .goe-quote-form,
    body .goe-me-wrap {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body .goe-form-shell,
    body .goe-web-form-wrap .goe-form-shell,
    body .goe-transaction-form-wrap .goe-form-shell,
    body .goe-quote-form .goe-form-shell,
    body .goe-me-wrap .goe-form-shell {
        max-width: 100% !important;
        padding: 22px 16px 34px !important;
    }

    body .goe-form-header,
    body .goe-public-form-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
        width: 100% !important;
    }

    body .goe-public-form-logo,
    body .goe-public-form-logo img {
        align-self: center;
        max-width: min(220px, 70vw) !important;
        width: auto !important;
    }

    body .goe-public-form-menu {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        justify-content: stretch !important;
        align-items: stretch !important;
    }

    body .goe-public-form-menu a {
        min-width: 0 !important;
        width: 100% !important;
        padding: 9px 6px !important;
        text-align: center !important;
        line-height: 1.15 !important;
        white-space: normal !important;
    }

    body .goe-form-kicker {
        font-size: clamp(22px, 7vw, 29px) !important;
        line-height: 1.05 !important;
        overflow-wrap: anywhere;
    }

    body .goe-form-header h3 {
        font-size: clamp(19px, 5.5vw, 23px) !important;
        line-height: 1.18 !important;
    }

    body .goe-form-header p,
    body .goe-note-copy,
    body .goe-authority-copy,
    body .goe-inline-help,
    body .goe-amount-notes-inline {
        overflow-wrap: anywhere;
    }

    body .goe-grid,
    body .goe-grid--2,
    body .goe-grid--3,
    body .goe-grid--3-6-3,
    body .goe-grid--suburb,
    body .goe-grid--bank-mid,
    body .goe-dual-amount-row,
    body .goe-quote-email-role-row,
    body .goe-me-template-field-grid,
    body .goe-me-bundle-preview-grid,
    body .goe-public-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    body .goe-field label,
    body .goe-form label {
        line-height: 1.3 !important;
    }

    body .goe-field input,
    body .goe-field select,
    body .goe-field textarea,
    body .goe-form input[type="text"],
    body .goe-form input[type="email"],
    body .goe-form input[type="tel"],
    body .goe-form input[type="date"],
    body .goe-form input[type="time"],
    body .goe-form input[type="month"],
    body .goe-form input[type="number"],
    body .goe-form input[type="url"],
    body .goe-form select,
    body .goe-form textarea {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 16px !important;
    }

    body .goe-description-input-wrap,
    body .goe-money-input-wrap {
        width: 100% !important;
        display: flex !important;
        align-items: stretch !important;
    }

    body .goe-description-input-wrap input,
    body .goe-money-input-wrap > input,
    body .goe-money-input-wrap input[type="text"] {
        min-width: 0 !important;
        flex: 1 1 auto !important;
        width: 1% !important;
    }

    body .goe-money-input-wrap > span {
        flex: 0 0 auto !important;
        min-width: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body .goe-choice-row,
    body .goe-choice-grid,
    body .goe-mobile-id-box .goe-choice-row,
    body .goe-field .goe-choice-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 9px !important;
    }

    body .goe-choice-row .goe-choice,
    body .goe-choice-grid .goe-choice,
    body .goe-mobile-id-box .goe-choice {
        width: 100% !important;
        max-width: 100% !important;
    }

    body .goe-form-actions,
    body .goe-quote-actions,
    body .goe-me-bundle-action-field,
    body .goe-me-add-condition {
        width: 100% !important;
    }

    body .goe-submit-button,
    body .goe-form button.goe-submit-button,
    body .goe-form-actions .goe-submit-button,
    body .goe-me-bundle-action-field .goe-submit-button,
    body .goe-quote-actions .goe-submit-button {
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal !important;
        text-align: center !important;
    }

    body .goe-me-quote-box {
        padding: 13px 12px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body .goe-me-quote-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        column-gap: 10px !important;
        align-items: baseline !important;
    }

    body .goe-me-quote-row span {
        min-width: 0 !important;
        overflow-wrap: anywhere !important;
    }

    body .goe-me-quote-row strong {
        white-space: nowrap !important;
    }

    body .goe-me-quote-note,
    body .goe-compact-orange-notice {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    body .goe-me-condition-card,
    body .goe-me-bundle-picker,
    body .goe-me-bundle-context,
    body .goe-me-bundle-loaded-review,
    body .goe-description-guidance,
    body .goe-copy-box,
    body .goe-mobile-id-box {
        padding-left: 12px !important;
        padding-right: 12px !important;
        overflow-x: clip !important;
    }

    body .goe-form-app-links {
        width: 100% !important;
        max-width: 100% !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }

    body .goe-form-app-links a,
    body .goe-form-app-links img {
        max-width: min(300px, 86vw) !important;
        width: 100% !important;
        height: auto !important;
    }

    body .goe-form-visual-footer,
    body .goe-public-form-footer {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow-x: hidden !important;
    }

    body .goe-public-form-footer {
        padding: 24px 18px !important;
    }
}

@media (max-width: 560px) {
    body .goe-web-form-wrap,
    body .goe-transaction-form-wrap,
    body .goe-quote-form,
    body .goe-me-wrap {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    body .goe-form-shell,
    body .goe-web-form-wrap .goe-form-shell,
    body .goe-transaction-form-wrap .goe-form-shell,
    body .goe-quote-form .goe-form-shell,
    body .goe-me-wrap .goe-form-shell {
        padding: 18px 12px 30px !important;
    }

    body .goe-section-bar {
        height: auto !important;
        min-height: 36px !important;
        align-items: stretch !important;
        overflow: hidden !important;
    }

    body .goe-section-bar::before,
    body .goe-web-form-wrap .goe-section-bar::before,
    body .goe-transaction-form-wrap .goe-section-bar::before,
    body .goe-me-wrap .goe-section-bar::before {
        width: calc(100% - 36px) !important;
        min-width: 0 !important;
        clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%) !important;
    }

    body .goe-section-bar span,
    body .goe-web-form-wrap .goe-section-bar span,
    body .goe-transaction-form-wrap .goe-section-bar span,
    body .goe-me-wrap .goe-section-bar span {
        display: block !important;
        width: calc(100% - 42px) !important;
        max-width: calc(100% - 42px) !important;
        padding: 9px 10px 9px 12px !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    body .goe-public-form-menu {
        grid-template-columns: 1fr 1fr !important;
        gap: 7px !important;
    }

    body .goe-public-form-menu a {
        font-size: 11px !important;
        padding: 8px 4px !important;
    }

    body .goe-public-form-menu .goe-menu-line {
        font-size: 11px !important;
        line-height: 1.08 !important;
    }

    body .goe-me-quote-row {
        grid-template-columns: minmax(0, 1fr) !important;
        row-gap: 2px !important;
    }

    body .goe-me-quote-row strong {
        justify-self: start !important;
    }

    body .goe-form-meta {
        min-width: 0 !important;
    }
}


/* v2.0.177: mobile public form header/meta and New Transaction amount row polish */
@media (max-width: 640px) {
    body .goe-form-header,
    body .goe-web-form-wrap .goe-form-header,
    body .goe-transaction-form-wrap .goe-form-header,
    body .goe-quote-form-wrap .goe-form-header,
    body .goe-me-wrap .goe-form-header {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        align-items: stretch !important;
        width: 100% !important;
    }

    body .goe-form-header > div:first-child,
    body .goe-web-form-wrap .goe-form-header > div:first-child,
    body .goe-transaction-form-wrap .goe-form-header > div:first-child,
    body .goe-quote-form-wrap .goe-form-header > div:first-child,
    body .goe-me-wrap .goe-form-header > div:first-child {
        display: contents !important;
    }

    body .goe-form-kicker,
    body .goe-web-form-wrap .goe-form-kicker,
    body .goe-transaction-form-wrap .goe-form-kicker,
    body .goe-quote-form-wrap .goe-form-kicker,
    body .goe-me-wrap .goe-form-kicker {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        font-size: clamp(28px, 8vw, 38px) !important;
        line-height: 1.08 !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }

    body .goe-form-header h3,
    body .goe-web-form-wrap .goe-form-header h3,
    body .goe-transaction-form-wrap .goe-form-header h3,
    body .goe-quote-form-wrap .goe-form-header h3,
    body .goe-me-wrap .goe-form-header h3 {
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 8px !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }

    body .goe-form-meta,
    body .goe-web-form-wrap .goe-form-meta,
    body .goe-transaction-form-wrap .goe-form-meta,
    body .goe-quote-form-wrap .goe-form-meta,
    body .goe-me-wrap .goe-form-meta {
        order: 3 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 0 18px 0 !important;
        padding-top: 0 !important;
    }

    body .goe-form-header p,
    body .goe-web-form-wrap .goe-form-header p,
    body .goe-transaction-form-wrap .goe-form-header p,
    body .goe-quote-form-wrap .goe-form-header p,
    body .goe-me-wrap .goe-form-header p {
        order: 4 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important;
    }
}

body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field .goe-dual-amount-row,
body .goe-me-wrap .goe-transaction-amount-field .goe-dual-amount-row {
    align-items: end !important;
}

body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field .goe-dual-amount-or,
body .goe-me-wrap .goe-transaction-amount-field .goe-dual-amount-or {
    height: 42px !important;
    min-height: 42px !important;
    align-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width: 640px) {
    body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field .goe-dual-amount-row,
    body .goe-me-wrap .goe-transaction-amount-field .goe-dual-amount-row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 8px !important;
        align-items: stretch !important;
    }

    body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field .goe-dual-amount-row .goe-field,
    body .goe-me-wrap .goe-transaction-amount-field .goe-dual-amount-row .goe-field {
        width: 100% !important;
        max-width: 100% !important;
    }

    body .goe-web-form-wrap.goe-transaction-form-wrap .goe-transaction-amount-field .goe-dual-amount-or,
    body .goe-me-wrap .goe-transaction-amount-field .goe-dual-amount-or {
        width: 100% !important;
        height: auto !important;
        min-height: 20px !important;
        align-self: stretch !important;
        justify-content: center !important;
        padding: 2px 0 !important;
    }
}

/* v2.0.178 public form CSS governance and consistency layer
   Preferred presentation classes are added as aliases around the older working markup.
   Logic-facing IDs/data attributes remain unchanged for API/JS compatibility. */
body .goe-public-form-shell,
body .goe-form-shell,
body .goe-escrow-quote-shell {
    box-sizing: border-box;
}

body .goe-public-form-field,
body .goe-field {
    box-sizing: border-box;
}

body .goe-amount-row,
body .goe-dual-amount-row,
body .goe-quote-live-grid {
    box-sizing: border-box;
}

body .goe-amount-field,
body .goe-dual-amount-field,
body .goe-quote-money-field {
    min-width: 0;
    box-sizing: border-box;
}

body .goe-amount-field .goe-money-input-wrap,
body .goe-dual-amount-field .goe-money-input-wrap,
body .goe-quote-money-field .goe-money-input-wrap {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

body .goe-amount-field .goe-money-input-wrap input,
body .goe-dual-amount-field .goe-money-input-wrap input,
body .goe-quote-money-field .goe-money-input-wrap input {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

body .goe-quote-live-grid .goe-amount-field--payer-buyer,
body .goe-quote-live-grid .goe-amount-field--payee-seller {
    width: 100%;
}

body .goe-quote-live-grid .goe-quote-fee-display {
    min-width: 0;
}

body .goe-button,
body .goe-submit-button,
body .goe-submit-btn,
body .goe-secondary-button,
body .goe-secondary-btn,
body .goe-me-secondary-button {
    box-sizing: border-box;
    text-decoration: none;
}

body .goe-button--primary,
body .goe-submit-button,
body .goe-submit-btn {
    font-weight: 800;
}

body .goe-button--secondary,
body .goe-secondary-button,
body .goe-secondary-btn,
body .goe-me-secondary-button {
    font-weight: 700;
}

body .goe-inline-help,
body .goe-small-note,
body .goe-help-text {
    color: #516070;
    font-size: 13px;
    line-height: 1.45;
}

body .goe-alert,
body .goe-priority-notice,
body .goe-compact-orange-notice,
body .goe-me-quote-note {
    box-sizing: border-box;
}

@media (max-width: 900px) {
    body .goe-quote-live-grid {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    body .goe-amount-row,
    body .goe-dual-amount-row,
    body .goe-quote-live-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }
    body .goe-amount-separator,
    body .goe-dual-amount-or {
        width: 100%;
        text-align: center;
        align-self: center;
        justify-self: center;
    }
}


/* v2.0.192 OCDD checkbox-list layout refinement */
body .goe-choice-grid,
body .goe-field .goe-choice-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px 18px !important;
    margin: 0 0 18px !important;
    align-items: start !important;
}
body .goe-choice-grid .goe-choice,
body .goe-field .goe-choice-grid .goe-choice {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    width: auto !important;
    margin: 0 !important;
    min-height: 24px !important;
}
body .goe-choice-grid .goe-choice__label {
    line-height: 1.28 !important;
}
body .goe-is-hidden,
body .goe-grid.goe-is-hidden,
body .goe-field.goe-is-hidden {
    display: none !important;
}
@media (max-width: 820px) {
    body .goe-choice-grid,
    body .goe-field .goe-choice-grid {
        grid-template-columns: 1fr !important;
    }
}


/* v2.0.198 public app-link centring and v2.0.182 badge-size restore */
body .goe-form-app-links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px 18px !important;
    width: 100% !important;
    max-width: var(--goe-pp-public-form-width, 999px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}
body .goe-form-app-links a {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    line-height: 0 !important;
}
body .goe-form-app-links img {
    display: block !important;
    height: 46px !important;
    width: auto !important;
    max-width: 280px !important;
    object-fit: contain !important;
}
@media (max-width: 820px) {
    body .goe-form-app-links {
        flex-direction: column !important;
        align-items: center !important;
    }
    body .goe-form-app-links img {
        width: min(300px, 86vw) !important;
        height: auto !important;
        max-width: 300px !important;
    }
}

/* v2.0.204 public section-bar reset: one two-colour render path only. */
body .goe-web-form-wrap,
body .goe-transaction-form-wrap,
body .goe-me-wrap,
body .goe-quote-form {
    --goe-public-primary: var(--goe-brand-primary, #0d223f);
    --goe-public-accent: var(--goe-brand-accent, #f58220);
    --goe-public-button-text: var(--goe-brand-button-text, #ffffff);
}
body .goe-web-form-wrap .goe-section-bar,
body .goe-transaction-form-wrap .goe-section-bar,
body .goe-me-wrap .goe-section-bar,
body .goe-quote-form .goe-section-bar,
body .goe-section-bar {
    --goe-section-primary: var(--goe-public-primary, var(--goe-brand-primary, #0d223f));
    --goe-section-accent: var(--goe-public-accent, var(--goe-brand-accent, #f58220));
    --goe-section-split: min(max(var(--goe-bar-blue-width, 330px), 300px), calc(100% - 34px));
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    isolation: isolate !important;
    background-color: var(--goe-section-accent) !important;
    background-image: linear-gradient(66deg,
        var(--goe-section-primary) 0,
        var(--goe-section-primary) calc(var(--goe-section-split) - 24px),
        var(--goe-section-accent) calc(var(--goe-section-split) - 23px),
        var(--goe-section-accent) 100%) !important;
    box-shadow: none !important;
}
body .goe-web-form-wrap .goe-section-bar::before,
body .goe-transaction-form-wrap .goe-section-bar::before,
body .goe-me-wrap .goe-section-bar::before,
body .goe-quote-form .goe-section-bar::before,
body .goe-section-bar::before,
body .goe-section-bar.goe-section-bar--wide-title::before,
body .goe-section-bar.goe-section-bar--quote-prepare::before,
body .goe-web-form-wrap .goe-section-bar::after,
body .goe-transaction-form-wrap .goe-section-bar::after,
body .goe-me-wrap .goe-section-bar::after,
body .goe-quote-form .goe-section-bar::after,
body .goe-section-bar::after {
    content: none !important;
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    background: none !important;
    background-image: none !important;
    border: 0 !important;
    clip-path: none !important;
}
body .goe-web-form-wrap .goe-section-bar span,
body .goe-transaction-form-wrap .goe-section-bar span,
body .goe-me-wrap .goe-section-bar span,
body .goe-quote-form .goe-section-bar span,
body .goe-section-bar span {
    position: relative !important;
    z-index: 1 !important;
    color: var(--goe-public-button-text, var(--goe-brand-button-text, #ffffff)) !important;
    max-width: calc(var(--goe-section-split) - 56px) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    background: transparent !important;
    background-image: none !important;
    clip-path: none !important;
    box-shadow: none !important;
}
@media (max-width: 560px) {
    body .goe-web-form-wrap .goe-section-bar,
    body .goe-transaction-form-wrap .goe-section-bar,
    body .goe-me-wrap .goe-section-bar,
    body .goe-quote-form .goe-section-bar,
    body .goe-section-bar {
        --goe-section-split: calc(100% - 36px);
    }
}
body .goe-copy-box,
body .goe-choice-row.goe-authority-checks,
body .goe-priority-notice,
body .goe-compact-orange-notice,
body .goe-me-quote-note {
    border-left-color: var(--goe-public-accent, var(--goe-brand-accent, #f58220)) !important;
}


/* v2.0.205 final guard: section title span is text-only; parent bar supplies the two colours. */
body .goe-web-form-wrap .goe-section-bar span,
body .goe-transaction-form-wrap .goe-section-bar span,
body .goe-me-wrap .goe-section-bar span,
body .goe-quote-form .goe-section-bar span,
body .goe-section-bar span {
    background: transparent !important;
    background-image: none !important;
    clip-path: none !important;
    box-shadow: none !important;
}

/* v2.0.206 New ABN authority label spacing correction */
body .goe-abn-execution-prompt {
    margin: 10px 0 2px !important;
    padding: 0 !important;
}
body .goe-abn-execution-prompt label {
    display: block !important;
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #3a4b59;
}
body .goe-abn-execution-prompt + .goe-grid {
    margin-top: 0 !important;
}

/* Portal refresh/status reload button */
.goe-portal-refresh-row{
    text-align:right;
    margin:0 0 8px;
}
.goe-portal-refresh{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:5px 9px;
    border:1px solid #f58220;
    background:#fff;
    color:#0d223f;
    text-decoration:none;
    font-size:12px;
    line-height:1.2;
    font-weight:700;
    border-radius:999px;
    box-shadow:0 1px 2px rgba(13,34,63,.08);
}
.goe-portal-refresh:hover,.goe-portal-refresh:focus{
    background:#f58220;
    color:#fff;
    text-decoration:none;
    outline:none;
}
.goe-portal-refresh span[aria-hidden="true"]{
    font-size:15px;
    line-height:1;
}
@media(max-width:820px){
    .goe-portal-refresh-row{ text-align:left; margin-top:10px; }
}

/* v2.0.241 softer portal magic-link notice */
.goe-security-warning--soft{background:#fff8e6!important;border:1px solid #f58220!important;color:#2f3b52!important;}
.goe-security-warning--soft strong{color:#0b2341!important;}


/* v2.0.252: mobile public forms logo above menu */
body .goe-public-mobile-logo {
    display: none !important;
    line-height: 0 !important;
    text-decoration: none !important;
}
body .goe-public-mobile-logo img {
    display: block !important;
    width: auto !important;
    max-width: 170px !important;
    max-height: 78px !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
}
@media (max-width: 820px) {
    body .goe-public-form-header {
        align-items: center !important;
    }
    body .goe-public-mobile-logo {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin: 12px auto 6px !important;
    }
    body .goe-public-form-logo {
        display: none !important;
    }
}

/* v2.0.255 identity form helpers */
.goe-nationality-combobox {
    position: relative;
}

.goe-combobox-control {
    display: flex;
    align-items: stretch;
}

.goe-combobox-control input {
    border-right: 0;
}

.goe-combobox-toggle {
    width: 44px;
    border: 1px solid #9fb0bc;
    background: #ffffff;
    color: #0d223f;
    font-weight: 800;
    cursor: pointer;
}

.goe-combobox-list {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    max-height: 240px;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #9fb0bc;
    box-shadow: 0 8px 22px rgba(13, 34, 63, .18);
}

.goe-combobox-option {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    background: #ffffff;
    color: #0d223f;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}

.goe-combobox-option:hover,
.goe-combobox-option:focus {
    background: #f2f2f2;
    outline: none;
}

.goe-combobox-empty {
    padding: 10px 12px;
    color: #394b59;
    font-size: 14px;
}

.goe-medicare-example-link {
    font-weight: 800;
}

.goe-medicare-example-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.goe-medicare-example-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .58);
}

.goe-medicare-example-panel {
    position: relative;
    max-width: min(860px, 96vw);
    max-height: 92vh;
    background: #ffffff;
    padding: 16px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .32);
}

.goe-medicare-example-panel img {
    display: block;
    max-width: 100%;
    max-height: 78vh;
    height: auto;
}

.goe-medicare-example-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 0;
    background: #0d223f;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

/* v2.0.256 driver licence helper */
.goe-dl-helper {
    margin: 10px 0 0;
    padding: 12px 14px;
    border-left: 3px solid #f58220;
    background: #ffffff;
    color: #0d223f;
    font-size: 13px;
}
.goe-dl-helper strong {
    font-weight: 800;
}
.goe-dl-helper p {
    margin: 6px 0 8px;
    line-height: 1.45;
}
.goe-dl-helper-toggle {
    border: 0;
    background: transparent;
    color: #0d223f;
    padding: 0;
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer;
}
.goe-dl-helper-all {
    margin-top: 10px;
    overflow-x: auto;
}
.goe-dl-helper-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}
.goe-dl-helper-table th,
.goe-dl-helper-table td {
    border: 1px solid #d7dee3;
    padding: 7px 8px;
    vertical-align: top;
    text-align: left;
}
.goe-dl-helper-table th {
    background: #f4f6f8;
    color: #0d223f;
}

/* v2.0.257 public form sizing and combobox visual consistency */
.goe-grid--passport {
    grid-template-columns: repeat(2, minmax(220px, 320px));
    max-width: 680px;
}

.goe-form .goe-field--date input[type="date"],
.goe-form .goe-field--date input[type="month"],
.goe-form input.goe-standard-date,
.goe-web-form-wrap.goe-me-wrap input[type="date"],
.goe-web-form-wrap.goe-me-wrap input[type="month"] {
    width: 180px !important;
    max-width: 100% !important;
}

.goe-nationality-combobox .goe-combobox-control {
    position: relative;
    display: block;
}

.goe-nationality-combobox .goe-combobox-control input {
    width: 100% !important;
    height: 43px;
    min-height: 43px;
    margin: 8px 0 0 !important;
    padding: 10px 44px 10px 12px !important;
    border: 1px solid #6d8a8a !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #1f2933 !important;
    box-shadow: none !important;
    font-size: 15px;
    line-height: 1.2;
    font-family: inherit;
}

.goe-nationality-combobox .goe-combobox-toggle {
    position: absolute;
    top: 8px;
    right: 0;
    width: 43px;
    height: 43px;
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid #6d8a8a;
    border-radius: 0;
    background: transparent;
    color: #0d223f;
    font-size: 15px;
    line-height: 43px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: none;
}

.goe-nationality-combobox .goe-combobox-toggle:hover,
.goe-nationality-combobox .goe-combobox-toggle:focus {
    background: #f7f9fb;
    outline: none;
}

@media (max-width: 820px) {
    .goe-grid--passport {
        max-width: none;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .goe-grid--passport {
        grid-template-columns: 1fr;
    }
    .goe-form .goe-field--date input[type="date"],
    .goe-form .goe-field--date input[type="month"],
    .goe-form input.goe-standard-date,
    .goe-web-form-wrap.goe-me-wrap input[type="date"],
    .goe-web-form-wrap.goe-me-wrap input[type="month"] {
        width: 100% !important;
    }
}


/* v2.0.258 public form dropdown arrow polish.
   Keep native date/month controls untouched for iOS/Safari compatibility; only normalise select/caret visuals. */
body .goe-web-form-wrap .goe-field select,
body .goe-form .goe-field select,
body .goe-me-wrap .goe-field select,
body .goe-public-form-shell .goe-field select,
body .goe-quote-form-wrap .goe-field select,
body .goe-transaction-form-wrap .goe-field select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    height: 42px !important;
    min-height: 42px !important;
    line-height: 1.2 !important;
    box-sizing: border-box !important;
    padding: 10px 44px 10px 12px !important;
    border: 1px solid #6d8a8a !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1.4 1.4L6 6l4.6-4.6' fill='none' stroke='%236b7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 12px 8px !important;
    box-shadow: none !important;
}
body .goe-web-form-wrap .goe-field select::-ms-expand,
body .goe-form .goe-field select::-ms-expand,
body .goe-me-wrap .goe-field select::-ms-expand,
body .goe-public-form-shell .goe-field select::-ms-expand,
body .goe-quote-form-wrap .goe-field select::-ms-expand,
body .goe-transaction-form-wrap .goe-field select::-ms-expand {
    display: none !important;
}
body .goe-web-form-wrap .goe-field select:focus,
body .goe-form .goe-field select:focus,
body .goe-me-wrap .goe-field select:focus,
body .goe-public-form-shell .goe-field select:focus,
body .goe-quote-form-wrap .goe-field select:focus,
body .goe-transaction-form-wrap .goe-field select:focus {
    outline: none !important;
    border-color: #f58220 !important;
    box-shadow: 0 0 0 1px rgba(245,130,32,.2) !important;
}
body .goe-nationality-combobox .goe-combobox-control input {
    height: 42px !important;
    min-height: 42px !important;
    padding: 10px 44px 10px 12px !important;
    margin: 8px 0 0 !important;
    box-sizing: border-box !important;
}
body .goe-nationality-combobox .goe-combobox-toggle {
    top: 8px !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
    border: 0 !important;
    border-left: 0 !important;
    background: transparent !important;
    color: #6b7280 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
body .goe-nationality-combobox .goe-combobox-toggle:hover,
body .goe-nationality-combobox .goe-combobox-toggle:focus {
    background: transparent !important;
    color: #0d223f !important;
    outline: none !important;
}


/* v2.0.259 account-form identity layout and existing-user guard polish */
.goe-grid--passport {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: none !important;
    align-items: start !important;
}
.goe-grid--passport .goe-field,
.goe-grid--passport .goe-nationality-combobox {
    min-width: 0 !important;
    width: 100% !important;
}
.goe-grid--passport .goe-field input,
.goe-grid--passport .goe-field select,
.goe-grid--passport .goe-nationality-combobox input,
.goe-grid--passport .goe-field--date input[type="date"] {
    width: 100% !important;
    max-width: 100% !important;
}
.goe-grid--passport .goe-combobox-control {
    width: 100% !important;
}
@media (max-width: 820px) {
    .goe-grid--passport {
        grid-template-columns: 1fr 1fr !important;
    }
}
@media (max-width: 640px) {
    .goe-grid--passport {
        grid-template-columns: 1fr !important;
    }
}


/* v2.0.260 manual ID standardisation */
.goe-radio-badge-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 8px 0 18px !important;
}
.goe-choice--badge {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    min-height: 26px !important;
    margin: 0 !important;
}
.goe-choice-code-badge {
    display: inline-block !important;
    min-width: 42px !important;
    padding: 4px 7px !important;
    margin-right: 7px !important;
    border: 1px solid #d7dde3 !important;
    background: #f7f9fb !important;
    color: #0d223f !important;
    border-radius: 3px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    text-align: center !important;
    letter-spacing: .02em !important;
}
.goe-grid--medicare-1,
.goe-grid--medicare-2,
.goe-grid--centrelink-top,
.goe-grid--centrelink-bottom,
.goe-grid--immi-top,
.goe-grid--immi-bottom,
.goe-grid--vevo-top,
.goe-grid--vevo-bottom {
    grid-template-columns: repeat(2, minmax(220px, 320px)) !important;
    max-width: 680px !important;
}
.goe-grid--centrelink-top {
    grid-template-columns: minmax(220px, 320px) !important;
}
.goe-grid--medicare-2 {
    grid-template-columns: minmax(80px, 100px) minmax(220px, 320px) !important;
}
.goe-grid--passport {
    grid-template-columns: repeat(3, minmax(190px, 1fr)) !important;
    max-width: 980px !important;
}
.goe-nationality-combobox .goe-combobox-control {
    position: relative !important;
    display: block !important;
}
.goe-nationality-combobox .goe-combobox-control input {
    padding-right: 42px !important;
}
.goe-nationality-combobox .goe-combobox-toggle {
    position: absolute !important;
    top: 8px !important;
    right: 1px !important;
    width: 40px !important;
    height: 41px !important;
    border: 0 !important;
    border-left: 0 !important;
    background: transparent !important;
    color: #0d223f !important;
    font-size: 16px !important;
    line-height: 41px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.goe-nationality-combobox .goe-combobox-toggle:hover,
.goe-nationality-combobox .goe-combobox-toggle:focus {
    background: transparent !important;
}
@media (max-width: 820px) {
    .goe-grid--passport,
    .goe-grid--medicare-1,
    .goe-grid--medicare-2,
    .goe-grid--centrelink-top,
    .goe-grid--centrelink-bottom,
    .goe-grid--immi-top,
    .goe-grid--immi-bottom,
    .goe-grid--vevo-top,
    .goe-grid--vevo-bottom {
        grid-template-columns: 1fr !important;
        max-width: none !important;
    }
}

/* v2.0.261 Medicare/Centrelink manual ID layout */
.goe-grid--medicare-row-1 {
    grid-template-columns: minmax(80px, 120px) minmax(260px, 420px) !important;
    max-width: 580px !important;
}
.goe-grid--medicare-row-2 {
    grid-template-columns: minmax(260px, 420px) minmax(140px, 170px) !important;
    max-width: 620px !important;
}
.goe-grid--centrelink-row {
    grid-template-columns: minmax(220px, 300px) minmax(260px, 420px) minmax(140px, 170px) !important;
    max-width: 920px !important;
}
@media (max-width: 820px) {
    .goe-grid--medicare-row-1,
    .goe-grid--medicare-row-2,
    .goe-grid--centrelink-row {
        grid-template-columns: 1fr !important;
        max-width: none !important;
    }
}


/* v2.0.262 manual ID polish */
.goe-grid--medicare-row-1 {
    grid-template-columns: minmax(140px, 170px) minmax(260px, 420px) !important;
    max-width: 620px !important;
}
.goe-grid--medicare-row-1 .goe-field:first-child input {
    width: 180px !important;
    max-width: 100% !important;
}
.goe-grid--medicare-row-2 {
    grid-template-columns: minmax(260px, 420px) minmax(140px, 170px) !important;
    max-width: 620px !important;
}
.goe-grid--centrelink-row {
    grid-template-columns: minmax(220px, 300px) minmax(260px, 420px) minmax(140px, 170px) !important;
    max-width: 920px !important;
}
.goe-radio-badge-list .goe-choice-code-badge:only-child,
.goe-choice--badge .goe-choice__label .goe-choice-code-badge:last-child {
    margin-right: 0 !important;
}
/* Make the custom Passport Nationality combobox use the same caret artwork as normal selects. */
body .goe-nationality-combobox .goe-combobox-control input {
    padding-right: 36px !important;
}
body .goe-nationality-combobox .goe-combobox-toggle {
    top: 8px !important;
    right: 0 !important;
    width: 36px !important;
    height: 42px !important;
    min-height: 42px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1.4 1.4L6 6l4.6-4.6' fill='none' stroke='%236b7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 12px 8px !important;
    box-shadow: none !important;
}
body .goe-nationality-combobox .goe-combobox-toggle:hover,
body .goe-nationality-combobox .goe-combobox-toggle:focus {
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1.4 1.4L6 6l4.6-4.6' fill='none' stroke='%236b7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    outline: none !important;
}
@media (max-width: 820px) {
    .goe-grid--medicare-row-1,
    .goe-grid--medicare-row-2,
    .goe-grid--centrelink-row {
        grid-template-columns: 1fr !important;
        max-width: none !important;
    }
    .goe-grid--medicare-row-1 .goe-field:first-child input {
        width: 100% !important;
    }
}


/* v2.0.263 Passport Nationality combobox chevron fix
   Use a single pseudo-element caret instead of a repeating background image or visible button glyph. */
body .goe-nationality-combobox .goe-combobox-toggle,
body .goe-nationality-combobox .goe-combobox-toggle:hover,
body .goe-nationality-combobox .goe-combobox-toggle:focus {
    top: 8px !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: 0 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    outline: none !important;
}
body .goe-nationality-combobox .goe-combobox-toggle::before,
body .goe-nationality-combobox .goe-combobox-toggle::after {
    background: none !important;
    background-image: none !important;
}
body .goe-nationality-combobox .goe-combobox-toggle::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 8px !important;
    height: 8px !important;
    margin-left: -5px !important;
    margin-top: -7px !important;
    border-right: 2px solid #6b7280 !important;
    border-bottom: 2px solid #6b7280 !important;
    transform: rotate(45deg) !important;
    pointer-events: none !important;
}
body .goe-nationality-combobox .goe-combobox-toggle:hover::after,
body .goe-nationality-combobox .goe-combobox-toggle:focus::after {
    border-color: #6b7280 !important;
}


/* v2.0.264 Passport Nationality chevron vertical alignment correction.
   Override earlier fixed top offset so the combobox caret is centred like standard selects. */
body .goe-nationality-combobox .goe-combobox-toggle,
body .goe-nationality-combobox .goe-combobox-toggle:hover,
body .goe-nationality-combobox .goe-combobox-toggle:focus {
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    height: 100% !important;
    min-height: 0 !important;
    display: block !important;
}
body .goe-nationality-combobox .goe-combobox-toggle::after {
    top: 50% !important;
    margin-top: -5px !important;
}

/* v2.0.268 single active manual ID option */
.goe-id-block {
    position: relative;
}
.goe-id-block--active {
    padding-bottom: 38px;
}
.goe-id-clear-button {
    display: none;
    position: absolute;
    right: 14px;
    bottom: 12px;
    border: 0;
    background: transparent;
    color: #0d223f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 6px;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    z-index: 5;
}
.goe-id-block--active .goe-id-clear-button {
    display: inline-block;
}
.goe-id-clear-button:hover,
.goe-id-clear-button:focus {
    color: #f58220;
    outline: none;
}



.goe-grid--passport-name {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.goe-alert--warning {
    border-left-color: #f58220;
    background: #fff7ed;
    color: #0d223f;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 18px;
}

@media (max-width: 820px) {
    .goe-grid--passport-name {
        grid-template-columns: 1fr;
    }
}


/* v2.0.285 portal other-options control */
.goe-portal-other-options { margin: 24px 0 0; }
.goe-portal-other-options__show {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}
.goe-portal-other-options__show .goe-section-bar { margin: 0; width: 100%; }
.goe-portal-other-options__chevron {
    position: absolute;
    right: 18px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-68%) rotate(45deg);
    pointer-events: none;
    z-index: 5;
}
.goe-portal-other-options__hide {
    display: inline-block;
    margin: 8px 0 10px;
    padding: 4px 6px 4px 4px;
    border: 0;
    background: #0d223f;
    line-height: 1;
    cursor: pointer;
}
.goe-portal-other-options__hide span {
    display: inline-block;
    padding: 3px 8px 4px;
    background: #f58220;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.1;
}
.goe-portal-other-options__hide[hidden],
.goe-portal-other-options__content[hidden],
.goe-portal-other-options__show[hidden] { display: none !important; }
.goe-portal-other-options__content { margin-top: 4px; }
.goe-portal-bottom-refresh {
    margin-top: 28px;
    text-align: left;
}
.goe-portal-bottom-refresh .goe-submit-button {
    text-decoration: none;
}

/* v2.0.286 consistent small badges and inline portal chevrons */
.goe-note-head,
.goe-id-or-separator {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0;
    border: 4px solid #0d223f;
    background: #f58220;
    line-height: 1;
    box-sizing: border-box;
}
.goe-note-head span,
.goe-id-or-separator span {
    display: inline-block;
    padding: 5px 9px;
    background: transparent;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.1;
    text-transform: uppercase;
}
.goe-portal-other-options__show .goe-section-bar > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}
.goe-inline-select-chevron {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    box-sizing: border-box;
    flex: 0 0 auto;
}
.goe-inline-select-chevron--up {
    transform: translateY(2px) rotate(225deg);
}
.goe-portal-other-options__hide {
    display: inline-block;
    margin: 8px 0 10px;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 1;
    cursor: pointer;
}
.goe-small-highlight-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 9px;
    border: 4px solid #0d223f;
    background: #f58220;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.1;
    box-sizing: border-box;
}
.goe-portal-other-options__show .goe-portal-other-options__chevron { display: none !important; }


/* v2.0.292 portal Other Options alignment.
   Keep the chevron tied to the same --goe-section-split value as the banner join. */
.goe-portal-other-options__show .goe-portal-other-options__bar {
    position: relative !important;
}
.goe-portal-other-options__show .goe-portal-other-options__label {
    display: inline-flex !important;
    align-items: center !important;
    height: 100% !important;
    padding-right: 18px !important;
}
.goe-portal-other-options__show .goe-portal-other-options__bar-chevron {
    position: absolute !important;
    left: calc(var(--goe-section-split) - 45px) !important;
    right: auto !important;
    top: 50% !important;
    margin: 0 !important;
    color: #ffffff !important;
    border-right-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    transform: translateY(-62%) rotate(45deg) !important;
    z-index: 5 !important;
    pointer-events: none !important;
}
.goe-portal-other-options__hide .goe-inline-select-chevron {
    margin-left: 6px !important;
    color: #ffffff !important;
    border-right-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}
@media (max-width: 560px) {
    .goe-portal-other-options__show .goe-portal-other-options__bar-chevron {
        left: calc(var(--goe-section-split) - 45px) !important;
    }
}
