/* _content/RenewalByAndersen.Blazor/Components/Forms/FormProgressBar.razor.rz.scp.css */
.step-progress-container[b-hq8t17wqhj] {
    margin: auto;
}

.step-container[b-hq8t17wqhj] {
    display: flex;
    align-items: center;
}

.step-number[b-hq8t17wqhj] {
    color: var(--font-color);
    background-color: var(--bg-color);
    font-size: var(--font-size);
    font-weight: 700;
    width: var(--step-number-size);
    height: var(--step-number-size);
    border-radius: 50%;
    margin: -1px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.1s linear;
}

    .step-number.active[b-hq8t17wqhj] {
        background-color: var(--color);
        font-size: calc(var(--font-size) * 1.25);
        width: calc(var(--step-number-size) * 1.15);
        height: calc(var(--step-number-size) * 1.15);
        transition: all 0.1s linear;
        transition-delay: 0.25s;
    }

.step-line-container[b-hq8t17wqhj] {
    flex-grow: 1;
    z-index: 1;
    height: 10px;
    position: relative;
}

.step-line[b-hq8t17wqhj] {
    display: block;
    height: 10px;
    position: absolute;
    background-color: var(--color);
    width: 0%;
    transition: width 0.25s ease-in;
    transition-delay: 0.1s;
}

    .step-line.filled[b-hq8t17wqhj] {
        width: 100%;
        transition: width 0.25s ease-out;
    }

.step-line-bg[b-hq8t17wqhj] {
    display: block;
    height: 10px;
    background-color: var(--bg-color);
}
/* _content/RenewalByAndersen.Blazor/Components/Layout/Footer.razor.rz.scp.css */
.images[b-pt6etmuuow] {
    text-align: center;
    height: 70px;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.images img[b-pt6etmuuow] {
    max-width: 100%;
    max-height: 100%;
}

p[b-pt6etmuuow] {
    font-size: 0.75rem;
}

.contact[b-pt6etmuuow] {
    text-align: center;
}

.disclaimer[b-pt6etmuuow] {
    text-align: justify;
    opacity: 80%;
}
/* _content/RenewalByAndersen.Blazor/Components/Layout/LegalFooter.razor.rz.scp.css */
footer[b-dbesyx22cc] {
    font-size: 0.7rem;
    line-height: 1rem;
    color: #c5c5c5;
    background-color: black;
    text-align: center;
}

ul[b-dbesyx22cc] {
    list-style-type: none;
    margin: 0;
    padding: 0.7rem 1rem;
}

ul li[b-dbesyx22cc] {
    display: inline;
}

ul li[b-dbesyx22cc]::after {
    content: " | ";
    color: #7c7c7c;
}

ul li:last-child[b-dbesyx22cc]::after {
    content: "";
}

a[b-dbesyx22cc] {
    color: #c5c5c5;
    text-decoration: none;
}

a:hover[b-dbesyx22cc] {
    color: #919191;
}
/* _content/RenewalByAndersen.Blazor/Components/Layout/LegalLayout.razor.rz.scp.css */
[b-30dzkriraw] h1 {
    text-align: center;
    font-size: 1.5rem;
}

[b-30dzkriraw] h2 {
    font-size: 1.1rem;
}

main[b-30dzkriraw] {
    max-width: 1024px;
    padding: 12px;
    margin: auto;
}

/* Table */
[b-30dzkriraw] table {
    margin-bottom: 1rem;
}

[b-30dzkriraw] th, [b-30dzkriraw] td {
    border: 1px solid gray;
    padding: 10px;
    vertical-align: top;
}

[b-30dzkriraw] form {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    background-color: #ededed;
}

/* Error UI */
#blazor-error-ui[b-30dzkriraw] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-30dzkriraw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/RenewalByAndersen.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
main[b-i0bbtwsnoh] {
    max-width: 1280px;
    padding: 12px;
    margin: auto;
}
/* _content/RenewalByAndersen.Blazor/Components/Pages/Default/OS.razor.rz.scp.css */
main[b-iezwey2may] {
    background-color: #f8f9ff;
    padding: 12px;
}

#contents[b-iezwey2may] {
    background-color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
    border: 2px solid #6cc14c;
}

