

/* ===== 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;
}

.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-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-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;
}


/* 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;
}

.goe-me-urgent-banner {
    color: #ffffff;
    padding: 26px 28px;
    margin: 0 0 22px;
    border-left: 8px solid #450a0a;
}

.goe-me-urgent-banner--helpdesk {
    background: #b91c1c;
    border-left-color: #7f1d1d;
}

.goe-me-urgent-banner--dispute {
    background: #991b1b;
    border-left-color: #450a0a;
}

.goe-me-urgent-banner__title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 10px;
}

.goe-me-urgent-banner__body {
    font-size: 16px;
    line-height: 1.6;
}

@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;
}
.goe-me-urgent-banner--local-lock {
    background: #7f1d1d;
    border-left-color: #450a0a;
}


/* 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;
}
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.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-grid--4 { grid-template-columns: repeat(4, 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,
    body .goe-grid--4 {
        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-signature-panel,
body .goe-signature-panel--authority {
    border: 1px solid #d8dde3 !important;
    background: #fff !important;
    padding: 18px 20px !important;
    margin: 14px 0 22px !important;
}
body .goe-signature-panel .goe-choice,
body .goe-signature-panel--authority .goe-choice {
    align-items: center !important;
    margin: 12px 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-header { display: block !important; }
    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-signature-panel,
body .goe-signature-panel--authority,
body .goe-choice-row.goe-authority-checks,
body .goe-mobile-id-box.goe-execution-box {
    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-signature-panel .goe-choice,
body .goe-signature-panel--authority .goe-choice,
body .goe-choice-row.goe-authority-checks .goe-choice {
    display: flex !important;
    width: 100% !important;
    margin: 4px 0 !important;
}
body .goe-signature-panel .goe-choice + .goe-choice,
body .goe-signature-panel--authority .goe-choice + .goe-choice,
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-signature-panel,
body .goe-signature-panel--authority,
body .goe-choice-row.goe-authority-checks,
body .goe-mobile-id-box.goe-execution-box {
    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-signature-panel .goe-choice,
body .goe-signature-panel--authority .goe-choice,
body .goe-choice-row.goe-authority-checks .goe-choice,
body .goe-mobile-id-box.goe-execution-box .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-signature-panel .goe-choice:last-child,
body .goe-signature-panel--authority .goe-choice:last-child,
body .goe-choice-row.goe-authority-checks .goe-choice:last-child,
body .goe-mobile-id-box.goe-execution-box .goe-choice:last-child {
    margin-bottom: 0 !important;
}
body .goe-signature-panel .goe-choice__label,
body .goe-signature-panel--authority .goe-choice__label,
body .goe-choice-row.goe-authority-checks .goe-choice__label,
body .goe-mobile-id-box.goe-execution-box .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,
body .goe-signature-panel,
body .goe-signature-panel--authority {
    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,
body .goe-signature-panel .goe-choice,
body .goe-signature-panel--authority .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,
body .goe-signature-panel .goe-choice:last-child,
body .goe-signature-panel--authority .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: 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: #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-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--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 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-signature-panel {
    background: #ffffff;
    border: 1px solid #d4dbe2;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 4px;
}

.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;
}

.goe-alert--info {
    background: #f4f8fb;
    border-color: #c9d7e3;
    color: #24415c;
}

@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;
}

.goe-doc-links-note {
    margin: -6px 0 14px;
    font-size: 12px;
    line-height: 1.4;
    color: #6b7785;
}

.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;
    }
}


/* 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; }
}


/* 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.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,
.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;
}
.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.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-grid--4 { grid-template-columns: repeat(4, 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,
    body .goe-grid--4 {
        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-signature-panel,
body .goe-signature-panel--authority {
    border: 1px solid #d8dde3 !important;
    background: #fff !important;
    padding: 18px 20px !important;
    margin: 14px 0 22px !important;
}
body .goe-signature-panel .goe-choice,
body .goe-signature-panel--authority .goe-choice {
    align-items: center !important;
    margin: 12px 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-header { display: block !important; }
    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-signature-panel,
body .goe-signature-panel--authority,
body .goe-choice-row.goe-authority-checks,
body .goe-mobile-id-box.goe-execution-box {
    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-signature-panel .goe-choice,
body .goe-signature-panel--authority .goe-choice,
body .goe-choice-row.goe-authority-checks .goe-choice {
    display: flex !important;
    width: 100% !important;
    margin: 4px 0 !important;
}
body .goe-signature-panel .goe-choice + .goe-choice,
body .goe-signature-panel--authority .goe-choice + .goe-choice,
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 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-signature-panel, body .goe-signature-panel--authority, 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-signature-panel .goe-choice, body .goe-signature-panel--authority .goe-choice, 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-signature-panel .goe-choice:last-child, body .goe-signature-panel--authority .goe-choice:last-child, body .goe-choice-row.goe-authority-checks .goe-choice:last-child { margin-bottom:0!important; }
body .goe-signature-panel .goe-choice__label, body .goe-signature-panel--authority .goe-choice__label, 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,
body .goe-signature-panel,
body .goe-signature-panel--authority {
    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,
body .goe-signature-panel .goe-choice,
body .goe-signature-panel--authority .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,
body .goe-signature-panel .goe-choice:last-child,
body .goe-signature-panel--authority .goe-choice:last-child {
    margin-bottom: 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}}


/* 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; }
}


/* 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.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-grid--4 { grid-template-columns: repeat(4, 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,
    body .goe-grid--4 {
        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-signature-panel,
body .goe-signature-panel--authority {
    border: 1px solid #d8dde3 !important;
    background: #fff !important;
    padding: 18px 20px !important;
    margin: 14px 0 22px !important;
}
body .goe-signature-panel .goe-choice,
body .goe-signature-panel--authority .goe-choice {
    align-items: center !important;
    margin: 12px 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-header { display: block !important; }
    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-signature-panel,
body .goe-signature-panel--authority,
body .goe-choice-row.goe-authority-checks,
body .goe-mobile-id-box.goe-execution-box {
    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-signature-panel .goe-choice,
body .goe-signature-panel--authority .goe-choice,
body .goe-choice-row.goe-authority-checks .goe-choice {
    display: flex !important;
    width: 100% !important;
    margin: 4px 0 !important;
}
body .goe-signature-panel .goe-choice + .goe-choice,
body .goe-signature-panel--authority .goe-choice + .goe-choice,
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 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, body .goe-signature-panel, body .goe-signature-panel--authority { 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, body .goe-signature-panel .goe-choice, body .goe-signature-panel--authority .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, body .goe-signature-panel .goe-choice:last-child, body .goe-signature-panel--authority .goe-choice:last-child { margin-bottom:0!important; }
body .goe-choice-row.goe-authority-checks .goe-choice__label, body .goe-signature-panel .goe-choice__label, body .goe-signature-panel--authority .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,
body .goe-signature-panel,
body .goe-signature-panel--authority {
    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,
body .goe-signature-panel .goe-choice,
body .goe-signature-panel--authority .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,
body .goe-signature-panel .goe-choice:last-child,
body .goe-signature-panel--authority .goe-choice:last-child {
    margin-bottom: 0 !important;
}


/* ===== 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-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 {
    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,
body .goe-signature-panel--authority {
    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,
body .goe-signature-panel--authority .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,
body .goe-signature-panel--authority .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,
body .goe-signature-panel--authority .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"] + .goe-choice__box {
    border-radius: 50% !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,
body .goe-signature-panel,
body .goe-signature-panel--authority {
    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,
.goe-selector-group {
    display: flex;
    flex-direction: column;
    gap: 8px !important;
}

.goe-choice-row label,
.goe-authority-checks label,
.goe-execution-confirmations label,
.goe-selector-group label,
.goe-radio-label,
.goe-checkbox-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"],
.goe-selector-group input[type="radio"],
.goe-radio-label input[type="radio"],
.goe-checkbox-label input[type="checkbox"] {
    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;
}


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

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

.goe-footer .goe-footer-columns,
.goe-public-footer .goe-footer-columns,
.goe-form-footer .goe-footer-columns,
.goe-footer-grid,
.goe-footer-row {
    text-align: center;
    justify-items: center;
    align-items: start;
}

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

.goe-footer .goe-footer-column h6,
.goe-public-footer .goe-footer-column h6,
.goe-form-footer .goe-footer-column h6,
.goe-footer-col h6 {
    text-align: center;
}

.goe-footer .goe-footer-column hr,
.goe-public-footer .goe-footer-column hr,
.goe-form-footer .goe-footer-column hr,
.goe-footer-col hr {
    margin-left: auto;
    margin-right: auto;
}

.goe-footer-contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 8px 0;
    text-align: center;
}

.goe-footer-contact-icon {
    width: 14px;
    height: 14px;
    display: inline-flex;
    flex: 0 0 14px;
    color: #f07900;
    line-height: 1;
}

.goe-footer-contact-icon svg {
    width: 14px;
    height: 14px;
    display: block;
}

.goe-footer-contact-text {
    display: inline-block;
}

.goe-footer-contact-text a {
    color: inherit;
    text-decoration: none;
}

.goe-footer-contact-text a:hover {
    color: #f07900;
    text-decoration: underline;
}
