/* Bridging Loan Application CSS */
*,
*::before,
*::after {
    box-sizing: border-box;
}

.site-header {
    padding: 1rem 1.5rem;
    background-color: #fff;
}

.header-container {
    max-width: 46rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.header-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #231f20;
}

.header-logo {
    display: block;
    height: 3.5rem;
    width: auto;
}

.header-title {
    font-weight: 600;
    font-size: 1.125rem;
}

.page-main {
    max-width: 46rem;
    margin: 0 auto;
    padding: 3.5rem 1.5rem 5.5rem;
    min-height: 100vh;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-icon-wrap {
    margin-bottom: 1.5rem;
}

.hero-icon {
    width: 8rem;
    height: auto;
    max-width: 135px;
}

.hero-title {
    font-size: clamp(2.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #00444D;
    margin: 0 0 1rem;
    line-height: 1.2;
}

.hero .content-card {
    background-color: #fff;
    border-radius: 7px;
    padding: 1rem;
}

.content-card-intro {
    font-size: 1rem;
    color: #000;
    margin: 0 0 1rem;
    line-height: 1.5;
}

.hero-desc {
    font-size: 1rem;
    color: #000;
    margin: 0 0 1.25rem;
    line-height: 1.5;
    max-width: 34rem;
}

.info-box {
    background-color: #e8e8e8;
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    text-align: left;
    width: 100%;
}

.info-box p {
    font-size: 0.875rem;
    color: #000;
    margin: 0;
    line-height: 1.5;
}

.loan-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: 100%;
    margin-bottom: 0;
}

.loan-card {
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 1.25rem 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.loan-card.loan-card-gross {
    background-color:var( --e-global-color-137e9f2 );
    border: 1px solid rgba(24, 106, 220, 0.1);
}

.loan-card.loan-card-net {
    background-color: var( --e-global-color-f3c8a00 );
    border: 1px solid rgba(43, 171, 150, 0.1);
}

.loan-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var( --e-global-color-primary );
    margin: 0;
}

.loan-card-desc {
    font-size: 0.9375rem;
    color: #000;
    margin: 0.4rem 0 0 0;
    line-height: 1.4;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    margin-top: 2rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    /* background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%); */
    background: #FC0077;
    border: none;
    border-radius: 0.5rem;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.cta-btn:hover {
    /* background: linear-gradient(180deg, #1d4ed8 0%, #1e40af 100%); */
    background: #FC0077;
}

.cta-btn:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.cta-arrow {
    flex-shrink: 0;
}

:root {
    --primary: #004049;
    --primary-dark: #1d6ad4;
    --bg-page: #f8f8f8;
    --bg-card: #fff;
    --border: #e0e0e0;
    --border-input: #ced4da;
    --text: #2c3e50;
    --text-muted: #6c757d;
    --selected-bg: #e8f0fe;
    --unselected-bg: #f0f2f5;
    --success-bg: #d4edda;
    --success-text: #155724;
    --success-value: #28a745;
    --notice-bg: #e9ecef;
    --radius: 8px;
    --radius-lg: 12px;
}

.progress-wrap {
    max-width: 46rem;
    margin: 2.5rem auto 0;
    padding: 0 1.5rem;
}

.progress-wrap[hidden] {
    display: block;
    visibility: hidden;
}

.progress-bar {
    display: flex;
    gap: 6px;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.progress-segment {
    flex: 1;
    background-color: var(--unselected-bg);
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

.progress-segment.is-filled {
    background-color: var(--primary);
}

.step-section[hidden] {
    display: none !important;
}

.step-section:not([hidden]) {
    display: block !important;
    min-height: 55vh;
}

.step-form .step-heading {
    text-align: left;
    margin-bottom: 0.25rem;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
}

.step-form .step-subtitle {
    text-align: left;
    margin-bottom: 1.75rem;
    font-size: 1.0625rem;
    color: #6c757d;
    font-weight: 400;
}

.step-form .form-fields {
    gap: 1.5rem;
}

.step-heading {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 700;
    color: var(--text);
    margin: 0 0 0.5rem;
    line-height: 1.25;
}

#stepPropertySummary .step-heading {
    text-align: left;
    color: #343a40;
}

.property-summary-card {
    margin-bottom: 1.75rem;
    padding: 1.25rem 1.5rem;
}

.property-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0;
    border-bottom: 1px solid #eee;
}

.property-summary-row:last-child {
    border-bottom: none;
}

.property-summary-label {
    font-size: 0.9375rem;
    color: #6c757d;
}

.property-summary-value {
    font-size: 1rem;
    font-weight: 700;
    color: #343a40;
}

.property-summary-value-highlight {
    color: var(--e-global-color-secondary);
}
.property-summary-prompt {
    font-size: 1rem;
    color: #343a40;
    margin: 0 0 1rem;
    font-weight: 500;
}

.property-summary-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.property-summary-option {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background-color: #fff;
    border: 1px solid var( --e-global-color-primary );
    border-radius: var(--radius);
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.property-summary-option:hover {
        background-color: var( --e-global-color-f3c8a00 );
}

.property-summary-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.property-summary-option:has(input:checked) {
     background-color:var( --e-global-color-primary );
    box-shadow: 0 2px 6px rgba(45, 125, 237, 0.12);
}
.property-summary-option:has(input:checked) * {
	color: #fff;
}

.property-summary-option-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-summary-option-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.property-summary-option-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #343a40;
}

.property-summary-option-desc {
    font-size: 0.875rem;
    color: var( --e-global-color-secondary );
}

.property-summary-net-wrap {
    margin-top: 1.25rem;
    margin-bottom: 0;
}

.step-subtitle {
    font-size: 1rem;
    color: var(--text-muted);
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

.option-cards {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.option-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background-color: var(--bg-card);
    border: 1px solid var( --e-global-color-primary );
    border-radius: var(--radius);
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.option-card:hover {
       background-color: var( --e-global-color-f3c8a00 );
}

.option-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.option-card-selected,
.option-card:has(input:checked) {
   background-color:var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
    box-shadow: 0 2px 6px rgba(45, 125, 237, 0.15);
}

.option-card-selected .option-card-icon,
.option-card:has(input:checked) .option-card-icon {
    color: #fff;
}
.option-card-selected,
.option-card:has(input:checked) * {
   color: #fff !important; 
}
.option-card-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.option-card-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.option-card-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var( --e-global-color-primary );
}

.option-card-desc {
    font-size: 0.875rem;
    color: var( --e-global-color-secondary );
}

.form-fields,
.form-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.form-group label {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.input-prefix,
.input-suffix {
    display: flex;
    align-items: stretch;
    min-height: 52px;
    background-color: #fff;
    border: 1px solid var( --e-global-color-secondary );
    border-radius: 5px;
    overflow: hidden;
}

.input-prefix:focus-within,
.input-suffix:focus-within {
    border-color: var(--primary);
    box-shadow: none;
}

.input-prefix-symbol,
.input-suffix-symbol {
    display: flex;
    align-items: center;
    padding: 0 0.05rem 0rem 0.75rem; 
    font-size: 1.2625rem;
}

.input-prefix input,
.input-suffix input {
    flex: 1;
    min-width: 0;
    padding: 0.75rem 1rem;
    font-family: inherit;
    font-size: 1.0625rem;
    color: #343a40;
    border: none;
    background: #fff;
}

.input-prefix input::placeholder,
.input-suffix input::placeholder {
    color: #adb5bd;
}

.input-prefix input:focus,
.input-suffix input:focus {
    outline: none;
    box-shadow: none;
}

.input-suffix .input-suffix-symbol {
   order: 2;
   border-right: none;
   padding-right: 1rem
}

.form-group input[type="text"]:not(.input-email) {
    width: 100%;
    padding: 0.625rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    color: var( --e-global-color-primary );
    border: none;
    border-radius: 0 8px 8px 0;
    border-left: 0;
}

.form-group input[type="text"]:focus {
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

.toggle-group {
    display: flex;
    gap: 0.75rem;
}

.toggle-option {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.75rem 1.25rem;
    font-family: inherit;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #343a40;
    background-color: #fff;
    border: 1px solid var( --e-global-color-primary );
    border-radius: 5px;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}

.toggle-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.toggle-option:hover {
    background-color: var( --e-global-color-f3c8a00 );
}

.toggle-option-selected,
.toggle-option:has(input:checked) {
    background-color:var( --e-global-color-primary );
    border-color:var( --e-global-color-primary );
    color: #fff;
}

.step-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 1rem 1.5rem;
    background-color: rgba(255 255 255 / 0.8);
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(4px);
}

.step-footer-inner {
    width: 100%;
    max-width: 46rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step-footer-inner button {
    font-size: 1rem;
}

.btn-back,
.btn-next {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    font-family: inherit;
    font-weight: 600;
    border-radius: var(--radius);
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.btn-back {
    background-color: var(--unselected-bg);
    border: 1px solid var(--border);
    color: var(--text);
}

.btn-back:hover {
    background-color: #e5e7eb;
    border-color: #d1d5db;
}

.btn-next {
    background-color: var(--primary);
    border: none;
    color: #fff;
}

.btn-next:hover {
    background-color: var(--primary-dark);
}

.btn-next:disabled {
    background-color: #ffa2ce;
    color: #fff;
    cursor: not-allowed;
    opacity: 1;
}

.btn-next:hover:disabled {
    background-color: #ccc;
}

.btn-back:focus-visible,
.btn-next:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

.btn-next:disabled:focus-visible {
    outline: none;
}

.btn-back svg,
.btn-next svg {
    flex-shrink: 0;
}

.summary-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.9rem;
    margin-bottom: 2rem;
}

.summary-card {
    background-color: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1rem;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    position: relative;
}

.summary-card-label {
    display: block;
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

.summary-card-value {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text);
    min-height: 1.5em;
}

span#valGrossLoan {
    color: var(--e-global-color-415efe5);
}

.subsection-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 1rem;
}
.next-actions-response p{
    color: green;
    font-weight: 400;
    padding: 10px 10px;
    margin: 10px 0px;
}
.table-wrap {
    overflow-x: auto;
    margin-bottom: 2rem;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background-color: var(--bg-card);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    min-height: 140px;
}

.breakdown-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
    table-layout: fixed;
}

.breakdown-table th,
.breakdown-table td {
    padding: 0.75rem 1rem;
    text-align: left;
}

.breakdown-table th {
    font-weight: 600;
    color: var(--text-muted);
    background-color: #f8f9fa;
    border-bottom: 1px solid var(--border);
    font-size: 0.8rem;
}

.breakdown-table td {
    color: var(--text);
    border-bottom: 1px solid #eee;
}

.breakdown-table tbody tr:last-child td {
    border-bottom: none;
}

.breakdown-table .num {
    text-align: left;
}

.exit-card {
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.5rem 1.5rem;
}

.exit-card .step-heading {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 700;
    color: #343a40;
    margin: 0 0 0.5rem;
}

.exit-card .step-subtitle {
    font-size: 1rem;
    color: #343a40;
    font-weight: 400;
    margin: 0 0 1rem;
}

.exit-summary-box {
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    margin-top: 1rem;
}

.exit-summary-intro {
    font-size: 0.9375rem;
    color: #6c757d;
    margin: 0 0 1rem;
    font-weight: 400;
}

.exit-summary-rows {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.exit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9375rem;
    color: #343a40;
    font-weight: 400;
}

.exit-row-total {
    font-weight: 700;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #dee2e6;
}

.exit-margin-value {
    color: #28a745;
    font-weight: 700;
}

.exit-margin-value.exit-margin-negative {
    color: #dc3545;
}

.exit-success {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background-color: var( --e-global-color-f3c8a00 );;
    border-radius: 8px;
    font-size: 0.9375rem;
    color: var( --e-global-color-primary );
}

.exit-success svg {
    flex-shrink: 0;
    color: #28a745;
}

.exit-success-warning {
    background-color: #dc323217;
    color: #dc3232;
}

.exit-success-warning svg {
    color: #dc3232;
}

.step-section .content-card {
    background-color: var(--bg-card);
    border-radius: var(--radius-lg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border);
}

.notice-card {
    background-color: var(--notice-bg);
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
    border-radius: var(--radius);
}

.notice-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text);
    margin: 0 0 0.5rem;
}