.logo[b-iezwey2may] {
    height: 65px;
    width: fit-content;
    margin: auto;
    padding: 10px;
}

    .logo img[b-iezwey2may] {
        max-height: 100%;
        max-width: 100%;
    }


.hero[b-iezwey2may] {
    width: 100%;
}

h1[b-iezwey2may] {
    text-align: center;
    font-size: 1.5rem;
}

p[b-iezwey2may] {
    text-align: center;
}

.form-container[b-iezwey2may], [b-iezwey2may] footer {
    padding: 0 1rem;
}

[b-iezwey2may] .error {
    text-align: center;
    color: #b33c24;
    background-color: #f8d7da;
    margin-bottom: 6px;
    padding: 4px 0;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
}

[b-iezwey2may] .form-step {
    padding: 1rem 0;
}

[b-iezwey2may] .form-step-heading {
    font-weight: 700;
    text-transform: uppercase;
    color: #54585a;
}

[b-iezwey2may] .form-input-text,
[b-iezwey2may] .form-input-amount,
[b-iezwey2may] .form-input-select {
    border: 2px solid #777;
    padding: 0.7rem;
}

[b-iezwey2may] .form-btn-submit {
    color: white;
    font-weight: 600;
}

[b-iezwey2may] .appointments-header, [b-iezwey2may] .appointments-subheader {
    text-align: center;
}

[b-iezwey2may] .selected-appointment {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
}

[b-iezwey2may] .disclaimer {
    margin-bottom: 0;
    padding-bottom: 12px;
}
/* _content/RenewalByAndersen.Blazor/Components/Pages/Default/ThankYou.razor.rz.scp.css */
main[b-bhdjl74qpv] {
    background-color: #f8f9ff;
    padding: 12px;
}

#contents[b-bhdjl74qpv] {
    background-color: #ffffff;
    max-width: 1080px;
    margin: 0 auto;
    border: 2px solid #6cc14c;
}

.logo[b-bhdjl74qpv] {
    height: 65px;
    width: fit-content;
    margin: auto;
    padding: 10px;
}

    .logo img[b-bhdjl74qpv] {
        max-height: 100%;
        max-width: 100%;
    }

.message[b-bhdjl74qpv] {
    background-color: #ccffcc;
    padding: 0.2rem 1rem;
    margin: 0 1rem 1rem 1rem;
    border-bottom: 4px solid #6cc14c;
}

h1[b-bhdjl74qpv] {
    text-align: center;
    text-transform: uppercase;
    color: #6cc14c;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}

.check[b-bhdjl74qpv] {
    max-width: 32px;
    transform: translateY(4px);
}

h2[b-bhdjl74qpv] {
    color: #54585a;
    font-weight: 400;
    text-align: center;
    margin: 0.25rem 0;
}

.matched-client-container[b-bhdjl74qpv] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.matched-logo[b-bhdjl74qpv] {
    text-align: center;
    max-height: 160px;
    width: 160px;
    padding: 5px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid #84be55;
}

.matched-logo img[b-bhdjl74qpv] {
    max-height: 100%;
    max-width: 100%;
}
/* _content/RenewalByAndersen.Blazor/Components/Pages/Home.razor.rz.scp.css */
#home[b-nnnfkjubax] {
	padding: 1rem;
	max-width: 1280px;
	margin: auto;
}

h1[b-nnnfkjubax] {
	color: #ba2626;
	margin-top: 0;
}

h2[b-nnnfkjubax] {
	color: #2670ba;
}

a[b-nnnfkjubax] {
	text-decoration: none;
}

