.address-lookup__postcode-input{text-transform:uppercase}.address-lookup__postcode-input::placeholder{text-transform:none}.address-lookup__field-icon{font-size:.9rem}.address-lookup__field-icon--loading{color:#1656a7}.address-lookup__field-icon--success{color:#090}.address-lookup__not-found{font-size:.85rem;color:#555;margin-bottom:.75rem}.applicants-form{max-width:800px}.rhf-subsection-title{font-size:1rem;font-weight:600;color:#021033;margin:1.5rem 0 1rem;padding-top:1rem;border-top:1px solid #dee2e6}.rhf-subsection-title--no-divider{padding-top:0;border-top:0}.rhf-subsection-description{color:#021033;margin:0 0 1rem}.rhf-ubo-item{background:#fff;border:1px solid #dee2e6;border-radius:4px;padding:1.5rem;margin-bottom:1.5rem}.rhf-ubo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #dee2e6}.rhf-ubo-header h4{margin:0;font-size:1.125rem;font-weight:600;color:#021033}.rhf-ubo-remove{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;background:rgba(0,0,0,0);border:1px solid #f40d54;border-radius:4px;color:#f40d54;font-size:.875rem;cursor:pointer;transition:all .15s ease-in-out}.rhf-ubo-remove:hover{background:rgba(244,13,84,.1)}.rhf-ubo-subsection{margin-bottom:1.5rem;background:#f6f6f6;padding:1.5rem;border-radius:4px}.rhf-ubo-subsection h5{font-size:.9375rem;font-weight:600;color:#021033;margin-bottom:1rem}.rhf-ubo-subsection .rhf-subsection-description{margin-top:0}.form-navigation{justify-content:space-between;margin-top:2rem}.form-navigation .btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.9375rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .15s ease-in-out}.form-navigation .btn-primary{background:#1656a7;color:#fff;border:2px solid #1656a7}.form-navigation .btn-primary:hover:not(:disabled){background:rgb(16.0634920635,62.7936507937,121.9365079365);border-color:rgb(16.0634920635,62.7936507937,121.9365079365)}.form-navigation .btn-primary:disabled{opacity:.5;cursor:not-allowed}.form-navigation .btn-outline-primary{background:rgba(0,0,0,0);color:#1656a7;border:2px solid #1656a7}.form-navigation .btn-outline-primary:hover{background:rgba(22,86,167,.1)}.consumer-check-result h4{margin-bottom:.5rem}.consumer-check-result a{color:#1656a7;text-decoration:underline;cursor:pointer}.consumer-check-result a:hover{text-decoration:none}.consumer-check-icon{margin-right:.5rem}.consumer-check-icon--ok{color:#090}.consumer-check-icon--blocked{color:#f40d54}.consumer-check-reset{display:inline-flex;align-items:center;gap:.25rem;margin-top:1rem;padding:.5rem 1rem;background:none;border:1px solid #1656a7;border-radius:4px;color:#1656a7;font-size:.875rem;cursor:pointer;transition:background-color .2s,color .2s}.consumer-check-reset:hover{background-color:rgba(22,86,167,.1)}.consumer-check-reset__icon{font-size:.875rem}@keyframes dialog-fade-in{0%{opacity:0}to{opacity:1}}@keyframes dialog-fade-out{0%{opacity:1}to{opacity:0}}@keyframes dialog-zoom-in{0%{transform:translate(-50%,-50%) scale(.95)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes dialog-zoom-out{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(.95)}}.dialog-overlay{position:fixed;inset:0;isolation:isolate;z-index:50;background-color:rgba(0,0,0,.1);transition-duration:.1s}@supports((-webkit-backdrop-filter:blur(4px)) or (backdrop-filter:blur(4px))){.dialog-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.dialog-overlay[data-open]{animation:dialog-fade-in .1s ease-out}.dialog-overlay[data-closed]{animation:dialog-fade-out .1s ease-in}.dialog-content{position:fixed;top:50%;left:50%;z-index:50;display:grid;width:100%;max-width:calc(100% - 2rem);gap:1rem;padding:1rem;border-radius:.75rem;background-color:var(--color-background,#ffffff);color:inherit;font-size:.875rem;outline:none;box-shadow:0 0 0 1px rgba(0,0,0,.1);transform:translate(-50%,-50%)}@media(min-width:640px){.dialog-content{max-width:24rem}}.dialog-content[data-open]{animation:dialog-fade-in .1s ease-out,dialog-zoom-in .1s ease-out}.dialog-content[data-closed]{animation:dialog-fade-out .1s ease-in,dialog-zoom-out .1s ease-in}.dialog-close-button{position:absolute;top:.75rem;right:.75rem;padding:.25rem .5rem;border:none;background:rgba(0,0,0,0);color:inherit;cursor:pointer;border-radius:.25rem;line-height:1;font-size:.75rem}.dialog-close-button:hover{background-color:rgba(0,0,0,.05)}.dialog-header{display:flex;flex-direction:column;gap:.5rem}.dialog-footer{display:flex;flex-direction:column-reverse;gap:.5rem;padding-top:.5rem}@media(min-width:640px){.dialog-footer{flex-direction:row;justify-content:flex-end}}.dialog-title{font-size:1rem;font-weight:500;line-height:1}.dialog-description{font-size:.875rem;color:var(--color-muted-foreground,#555555)}.dialog-description a{text-decoration:underline;text-underline-offset:3px}.dialog-description a:hover{color:var(--color-foreground,#021033)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.rhf-card{background:#fff;border:1px solid #dee2e6;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;min-height:180px}.rhf-card--error{border-color:#f40d54}.rhf-card--error .rhf-card__progress{background:#f40d54}.rhf-card--error .rhf-card__label{color:#f40d54}.rhf-card__progress{height:4px;background:#1656a7;width:100%}.rhf-card__content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.rhf-card__label{display:block;font-size:1rem;font-weight:600;color:#021033;margin-bottom:.5rem;line-height:1.4}.rhf-card__required{color:#f40d54;margin-left:.25rem}.rhf-card__description{font-size:.875rem;color:#555;margin-bottom:1rem;line-height:1.5}.rhf-card__error{margin-top:.5rem;font-size:.875rem;color:#f40d54}.rhf-card__footer{margin-top:auto;padding-top:1rem}.rhf-radio-group{display:flex;flex-direction:column;gap:.5rem}.rhf-radio-group--inline{flex-direction:row;flex-wrap:wrap;gap:1.5rem}.rhf-radio-option{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;padding:.25rem 0}.rhf-radio-option:hover:not(.rhf-radio-option--disabled) .radio-group-item{border-color:#1656a7}.rhf-radio-option--selected .rhf-radio-label{color:#1656a7;font-weight:600}.rhf-radio-option--disabled{cursor:not-allowed;opacity:.5}.rhf-radio-label{font-size:.9375rem;color:#021033;line-height:1.5;padding-top:2px}.rhf-text-link{background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;color:#1656a7;font:inherit}.rhf-form{width:100%;max-width:1400px;margin:0 auto}.rhf-form__title{font-size:1.25rem;font-weight:600;color:#021033;margin-bottom:1.5rem}.rhf-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem}@media(max-width:1200px){.rhf-card-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.rhf-card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.rhf-card-grid{grid-template-columns:1fr}}.rhf-card-with-info{display:flex;flex-direction:column;gap:.5rem}.rhf-card-with-info .rhf-card{flex:1 1}.rhf-card-with-info .rhf-info-button{align-self:flex-start}.rhf-card--info{background:#fff;border:1px solid #dee2e6;border-radius:4px;overflow:hidden}.rhf-card--info .rhf-card__progress{height:4px;background:#1656a7;width:100%}.rhf-card--info .rhf-card__content{padding:1.5rem}.rhf-card--info .rhf-card__label{font-size:1rem;font-weight:600;color:#021033;margin-bottom:1rem}.rhf-info-list{list-style:none;padding:0;margin:0}.rhf-info-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.9375rem;line-height:1.5;color:#021033}.rhf-info-list li:before{content:"✓";position:absolute;left:0;color:#1656a7;font-weight:700}.rhf-info-list li:last-child{margin-bottom:0}.rhf-form__actions{display:flex;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #dee2e6}.rhf-submit-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#2590ce;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .15s ease-in-out}.rhf-submit-button:hover:not(:disabled){background:rgb(29.2345679012,113.7777777778,162.7654320988)}.rhf-submit-button:focus{outline:none;box-shadow:0 0 0 3px rgba(22,86,167,.25)}.rhf-submit-button:disabled{opacity:.5;cursor:not-allowed}.rhf-submit-icon{font-size:.875rem}.rhf-info-documents-dialog .dialog-title,.rhf-property-info-dialog .dialog-title{font-size:1.25rem;font-weight:700;line-height:1.2}.rhf-info-documents-dialog .dialog-description p,.rhf-property-info-dialog .dialog-description p{margin:0 0 .25rem}.rhf-info-documents-dialog .dialog-footer,.rhf-property-info-dialog .dialog-footer{margin:0;padding:0;border:none;background:none;border-radius:0}.rhf-info-documents-dialog .dialog-footer .btn,.rhf-property-info-dialog .dialog-footer .btn{width:100%}.dialog-subtitle{font-size:.9375rem;font-weight:600;margin:.25rem 0 0}.dialog-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.dialog-checklist li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.4}.dialog-checklist__icon{color:#1656a7;flex-shrink:0;margin-top:.15rem}.rhf-loan-form{width:100%;max-width:900px}.rhf-loan-form .rhf-col--sm{width:3rem}.rhf-loan-form .rhf-col--md{width:12rem}.rhf-loan-form .rhf-col--lg{width:15rem}.rhf-loan-form .rhf-col--no-arrow .rhf-field__select{appearance:none;-webkit-appearance:none;background-image:none;pointer-events:none;padding-right:.5rem}.rhf-loan-form__title{font-size:1.5rem;font-weight:600;color:#021033;margin-bottom:2rem}.rhf-loan-form__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #dee2e6}.rhf-section__description{font-size:.9375rem;color:#555;margin-bottom:1.5rem}.rhf-loans-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem 0;border-bottom:1px solid #dee2e6}.rhf-loans-header__title{font-size:1rem;font-weight:600;color:#021033;margin:0}.rhf-loans-empty{padding:2rem;text-align:center;background:#f6f6f6;border:1px dashed #dee2e6;border-radius:4px;margin-bottom:1.5rem}.rhf-loans-empty p{color:#555;margin:0}.rhf-loans-empty--error{border-color:#f40d54;background:rgb(253.9782608696,232.5217391304,239.1166007905)}.rhf-loans-empty--error p{color:#f40d54}.rhf-loan-card{background:#f6f6f6;border:1px solid #dee2e6;border-radius:4px;margin-bottom:1rem;overflow:hidden;transition:opacity .2s ease}.rhf-loan-card .rhf-field,.rhf-loan-card .rhf-field__label{margin-bottom:0}.rhf-loan-card__part{align-self:center}.rhf-loan-card--loading{opacity:.6;pointer-events:none;position:relative}.rhf-loan-card--loading:after{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.3);animation:rhf-pulse 1.2s ease-in-out infinite;z-index:1}.rhf-loan-card__header{display:flex;gap:1rem;padding:1rem;background:#fff;border-bottom:1px solid #dee2e6;line-height:normal}.rhf-loan-card__title{font-size:.9375rem;font-weight:600;color:#021033;margin:0;text-overflow:ellipsis;overflow:hidden}.rhf-loan-card__content{display:flex;flex-direction:row;padding:1rem;gap:1rem}.rhf-loan-card__interest-rate{margin-top:9px}.rhf-loan-card__interest-rate-value{font-size:1.125rem;font-weight:700;color:#021033;background:#ffc723;padding:14px 1rem;border-radius:4px}.rhf-loan-card__interest-rate-loading{font-size:.875rem;font-weight:500;font-style:italic}.rhf-loan-card__interest-rate-unavailable{font-size:.8125rem;font-weight:500;font-style:italic;white-space:nowrap}@keyframes rhf-pulse{0%,to{opacity:0}50%{opacity:1}}.rhf-loan-summary{background:linear-gradient(135deg,#1656a7,rgb(16.0634920635,62.7936507937,121.9365079365));color:#fff;padding:1.5rem;border-radius:4px;margin-top:1.5rem}.rhf-loan-summary__row{display:flex;justify-content:space-between;align-items:center}.rhf-loan-summary__label{font-size:1rem;font-weight:500}.rhf-loan-summary__value{font-size:1.25rem;font-weight:700}.rhf-loan-summary__max{font-size:.9375rem;font-weight:500;opacity:.85}.rhf-loan-summary__loading{font-size:.875rem;opacity:.8;margin-top:.5rem;font-style:italic}.rhf-loan-post-labels{list-style:none;padding:0;margin:0}.rhf-loan-post-labels li{position:relative;padding-left:1.25rem;margin-bottom:.5rem}.rhf-loan-post-labels li:before{content:"›";position:absolute;left:0;font-weight:700}.rhf-loan-post-labels li:last-child{margin-bottom:0}.rhf-field__help{font-size:.8125rem;color:#555;margin-top:.5rem;font-style:italic}.multi-step-wrapper{display:grid;grid-template-columns:1fr 280px;gap:2rem}@media(max-width:992px){.multi-step-wrapper{grid-template-columns:1fr}}.multi-step-wrapper--no-sidebar{grid-template-columns:1fr}.multi-step-wrapper__content{min-width:0}.multi-step-wrapper__sidebar{position:sticky;top:calc(70px + 2rem);align-self:start}@media(max-width:992px){.multi-step-wrapper__sidebar{order:-1;position:static}}.multi-step-sidebar__title{font-size:1.125rem;font-weight:600;color:#021033;margin-bottom:1.5rem}.multi-step-sidebar__nav{display:flex;flex-direction:column}.multi-step-sidebar__step{margin-bottom:.5rem}.multi-step-sidebar__step-main{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:4px;transition:all .15s ease-in-out;width:100%;border:none;background:none;font:inherit;text-align:left;cursor:default}.multi-step-sidebar__step-main--clickable{cursor:pointer}.multi-step-sidebar__step-main--clickable:hover{background:rgba(22,86,167,.08)}.multi-step-sidebar__step-main--completed .multi-step-sidebar__step-icon{color:#1656a7}.multi-step-sidebar__step-main--completed .multi-step-sidebar__step-title{color:#021033}.multi-step-sidebar__step-main--current{background:#1656a7}.multi-step-sidebar__step-main--current .multi-step-sidebar__step-icon{color:#fff}.multi-step-sidebar__step-main--current .multi-step-sidebar__step-title{color:#fff;font-weight:600}.multi-step-sidebar__step-main--upcoming .multi-step-sidebar__step-icon,.multi-step-sidebar__step-main--upcoming .multi-step-sidebar__step-title{color:#555}.multi-step-sidebar__step-icon{display:flex;align-items:center;justify-content:center;width:20px;font-size:.75rem}.multi-step-sidebar__step-title{font-size:.9375rem}.multi-step-sidebar__substeps{margin-left:2rem;margin-top:.25rem;padding-left:1rem;border-left:2px solid #dee2e6}.multi-step-sidebar__substep{display:flex;align-items:flex-start;gap:.5rem;padding:.25rem .5rem;font-size:.875rem;color:#555;width:100%;border:none;background:none;font-family:inherit;text-align:left;cursor:default}.multi-step-sidebar__substep--clickable{cursor:pointer}.multi-step-sidebar__substep--clickable:hover{background:rgba(22,86,167,.08);border-radius:4px}.multi-step-sidebar__substep--current{background:rgba(22,86,167,.1);border-radius:4px;color:#1656a7;font-weight:500}.multi-step-sidebar__substep--completed{color:#021033}.multi-step-sidebar__substep--completed .multi-step-sidebar__substep-icon{color:#1656a7}.multi-step-sidebar__substep-icon{display:flex;align-items:center;justify-content:center;width:16px;min-width:16px;font-size:.625rem;margin-top:.2em}.multi-step-sidebar__substep-content{display:flex;flex-direction:column;min-width:0}.multi-step-sidebar__substep-title{font-size:.875rem}.multi-step-sidebar__substep-subtitle{font-size:.75rem;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.form-placeholder{background:#fff;padding:1.5rem;border-radius:4px;border:1px solid #dee2e6}.form-placeholder pre{background:#f6f6f6;padding:1rem;border-radius:4px;overflow-x:auto;font-size:.75rem;max-height:400px;overflow-y:auto}.form-navigation{padding-top:1.5rem;border-top:1px solid #dee2e6}.multi-step-sidebar__content-from-cms{margin-top:2em}.rhf-properties-form{width:100%;max-width:900px}.rhf-properties-form__title{font-size:1.5rem;font-weight:600;color:#021033;margin-bottom:2rem}.rhf-properties-form__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #dee2e6}.rhf-field-with-icon{position:relative}.rhf-field-with-icon .rhf-field-icon{position:absolute;top:0;right:0;color:#1656a7;cursor:help;font-size:1rem}.rhf-field-tooltip-icon{color:#1656a7;cursor:help;font-size:.875rem;margin-left:.375rem;vertical-align:middle}.rhf-section__question{font-size:.9375rem;color:#555;margin-bottom:1rem}.rhf-section__subtitle{font-size:1.125rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #1656a7}.rhf-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out}.rhf-button:disabled{opacity:.5;cursor:not-allowed}.rhf-button__icon{font-size:.875rem}.rhf-button--primary{background:#2590ce;color:#fff}.rhf-button--primary:hover:not(:disabled){background:rgb(29.2345679012,113.7777777778,162.7654320988)}.rhf-button--primary:focus{outline:none;box-shadow:0 0 0 3px rgba(22,86,167,.25)}.rhf-button--secondary{background:#fff;color:#1656a7;border:1px solid #1656a7}.rhf-button--secondary:hover:not(:disabled){background:rgba(22,86,167,.05)}.rhf-button--secondary:focus{outline:none;box-shadow:0 0 0 3px rgba(22,86,167,.25)}.rhf-button--outline{background:rgba(0,0,0,0);color:#021033;border:1px solid #dee2e6}.rhf-button--outline:hover:not(:disabled){background:rgba(2,16,51,.05);border-color:#555}.rhf-button--outline:focus{outline:none;box-shadow:0 0 0 3px rgba(2,16,51,.15)}.rhf-button--icon{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;color:#1656a7;border:1px solid #1656a7;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out}.rhf-button--icon:hover{background:rgba(22,86,167,.05)}.rhf-button--icon:focus{outline:none;box-shadow:0 0 0 3px rgba(22,86,167,.25)}.rhf-button--danger{color:#f40d54;border-color:#f40d54}.rhf-button--danger:hover{background:rgba(244,13,84,.05)}.rhf-button--danger:focus{box-shadow:0 0 0 3px rgba(244,13,84,.25)}.rhf-units-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem 0;border-bottom:1px solid #dee2e6}.rhf-units-header__title{font-size:1rem;font-weight:600;color:#021033;margin:0}.rhf-units-empty{padding:2rem;text-align:center;background:#f6f6f6;border:1px dashed #dee2e6;border-radius:4px;margin-bottom:1.5rem}.rhf-units-empty p{color:#555;margin:0}.rhf-units-info-text{color:#555;font-size:.875rem;line-height:1.5;margin-top:1rem;margin-bottom:1.5rem}.rhf-unit-card{background:#f6f6f6;border:1px solid #dee2e6;border-radius:4px;margin-bottom:1rem;overflow:hidden}.rhf-unit-card__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #dee2e6}.rhf-unit-card__title{font-size:.9375rem;font-weight:600;color:#021033;margin:0}.rhf-unit-card__content{padding:1.5rem}.rhf-subsection{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #dee2e6}.rhf-subsection--no-divider{border-top:none;margin-top:0;padding-top:0}.rhf-subsection__title{font-size:1.125rem;font-weight:600;color:#021033;margin:0 0 .5rem}.rhf-subsection__description{font-size:.9375rem;color:#555;margin:0 0 1.5rem}.tabs{display:flex;gap:.5rem}.tabs[data-orientation=horizontal]{flex-direction:column}.tabs[data-orientation=vertical]{flex-direction:row}.tabs-list{display:inline-flex;width:fit-content;align-items:center;justify-content:center;border-radius:.5rem;padding:3px;color:#64748b}[data-orientation=horizontal] .tabs-list{height:2rem}[data-orientation=vertical] .tabs-list{height:fit-content;flex-direction:column}.tabs-list--default{background-color:#f1f5f9}.tabs-list--line{gap:.25rem;background-color:rgba(0,0,0,0);border-radius:0}.tabs-trigger{position:relative;display:inline-flex;height:calc(100% - 1px);flex:1 1;align-items:center;justify-content:center;gap:.375rem;white-space:nowrap;border-radius:.375rem;border:1px solid rgba(0,0,0,0);padding:.125rem .375rem;font-size:.875rem;font-weight:500;color:rgba(15,23,42,.6);transition:all .2s ease}.tabs-trigger svg:not([class*=size-]){width:1rem;height:1rem}.tabs-trigger svg{pointer-events:none;flex-shrink:0}.tabs-trigger:hover{color:#0f172a}.tabs-trigger:focus-visible{outline:1px solid #3b82f6;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.5)}.tabs-trigger:disabled,.tabs-trigger[aria-disabled=true]{pointer-events:none;opacity:.5}.tabs-trigger[data-active]{background-color:#fff;color:#0f172a}[data-orientation=vertical] .tabs-trigger{width:100%;justify-content:flex-start}.tabs-trigger:after{content:"";position:absolute;background-color:#0f172a;opacity:0;transition:opacity .2s ease}[data-orientation=horizontal] .tabs-trigger:after{left:0;right:0;bottom:-5px;height:2px}[data-orientation=vertical] .tabs-trigger:after{top:0;bottom:0;right:-4px;width:2px}.tabs-list--line .tabs-trigger{background-color:rgba(0,0,0,0)}.tabs-list--line .tabs-trigger[data-active]{background-color:rgba(0,0,0,0);box-shadow:none}.tabs-list--line .tabs-trigger[data-active]:after{opacity:1}.tabs-list--default .tabs-trigger[data-active]{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.tabs-content{flex:1 1;font-size:.875rem;outline:none}.application-overview{display:flex;flex-direction:column;gap:0}.overview-section{border-bottom:1px solid #afafaf;padding-bottom:1rem;margin-bottom:.5rem}.overview-section:last-child{border-bottom:none}.overview-section-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 0}.overview-section-check{color:#090;font-size:1.25rem;flex-shrink:0}.overview-section-title{font-size:1.1rem;font-weight:600;color:#1656a7;margin:0;flex:1 1}.overview-section-edit{margin-left:auto}.overview-item{padding:.5rem 0 .5rem 2rem}.overview-item:not(:last-child){border-bottom:1px solid rgba(175,175,175,.5)}.overview-item-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.overview-item-address{font-size:.95rem;color:#021033}.overview-item-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.overview-link{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;cursor:pointer;font-size:.85rem;color:#1656a7;padding:.25rem 0;white-space:nowrap;transition:color .15s ease}.overview-link:hover{color:#063971;text-decoration:underline}.overview-link-icon{font-size:.7rem}.overview-detail-row{display:flex;justify-content:space-between;padding:.35rem 0;font-size:.9rem}.overview-detail-row:not(:last-child){border-bottom:1px solid rgba(175,175,175,.3)}.overview-detail-label{color:#555}.overview-detail-value{font-weight:600;color:#021033;text-align:right}.overview-detail-section{margin-left:2rem}.overview-detail-toggle{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;cursor:pointer;font-size:.85rem;color:#1656a7;padding:.35rem 0;white-space:nowrap;transition:color .15s ease}.overview-detail-toggle:hover{color:#063971;text-decoration:underline}.overview-detail-toggle svg{font-size:.65rem}.overview-detail-content{padding:.5rem 0 .5rem 1rem;border-left:2px solid #afafaf;margin-left:.25rem;margin-top:.25rem}.overview-detail-subheading{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#1656a7;padding:.75rem 0 .25rem;margin-top:.25rem}.overview-detail-subheading:first-child{margin-top:0;padding-top:.25rem}.properties-tabs-wrapper{margin-bottom:1.5rem}.properties-tabs-wrapper .tabs{width:100%}.properties-tabs-header{display:flex;align-items:center;gap:1rem;border-bottom:1px solid #afafaf;padding-bottom:.5rem;margin-bottom:.5rem}.properties-tabs-scroll{flex:1 1;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.properties-tabs-scroll::-webkit-scrollbar{height:4px}.properties-tabs-scroll::-webkit-scrollbar-thumb{background-color:#afafaf;border-radius:2px}.properties-tabs-list{flex:0 0 auto}.properties-tabs-list.tabs-list{height:auto;padding:0;background:rgba(0,0,0,0);flex-wrap:nowrap}.properties-tab-item{display:inline-flex;align-items:center;gap:.25rem;position:relative}.properties-tab-item .tabs-trigger{padding:.5rem .75rem}.properties-tab-remove{display:flex;align-items:center;justify-content:center;padding:.25rem;background:none;border:none;cursor:pointer;color:#afafaf;border-radius:4px;transition:all .2s ease}.properties-tab-remove:hover{color:#f40d54;background-color:rgba(244,13,84,.1)}.properties-tab-remove svg{width:.75rem;height:.75rem}.properties-tab-add{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.properties-tab-add svg{width:.75rem;height:.75rem}.properties-tab-add--bottom{margin-top:1.5rem}.properties-tabs-info{margin:0 0 1rem;font-size:.8rem;color:#555}.form-placeholder{padding:2rem;background-color:#f6f6f6;border-radius:8px}.form-placeholder h2{margin-bottom:1rem}.form-placeholder p{margin-bottom:1.5rem;color:#555}.form-navigation{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.form-navigation .save-draft-button{margin-right:auto}.form-navigation__blocked-hint{width:100%;text-align:right;color:red;font-size:.875rem;margin:0}.form-data-preview{background-color:#fff;border:1px solid #afafaf;border-radius:4px;padding:1rem;max-height:400px;overflow:auto;font-size:.85rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}