/* _content/LP.Pay.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.app-footer[b-js3ugm87fr] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1300;
    display: flex;
    flex-direction: column;
}

.app-footer__links[b-js3ugm87fr] {
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding: 6px 16px;
    background: transparent;
}

.app-footer__logo[b-js3ugm87fr] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: var(--mud-palette-primary);
}

.app-footer--dense .app-footer__logo[b-js3ugm87fr] {
    height: 48px;
}

.app-footer--dense .app-footer__links[b-js3ugm87fr] {
    padding: 4px 16px;
}
/* _content/LP.Pay.WebApp/Components/PageComponents/LicensePlateFrame.razor.rz.scp.css */
.license-plate-root[b-xipgeqhy9t] {
    display: inline-block;
}

.license-plate-image[b-xipgeqhy9t] {
    position: relative;
    width: 300px; /* overall visual size – tweak if you want */
    aspect-ratio: 4.56 / 1; /* 990 x 217 image ≈ 4.56:1 aspect ratio */
    background-color: white;
    border-radius: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden; /* do not overflow borders */
}

.license-plate-text[b-xipgeqhy9t] {
    position: absolute;
    margin-left: 10%; /* shift right past blue section */
    width: 90%; /* remaining text part */
    height: 100%;
    display: flex;
    justify-content: center; /* horizontally center text */
    align-items: center; /* vertically center */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 800;
    font-size: 1.7rem;
}
/* _content/LP.Pay.WebApp/Components/PageComponents/MainComponent.razor.rz.scp.css */
.paper-invisible[b-eiceb41ej8] {
    background-color: red !important;
}