.inline-code[b-nnnfkjubax] {
	font-family: monospace;
	font-size: 0.85rem;
	color: #333;
	background-color: #ddd;
	padding: 0px 4px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/* Table */
table[b-nnnfkjubax] {
	width: 100%;
	border-collapse: collapse;
	margin: 20px auto;
}

	table thead tr[b-nnnfkjubax] {
		color: #ffffff;
		background-color: #2a425a;
		text-align: left;
	}

	table th[b-nnnfkjubax], table td[b-nnnfkjubax] {
		padding: 4px 8px;
		border: 1px solid #dddddd;
	}

		table tbody tr:nth-of-type(even)[b-nnnfkjubax] {
			background-color: #f3f3f3;
		}

.mobile-table td:first-child[b-nnnfkjubax] {
	color: #ffffff;
	background-color: #2a425a;
	font-weight: bold;
	width: 120px;
}

.mobile-table tr:nth-of-type(even)[b-nnnfkjubax] {
	background-color: #f3f3f3;
}

/* Utility */
.mobile-only[b-nnnfkjubax] {
	display: none;
}

.desktop-only[b-nnnfkjubax] {
	display: block
}

@media (max-width: 768px) {
	.mobile-only[b-nnnfkjubax] {
		display: block;
	}
	.desktop-only[b-nnnfkjubax] {
		display: none;
	}
}
/* _content/RenewalByAndersen.Blazor/Components/Pages/RBAM/RBAM.razor.rz.scp.css */
/* Header */
header[b-mikfodnkdb] {
    padding: 10px;
    text-align: center;
    color: #555555;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

    header .logo-container img[b-mikfodnkdb] {
        height: 70px;
    }

    header small[b-mikfodnkdb] {
        font-family: 'Franklin Gothic', Arial, sans-serif;
    }

    header .red[b-mikfodnkdb] {
        color: #dd5d22;
    }

@media (max-width: 768px) {
    header small[b-mikfodnkdb] {
        font-size: 0.7rem;
        display: inline-block;
        line-height: 12px;
    }
}

/* Hero */
.hero[b-mikfodnkdb] {
    background-size: cover !important;
    background-color: gray !important;
    padding: 50px 10px;
}

    .hero .hero-container #offer[b-mikfodnkdb] {
        color: white;
        padding: 0 10px;
        margin-bottom: 20px;
        text-align: center;
    }

[b-mikfodnkdb] .hero .hero-container #offer h2 {
    font-size: 2rem;
    line-height: 1;
    margin: 0;
    margin-bottom: 5px;
}

[b-mikfodnkdb] .hero .hero-container #offer h1 {
    font-size: 5rem;
    line-height: 0.9;
    margin: 0;
    margin-bottom: 5px;
    text-shadow: 2px 2px 5px red;
}

[b-mikfodnkdb] .hero .hero-container #offer sup {
    font-size: 12px;
    margin-left: 3px;
}

.hero .hero-container .form-container[b-mikfodnkdb] {
    background-color: white;
    padding: 1rem;
    max-width: 420px;
    margin: auto;
    border-radius: 15px;
}

.hero .hero-container .payment-options[b-mikfodnkdb] {
    color: white;
    text-align: center;
    margin-top: 25px;
    font-size: 1.5rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

@media (max-width: 768px) {
    [b-mikfodnkdb] .hero .hero-container #offer h2 {
        font-size: 1.5rem;
        
    }

    [b-mikfodnkdb] .hero .hero-container #offer h1 {
        font-size: 4.3rem;
    }
}

/* Form Custom Styles */
[b-mikfodnkdb] .step-progress-container {
    max-width: 300px;
}

[b-mikfodnkdb] .form-step-heading {
    font-weight: 700;
    text-transform: uppercase;
    color: #54585a;
}

[b-mikfodnkdb] .error {
    text-align: center;
    color: #b33c24;
    background-color: #f8d7da;
    margin-bottom: 6px;
    padding: 4px 0;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
}

[b-mikfodnkdb] .form-input-text,
[b-mikfodnkdb] .form-input-amount,
[b-mikfodnkdb] .form-input-select {
    border: 2px solid #777;
    padding: 0.7rem;
    border-radius: 8px;
}

[b-mikfodnkdb] .tcpa {
    font-size: 0.60rem;
    opacity: 0.5;
}

[b-mikfodnkdb] .form-btn {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.7rem;
    border-radius: 8px;
}