.notice-text {
    font-size: 0.9375rem;
    color: var(--text-muted);
    margin: 0 0 0.75rem;
    line-height: 1.5;
}

.notice-links {
    margin: 0;
}

.notice-link {
    color: var(--primary);
    text-decoration: underline;
}

.notice-link:hover {
    text-decoration: none;
}

.next-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0;
}

.input-email-wrap {
    flex: 1;
    min-width: 200px;
}

.input-email {
    width: 100%;
    padding: 0.625rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    border: 1px solid var(--border-input);
    border-radius: var(--radius);
}

.input-email:focus {
    border-color: var(--primary);
    outline: none;
}

.btn-send {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: var(--primary);
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-send:hover {
    background-color: var(--primary-dark);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    background-color: var(--bg-card);
    border: 1px solid var(--primary);
    border-radius: var(--radius);
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.btn-outline:hover {
    background-color: var(--selected-bg);
}

.hero button.cta-btn,
.next-actions button {
    font-size: 1rem;
}

.next-actions .input-prefix input {
    border-radius: 8px;
}

p.netLoanAmountError {
    font-size: 14px;
    margin: 6px 0;
    color: #f00;
    font-weight: 400;
}

.summary-cards .summary-card:first-child::after,
.summary-cards .summary-card:nth-child(2)::after {
    content: '-';
}

.summary-cards .summary-card:nth-child(3)::after {
    content: '=';
}

.summary-cards .summary-card:first-child::after,
.summary-cards .summary-card:nth-child(2)::after,
.summary-cards .summary-card:nth-child(3)::after {
    position: absolute;
    top: 50%;
    right: -19px;
    transform: translateY(-50%);
    background-color: #fc0077;
    color: #fff;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    font-weight: 500;
    z-index: 1;
}

.table-wrap .breakdown-table th,
.table-wrap .breakdown-table td {
    border: none;
}

.card-padding {
    padding: 1.5rem 1.5rem;
}

.do-next-actions {
    margin: 2rem 0;
}
.form-grid .form-group label[for="adjTerm"] + input[type="text"] {
	border:1px solid var( --e-global-color-secondary )!important;
	border-radius: 5px;
    height: 52px
}
.input-prefix #userEmail {
	border: none;
}
.btn-adjust-figures {
	font-size: 1rem !important;
}
.profit-calculator-grid {
	grid-template-columns: repeat(1, 1fr);
    /* margin-bottom: 0; */
}
.profit-calculator-grid .display-flex {
	display: flex;
	justify-content: space-between;
}
.profit-calculator-grid .display-flex label {
	color: #9c9c9c;
    margin: 0;
}
.profit-calculator-grid .gross-total-row {
	border-top: 1px solid #ced4da;
	padding-top: 16px;
}
.profit-calculator-grid .gross-total-row label {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.profit-calculator-grid .gross-total-row .form-group-value {
	font-size: 20px;
}
.negative-value {
    color: #f00;
}
.positive-value {
    color: #008000;
}
.email-summary-box {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin: 0;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease-out, opacity 0.25s ease-out, margin 0.25s ease-out;
}

.email-summary-box.is-open {
    max-height: 6rem;
    opacity: 1;
    margin-top: 0.5rem;
}

.email-summary-box .input-prefix {
    width: 100%;
}
.email-summary-box input {
    font-size: 1.0625rem;
}

/* start responsive css */

@media (max-width: 768px) {
    .summary-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .next-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .input-email-wrap {
        min-width: 0;
    }

    .hero-title {
        font-size: clamp(2rem, 4vw, 2.25rem) !important;
    }

    .breakdown-table th,
    .breakdown-table td {
        padding: 0.50rem 0.5rem;
        font-size: 0.7rem;
        line-height: 1.2;
    }

    .loan-card-title {
        font-size: 1rem !important;
    }

    .hero h3 {
        font-size: 1rem !important;
    }

    .step-footer-inner button {
        font-size: 0.9rem;
    }

    .step-form .step-heading {
        font-size: clamp(1.3rem, 4vw, 2.25rem);
    }

    #stepPropertySummary .step-heading {
        font-size: clamp(1.5rem, 3vw, 1.875rem);
    }

    #stepPropertySummary .step-heading {
        margin-bottom: 1rem;
    }
    .breakdown-table {
        min-width: 686px;
    }
    .hero button.cta-btn, .next-actions button {
        font-size: 0.8rem;
        padding: .625rem 1.25rem;
    }
    .input-prefix, .input-suffix{
        min-height: 45px;
    }
    .email-summary-box input.input-email {
        padding: 0 10px;
        font-size: 17px !important;
    }
}

@media (max-width: 480px) {
    .loan-cards {
        grid-template-columns: 1fr;
    }

    .property-summary-option-title {
        font-size: 1rem;
    }

    .page-main {
        padding: 1.5rem 1rem 1.5rem;
        min-height: auto;
    }

    .step-footer {
        padding: 1rem 1rem;
    }

    .step-footer-inner {
        padding: 0 0;
    }

    .header-title {
        font-size: 1rem;
    }

    .summary-cards {
        grid-template-columns: 1fr;
    }

    .progress-wrap {
        padding: 0 1rem 1rem;
    }
    .summary-cards .summary-card:first-child::after, .summary-cards .summary-card:nth-child(2)::after, .summary-cards .summary-card:nth-child(3)::after {
        top: auto;
        right: 21px;
        transform: initial;
        bottom: -21px;
    }
    .step-heading {
        font-size: clamp(1.5rem, 3vw, 1.875rem) !important;
    }
    .subsection-title {
        font-size: 1.25rem !important;
    }
    .notice-title {
        font-size: 1.125rem !important;
    }
}