/* Section 1 */
.section-1[b-mikfodnkdb] {
    max-width: 1080px;
    padding: 20px 10px;
    margin: auto;
    text-align: center;
}

    .section-1 p[b-mikfodnkdb] {
        color: #555;
    }

        .section-1 p.quote[b-mikfodnkdb] {
            font-style: italic;
            font-size: 1.4rem;
        }

        .section-1 p.quote-credit[b-mikfodnkdb] {
            font-size: 1.3rem;
        }

    .section-1 small[b-mikfodnkdb] {
        color: #555;
        text-transform: uppercase;
    }

@media (max-width: 768px) {
    .section-1 p.quote[b-mikfodnkdb] {
        font-size: 1.25rem;
    }

    .section-1 p.quote-credit[b-mikfodnkdb] {
        font-size: 1.1rem;
    }
}

/* Section 2 */
.section-2[b-mikfodnkdb] {
    max-width: 1080px;
    margin: auto;
    text-align: center;
    color: #555;
    padding: 20px 10px;
}

    .section-2 .circles[b-mikfodnkdb] {
        display: flex;
        gap: 1rem;
        justify-content: center;
        margin-bottom: 10px;
    }

        .section-2 .circles .circle[b-mikfodnkdb] {
            color: white;
            background-color: #76a38c;
            border-radius: 50%;
            height: 100px;
            width: 100px;
            padding: 10px;
            text-align: center;
        }

            .section-2 .circles .circle .circle-no[b-mikfodnkdb] {
                font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
                font-size: 3rem;
            }

    .section-2 strong[b-mikfodnkdb] {
        font-size: 1.5rem;
    }

@media (max-width: 768px) {
    .section-2 .circles[b-mikfodnkdb] {
        gap: 0.5rem;
    }

        .section-2 .circles .circle[b-mikfodnkdb] {
            height: 70px;
            width: 70px;
            font-size: 0.8rem;
        }

            .section-2 .circles .circle .circle-no[b-mikfodnkdb] {
                font-size: 2rem;
            }

    .section-2 strong[b-mikfodnkdb] {
        font-size: 1.3rem;
    }

    .section-2 small[b-mikfodnkdb] {
        font-size: 0.7rem;
    }
}

/* Section 3 */
.section-3[b-mikfodnkdb] {
    color: #555;
    background-color: #edf3ea;
    text-align: center;
    padding: 40px 10px;
}

    .section-3 .badge-container[b-mikfodnkdb] {
        max-width: 1080px;
        margin: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

        .section-3 .badge-container .badge[b-mikfodnkdb] {
            flex: 0 0 calc((100% / 3) - 1rem);
        }

            .section-3 .badge-container .badge .badge-title[b-mikfodnkdb] {
                font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            }

            .section-3 .badge-container .badge .img-container img[b-mikfodnkdb] {
                height: 70px;
                width: auto;
                padding: 10px;
            }

@media (max-width: 768px) {
    .section-3 .badge-container .badge[b-mikfodnkdb] {
        flex: 0 0 calc((100% / 2) - 1rem);
    }
}

/* Section 4 */
.section-4[b-mikfodnkdb] {
    background: url('/img/templates/rbam/hero-upgrade.webp') left center;
    background-size: cover;
    padding: 200px 10px;
    text-align: center;
    color: white;
}

    .section-4 .title[b-mikfodnkdb] {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 3rem;
    }

    .section-4 .text[b-mikfodnkdb] {
        font-size: 1.5rem;
        max-width: 500px;
        margin: 20px auto;
    }

    .section-4 .cta[b-mikfodnkdb] {
        background-color: #dd5d22;
        width: fit-content;
        margin: auto;
        border-radius: 8px;
        transition: all ease-in-out 0.25s;
    }

        .section-4 .cta:hover[b-mikfodnkdb] {
            background-color: #E6723C;
            transition: all ease-in-out 0.25s;
        }

        .section-4 .cta a[b-mikfodnkdb] {
            display: inline-block;
            color: white;
            text-decoration: none;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            font-size: 1.5rem;
            padding: 10px 25px;
        }

@media (max-width: 768px) {
    .section-4[b-mikfodnkdb] {
        padding: 100px 10px;
    }

    .section-4 .title[b-mikfodnkdb] {
        font-size: 2rem;
    }

    .section-4 .text[b-mikfodnkdb] {
        font-size: 1.25rem;
    }

    .section-4 .cta a[b-mikfodnkdb] {
        font-size: 1.25rem;
    }
}

/* Footer */
[b-mikfodnkdb] footer {
    max-width: 1080px;
    margin: auto;
    padding: 30px 10px;
}
/* _content/RenewalByAndersen.Blazor/Components/Pages/Wiz/Wiz-OS.razor.rz.scp.css */
main[b-7btljphaga] {
    background: url("/img/templates/wiz/bg-os-dark.webp") center center;
    background-size: cover;
    background-attachment: fixed;
}

#contents[b-7btljphaga] {
    background-color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
}

.logo[b-7btljphaga] {
    height: 65px;
    width: fit-content;
    margin: auto;
    padding: 10px;
}

    .logo img[b-7btljphaga] {
        max-height: 100%;
        max-width: 100%;
    }


.hero[b-7btljphaga] {
    width: 100%;
}

h1[b-7btljphaga] {
    text-align: center;
    font-size: 1.5rem;
}

p[b-7btljphaga] {
    text-align: center;
}

.form-container[b-7btljphaga], [b-7btljphaga] footer {
    padding: 0 1rem;
}

[b-7btljphaga] .error {
    text-align: center;
    color: #b33c24;
    background-color: #f8d7da;
    margin-bottom: 6px;
    padding: 4px 0;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
}

[b-7btljphaga] .form-step {
    padding: 1rem 0;
}

[b-7btljphaga] .form-step-heading {
    font-weight: 700;
    text-transform: uppercase;
    color: #54585a;
}

[b-7btljphaga] .form-input-text,
[b-7btljphaga] .form-input-amount,
[b-7btljphaga] .form-input-select {
    border: 2px solid #777;
    padding: 0.7rem;
}

[b-7btljphaga] .form-btn-submit {
    color: white;
    font-weight: 600;
}

[b-7btljphaga] .appointments-header, [b-7btljphaga] .appointments-subheader {
    text-align: center;
}

[b-7btljphaga] .selected-appointment {
    font-size: 1.25rem;
    font-weight: 600;
    color: #152f17;
    background-color: #75fc7c;
    padding: 0.25rem;
    border-radius: 10px;
    text-align: center;
}

[b-7btljphaga] .disclaimer {
    margin-bottom: 0;
    padding-bottom: 12px;
}
/* _content/RenewalByAndersen.Blazor/Components/Pages/Wiz/Wiz.razor.rz.scp.css */
main[b-hamul1cv3s] {
    background: url("/img/templates/wiz/bg-modern-kitchen.webp") center center;
    background-size: cover;
    background-attachment: fixed;
}

.contents[b-hamul1cv3s] {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.header-legal[b-hamul1cv3s] {
    color: #ffffff;
    background-color: #4c4c4c;
    padding: 0.2rem 0 0.4rem 0;
    font-size: 0.7rem;
    line-height: 0.7rem;
    font-weight: 400;
    text-align: center;
}

.logo-container[b-hamul1cv3s] {
    padding: 1rem;
    text-align: center;
}

.logo[b-hamul1cv3s] {
    max-height: 65px;
}

.hero[b-hamul1cv3s] {
    width: 100%;
}

.main-content[b-hamul1cv3s] {
    padding: 1rem;
}

h1[b-hamul1cv3s] {
    margin-top: 0;
    text-align: center;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2rem;
}

/* Form Custom Styles */
[b-hamul1cv3s] .step-progress-container {
    max-width: 300px;
}

[b-hamul1cv3s] .form-container {
    margin-bottom: 3rem !important;
}

[b-hamul1cv3s] .form-step-heading {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    color: #54585a;
}

[b-hamul1cv3s] #information {
    max-width: 480px;
    margin: auto;
}

[b-hamul1cv3s] .error {
    text-align: center;
    color: #b33c24;
    background-color: #f8d7da;
    margin-bottom: 6px;
    padding: 4px 0;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
}

[b-hamul1cv3s] .form-input-text,
[b-hamul1cv3s] .form-input-amount,
[b-hamul1cv3s] .form-input-select {
    border: 2px solid #777;
    padding: 0.7rem;
}

[b-hamul1cv3s] .tcpa {
    font-size: 0.60rem;
    opacity: 0.5;
}

[b-hamul1cv3s] .form-btn {
    color: white;
    font-size: 1rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    padding: 0.7rem;
}
/* _content/RenewalByAndersen.Blazor/Components/Shared/DebugWindow.razor.rz.scp.css */
.debug-window[b-rcuarj7zqe] {
    font-family: "Arial", sans-serif;
    font-size: 0.75rem;
    position: fixed;
    max-height: calc(100vh - 1rem);
    max-width: 400px;
    overflow-y: auto;
    top: 0.5rem;
    left: 0.5rem;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 0.5rem;
    z-index: 1000;
    user-select: none;
    transition: width 0.15s, height 0.15s;
}

.debug-header[b-rcuarj7zqe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0.5rem;
    cursor: pointer;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.header-left[b-rcuarj7zqe] {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

    .header-left .chevron[b-rcuarj7zqe] {
        display: inline-block;
        width: 1rem;
        text-align: center;
        margin-right: 0.5rem;
    }

.header-right[b-rcuarj7zqe] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.refresh-btn[b-rcuarj7zqe],
.close-btn[b-rcuarj7zqe] {
    background: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin-left: 6px;
}

    .refresh-btn:hover[b-rcuarj7zqe] {
        color: #8f8;
    }

    .close-btn:hover[b-rcuarj7zqe] {
        color: #f88;
    }

.debug-content[b-rcuarj7zqe] {
    padding: 0.5rem;
}

    .debug-content h4[b-rcuarj7zqe] {
        color: #ba2626;
        margin-top: 12px;
        cursor: pointer;
        margin-bottom: 0;
    }

    .debug-content h5[b-rcuarj7zqe] {
        font-size: 0.7rem;
        color: #2670ba;
        margin-top: 8px;
        margin-bottom: 0;
    }

    .debug-content > *:not(:last-child)[b-rcuarj7zqe] {
        margin-bottom: 0.25rem;
    }

    .debug-content label[b-rcuarj7zqe] {
        display: block;
        cursor: pointer;
    }

    .debug-content .variable[b-rcuarj7zqe] {
        font-family: 'Courier New';
        font-size: 0.75rem;
        color: #dbdbdb;
        background-color: #212121;
        display: inline-block;
        white-space: pre-wrap;
        padding: 1px 4px;
        border-radius: 3px;
        margin-left: 2px;
    }

        .debug-content .variable.true[b-rcuarj7zqe] {
            background-color: limegreen;
            color: black;
        }

        .debug-content .variable.false[b-rcuarj7zqe] {
            background-color: crimson;
            color: white;
        }

.debug-window.collapsed[b-rcuarj7zqe] {
    width: auto;
    height: auto;
}
/* _content/RenewalByAndersen.Blazor/Components/Shared/ThankYouOffers.razor.rz.scp.css */
.offer-container[b-qwhw69i0wx] {
    padding: 16px;
    text-align: center;
}

.offers[b-qwhw69i0wx] {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    justify-content: center;
    align-items: center;
}

.offer[b-qwhw69i0wx] {
    box-shadow: 0 0 10px 0px rgba(0, 77, 0, 0.25);
    transition: all ease-in-out 0.5s;
    border-radius: 10px;
    overflow: hidden;
}

    .offer:hover[b-qwhw69i0wx] {
        box-shadow: 0 0 15px 0px rgba(0, 77, 0, 0.5);
        transform: scale(1.02);
        transition: all ease-in-out 0.2s;
    }

    .offer img[b-qwhw69i0wx] {
        display: block;
        max-width: 100%;
        max-height: 100%;
    }

@media (max-width: 768px) {
    .offers[b-qwhw69i0wx] {
        flex-direction: column;
    }
}
