@import '_content/WebAppComponents/WebAppComponents.88myyqxks2.bundle.scp.css';

/* _content/WebApp/Components/Chat/BookingChatComponent.razor.rz.scp.css */
.booking-chat-component[b-bsg0kw69zx] {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    height: 100%;
    min-width: 0;
}

.cursor-pointer[b-bsg0kw69zx] {
    cursor: pointer;
}

.booking-chat-messages-container[b-bsg0kw69zx] {
    flex: 1 1 auto;
    max-height: 355px;
    overflow-y: auto;
    min-width: 0;
}

.booking-chat-message-row[b-bsg0kw69zx] {
    gap: 8px;
    max-width: 85%;
}

.booking-chat-avatar[b-bsg0kw69zx] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.booking-chat-sender-name[b-bsg0kw69zx] {
    font-weight: 500;
}

.booking-chat-message-content[b-bsg0kw69zx] {
    white-space: pre-wrap;
    word-break: break-word;
}

.booking-chat-message-time[b-bsg0kw69zx] {
    font-size: 0.7rem;
}

.booking-chat-message-bubble[b-bsg0kw69zx] {
    border-radius: 12px;
}

.booking-chat-message-bubble-own[b-bsg0kw69zx] {
    background-color: var(--mud-palette-primary-lighten);
    border-radius: 12px 12px 0 12px;
}

.booking-chat-message-bubble-other[b-bsg0kw69zx] {
    background-color: var(--mud-palette-surface);
    border-radius: 12px 12px 12px 0;
}

.booking-chat-message-bubble-system[b-bsg0kw69zx] {
    background-color: transparent;
}

.booking-chat-input-wrapper[b-bsg0kw69zx] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.booking-chat-input-row[b-bsg0kw69zx] {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    min-width: 0;
}

.booking-chat-input-row[b-bsg0kw69zx]  .mud-input-control {
    margin: 0;
}

.booking-chat-error[b-bsg0kw69zx] {
    padding-left: 0.25rem;
}
/* _content/WebApp/Components/Dialogs/CoverageDetailsDialog.razor.rz.scp.css */
.coverage-dialog-plan-header[b-dsbybyk85x] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 12px;
}

.coverage-dialog-plan-title[b-dsbybyk85x] {
    font-weight: 600;
    color: #1565c0;
}

.coverage-dialog-stat-card[b-dsbybyk85x],
.coverage-dialog-features[b-dsbybyk85x] {
    border-radius: 8px;
}

.coverage-dialog-stat-value[b-dsbybyk85x],
.coverage-dialog-section-title[b-dsbybyk85x] {
    font-weight: 600;
}

.coverage-dialog-feature-excluded[b-dsbybyk85x] {
    text-decoration: line-through;
    color: var(--mud-palette-text-secondary);
}
/* _content/WebApp/Components/Dialogs/DeliveryRequestMapDialog.razor.rz.scp.css */
.delivery-map-dialog-frame[b-735upu939b] {
    width: 100%;
    min-height: 260px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    overflow: hidden;
    background: var(--mud-palette-background-grey);
}

.delivery-map-dialog-frame iframe[b-735upu939b] {
    display: block;
    width: 100%;
    height: 300px;
    border: 0;
}

.delivery-map-dialog-stat[b-735upu939b] {
    background: var(--mud-palette-background-grey);
}

.delivery-map-dialog-stat .mud-typography-caption[b-735upu939b] {
    display: block;
    margin-bottom: 0.15rem;
}

.delivery-map-dialog-address[b-735upu939b] {
    font-weight: 600;
}

@media (max-width: 600px) {
    .delivery-map-dialog-frame[b-735upu939b] {
        min-height: 220px;
    }

    .delivery-map-dialog-frame iframe[b-735upu939b] {
        height: 240px;
    }
}
/* _content/WebApp/Components/Layout/AnnouncementBar.razor.rz.scp.css */
.rentlokr-announcement-bar[b-i190ntkenk] {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.7rem 1rem;
    background: linear-gradient(90deg, #f6e7c9, #f9efe1);
    border-bottom: 1px solid rgba(24, 23, 54, 0.12);
    color: var(--rentlokr-ink);
}

.rentlokr-announcement-content[b-i190ntkenk] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    text-align: center;
}

.rentlokr-announcement-message[b-i190ntkenk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

.rentlokr-announcement-icon[b-i190ntkenk] {
    color: var(--rentlokr-accent-ink);
}

.rentlokr-announcement-link[b-i190ntkenk] {
    color: var(--rentlokr-accent-ink);
    font-weight: 700;
    text-decoration: none;
}

.rentlokr-announcement-link:hover[b-i190ntkenk] {
    text-decoration: underline;
}

.rentlokr-announcement-dismiss[b-i190ntkenk] {
    border: none;
    background: transparent;
    color: var(--rentlokr-sub-ink);
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    padding: 0.2rem 0.35rem;
}

@media (max-width: 720px) {
    .rentlokr-announcement-bar[b-i190ntkenk] {
        align-items: flex-start;
    }

    .rentlokr-announcement-content[b-i190ntkenk] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/WebApp/Components/Layout/FooterBar.razor.rz.scp.css */
.rl-footer[b-0091vpuuyh] {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

.rl-footer-shell[b-0091vpuuyh] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 1.5rem 2.5rem;
}

.rl-footer-grid[b-0091vpuuyh] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.rl-footer-brand[b-0091vpuuyh] {
    grid-column: span 2;
    min-width: 0;
}

.rl-footer-logo[b-0091vpuuyh] {
    width: min(160px, 100%);
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: auto;
}

.rl-footer-brand p[b-0091vpuuyh] {
    color: rgba(255, 255, 255, 0.6);
    max-width: 280px;
    margin-bottom: 1.5rem;
}

.rl-footer-social[b-0091vpuuyh] {
    display: flex;
    gap: 0.75rem;
}

.rl-footer-icon-link[b-0091vpuuyh] {
    text-decoration: none;
    display: inline-flex;
}

.rl-footer-icon.mud-avatar[b-0091vpuuyh] {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.rl-footer-icon.mud-avatar:hover[b-0091vpuuyh] {
    background: #e94e4e;
}

.rl-footer-icon :deep(svg)[b-0091vpuuyh] {
    font-size: 1.1rem;
}

.rl-footer-column h4[b-0091vpuuyh] {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    text-transform: capitalize;
}

.rl-footer-column ul[b-0091vpuuyh] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.6rem;
}

.rl-footer-column a[b-0091vpuuyh] {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 0.9rem;
}

.rl-footer-column a:hover[b-0091vpuuyh] {
    color: #ffffff;
}

.rl-footer-bottom[b-0091vpuuyh] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.85rem;
}

.rl-footer-contact[b-0091vpuuyh] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

.rl-footer-contact a[b-0091vpuuyh] {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.rl-footer-contact a:hover[b-0091vpuuyh] {
    color: #ffffff;
}

@media (max-width: 900px) {
    .rl-footer-brand[b-0091vpuuyh] {
        grid-column: span 1;
    }
}

@media (max-width: 640px) {
    .rl-footer-grid[b-0091vpuuyh] {
        grid-template-columns: 1fr;
    }

    .rl-footer-brand[b-0091vpuuyh] {
        grid-column: 1 / -1;
    }
}
/* _content/WebApp/Components/Layout/HeaderBar.razor.rz.scp.css */
[b-6ripnyrulc] .rentlokr-appbar {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

[b-6ripnyrulc] .header-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 44px;
    min-width: 148px;
    padding: 0.35rem 0.85rem 0.35rem 0.25rem;
    cursor: pointer;
    border-radius: 8px;
    line-height: 0;
}

[b-6ripnyrulc] .header-logo-image {
    display: block;
    width: 224px;
    max-width: 100%;
    height: auto;
    max-height: 40px;
    object-fit: contain;
    vertical-align: middle;
}

.header-account-button[b-6ripnyrulc] {
    min-width: auto;
    padding: 0.4rem;
    margin: -0.4rem;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    overflow: visible !important;
}

.header-account-button:hover[b-6ripnyrulc] {
    background: transparent;
}

.header-account-button.mud-ripple[b-6ripnyrulc],
.header-account-button.mud-button-root[b-6ripnyrulc] {
    overflow: visible !important;
}

.header-account-button[b-6ripnyrulc]  .mud-button-label,
.header-account-button[b-6ripnyrulc]  .mud-button-end-icon,
.header-account-button[b-6ripnyrulc]  .mud-icon-root {
    color: #ffffff;
}

.header-account-button[b-6ripnyrulc]  .mud-button-label {
    overflow: visible;
}

.header-account-button[b-6ripnyrulc]  .founder-avatar-shell {
    width: 40px;
    height: 40px;
    overflow: visible;
}

.header-account-avatar[b-6ripnyrulc] {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-account-button[b-6ripnyrulc]  .mud-avatar.header-account-avatar {
    width: 40px;
    height: 40px;
}

.header-account-avatar[b-6ripnyrulc]  img {
    border-radius: 50%;
}

@media (max-width: 899.98px) {
    [b-6ripnyrulc] .header-logo-link {
        min-height: 56px;
        min-width: 150px;
        padding: 0.35rem 0.75rem 0.35rem 0.25rem;
    }

    [b-6ripnyrulc] .header-logo-image {
        width: 150px;
        max-height: 28px;
    }
}

/* Mobile menu header with avatar and username */
.mobile-menu-header[b-6ripnyrulc] {
    min-width: 180px;
}

.mobile-menu-avatar[b-6ripnyrulc] {
    flex-shrink: 0;
}
/* _content/WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fq3qcrodmt] {
    background: red;
    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-fq3qcrodmt] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/WebApp/Components/Layout/NotificationBell.razor.rz.scp.css */
.notification-bell-menu[b-yk2yxb2z59] {
    width: 360px;
    max-width: calc(100vw - 24px);
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.notification-bell-header[b-yk2yxb2z59] {
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.notification-bell-heading[b-yk2yxb2z59] {
    color: #0f172a;
}

.notification-bell-item[b-yk2yxb2z59] {
    padding: 0.75rem 1rem;
    background: #fff;
    transition: background-color 160ms ease, box-shadow 160ms ease;
    border-radius: 12px;
    margin: 0.35rem 0.5rem;
    border: 1px solid transparent;
}

.notification-bell-menu[b-yk2yxb2z59]  .mud-list-item.notification-bell-item-unread,
.notification-bell-menu[b-yk2yxb2z59]  .mud-list-item.mud-list-item-clickable.notification-bell-item-unread {
    background: linear-gradient(180deg, #fef3c7 0%, #ffffff 100%) !important;
    box-shadow: inset 4px 0 0 #f59e0b, 0 1px 3px rgb(245 158 11 / 12%);
    border: 1px solid rgb(245 158 11 / 24%);
}

.notification-bell-item-layout[b-yk2yxb2z59] {
    width: 100%;
    border-radius: 12px;
    padding: 0.25rem;
}

.notification-bell-item-layout-read[b-yk2yxb2z59] {
    background: transparent;
}

.notification-bell-item-layout-unread[b-yk2yxb2z59] {
    background: linear-gradient(180deg, #fef3c7 0%, #ffffff 100%);
    box-shadow: inset 4px 0 0 #f59e0b, 0 1px 3px rgb(245 158 11 / 12%);
    border: 1px solid rgb(245 158 11 / 24%);
}

.notification-bell-icon-wrap[b-yk2yxb2z59] {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgb(148 163 184 / 18%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgb(15 23 42 / 6%);
}

.notification-bell-title[b-yk2yxb2z59] {
    color: #0f172a;
    font-weight: 600;
}

.notification-bell-title-unread[b-yk2yxb2z59] {
    font-weight: 800;
}

.notification-bell-message[b-yk2yxb2z59] {
    max-width: 280px;
    color: #334155;
    line-height: 1.45;
    font-weight: 500;
}

.notification-bell-message-unread[b-yk2yxb2z59] {
    font-weight: 700;
}

.notification-bell-timestamp[b-yk2yxb2z59] {
    color: #64748b;
}

.notification-bell-actions[b-yk2yxb2z59] {
    flex-wrap: wrap;
}

.notification-bell-header-action[b-yk2yxb2z59],
.notification-bell-footer-action[b-yk2yxb2z59],
.notification-bell-action-button[b-yk2yxb2z59] {
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0;
}

.notification-bell-header-action[b-yk2yxb2z59] {
    color: #0b7eb8;
    background: rgb(34 180 245 / 10%);
}

.notification-bell-footer-action[b-yk2yxb2z59] {
    color: #0b7eb8;
}

.notification-bell-action-button-primary[b-yk2yxb2z59] {
    color: #0b7eb8;
    background: rgb(34 180 245 / 10%);
}

.notification-bell-action-button-secondary[b-yk2yxb2z59] {
    color: #9a3412;
    background: rgb(255 138 92 / 12%);
}

.notification-bell-action-button[disabled][b-yk2yxb2z59],
.notification-bell-header-action[disabled][b-yk2yxb2z59] {
    opacity: 0.45;
}

.notification-bell-menu[b-yk2yxb2z59]  .mud-list-item:hover {
    background: #f8fafc;
    box-shadow: 0 4px 14px rgb(15 23 42 / 6%);
}

.notification-bell-menu[b-yk2yxb2z59]  .mud-list-item.notification-bell-item-unread:hover {
    background: linear-gradient(180deg, #fde68a 0%, #fffbeb 100%) !important;
}

.notification-bell-menu[b-yk2yxb2z59]  .mud-list-item:hover .notification-bell-item-layout-unread {
    background: linear-gradient(180deg, #fde68a 0%, #fffbeb 100%);
}

.notification-bell-menu[b-yk2yxb2z59]  .mud-list {
    padding: 0.25rem 0;
}

.notification-bell-menu[b-yk2yxb2z59]  .mud-divider {
    margin: 0 0.75rem;
}

@media (max-width: 600px) {
    .notification-bell-menu[b-yk2yxb2z59] {
        width: min(360px, calc(100vw - 24px));
        max-width: calc(100vw - 24px);
    }

    .notification-bell-message[b-yk2yxb2z59] {
        max-width: calc(100vw - 120px);
    }

    .notification-bell-menu[b-yk2yxb2z59]  .mud-popover {
        right: 12px !important;
        left: auto !important;
        max-width: calc(100vw - 24px);
    }
}
/* _content/WebApp/Components/Layout/ProfileCompletionBanner.razor.rz.scp.css */
.rentlokr-announcement-bar-warning[b-gipgx3kjl6] {
    justify-content: center;
    padding: 1rem 1.5rem;
    background: linear-gradient(90deg, #fce0d8, #fff2de);
    border-bottom-color: rgba(129, 40, 16, 0.18);
}

.rentlokr-announcement-bar-warning .rentlokr-announcement-content[b-gipgx3kjl6] {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.rentlokr-announcement-bar-warning .rentlokr-announcement-message[b-gipgx3kjl6] {
    justify-content: center;
}

.rentlokr-announcement-bar-warning .rentlokr-announcement-icon[b-gipgx3kjl6],
.rentlokr-announcement-bar-warning .rentlokr-announcement-link[b-gipgx3kjl6] {
    color: #8a2c0a;
}

@media (max-width: 720px) {
    .rentlokr-announcement-bar-warning[b-gipgx3kjl6] {
        align-items: flex-start;
        padding: 1rem 1.1rem;
    }
}
/* _content/WebApp/Components/Layout/SearchBar.razor.rz.scp.css */
[b-pspz7f7kyq] .rentlokr-searchbar {
    position: static;
}

.rentlokr-searchbar :deep(.mud-input-control input)[b-pspz7f7kyq],
.rentlokr-searchbar :deep(.mud-input-control textarea)[b-pspz7f7kyq] {
    font-size: 0.85rem;
}

.rentlokr-searchbar :deep(.mud-input-label)[b-pspz7f7kyq] {
    font-size: 0.75rem;
}

.rentlokr-searchbar :deep(.mud-input-adornment)[b-pspz7f7kyq] {
    font-size: 0.9rem;
}

.rentlokr-searchbar :deep(.mud-paper)[b-pspz7f7kyq] {
    margin: 0;
}
/* _content/WebApp/Components/Messenger/BookingChatTab.razor.rz.scp.css */
.booking-chat-tab[b-wnx0lvyatn] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.chat-loading[b-wnx0lvyatn] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    min-height: 0;
}

/* Header area - fixed at top */
.chat-header-area[b-wnx0lvyatn] {
    flex: 0 0 auto;
    min-height: 0;
}

.status-alert[b-wnx0lvyatn] {
    margin: 8px 12px 0 12px;
}

.chat-booking-link[b-wnx0lvyatn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 4px 12px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    min-width: 0;
}

    .chat-booking-link[b-wnx0lvyatn]  a {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/* Messages wrapper - the only scrollable region */
.chat-messages-wrapper[b-wnx0lvyatn] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
}

.chat-messages[b-wnx0lvyatn] {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0.75rem;
    gap: 8px;
}

.chat-message[b-wnx0lvyatn] {
    display: flex;
    flex-direction: column;
}

    .chat-message.own[b-wnx0lvyatn] {
        align-items: flex-end;
    }

    .chat-message.other[b-wnx0lvyatn] {
        align-items: flex-start;
    }

/* Message row with avatar */
.message-row[b-wnx0lvyatn] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 88%;
}

    .message-row.own[b-wnx0lvyatn] {
        flex-direction: row-reverse;
    }

    .message-row.other[b-wnx0lvyatn] {
        flex-direction: row;
    }

.message-avatar[b-wnx0lvyatn] {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
}

.message-bubble[b-wnx0lvyatn] {
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    min-width: 0;
}

.message-row.own .message-bubble[b-wnx0lvyatn] {
    background-color: var(--mud-palette-primary-lighten);
    border-bottom-right-radius: 4px;
}

.message-row.other .message-bubble[b-wnx0lvyatn] {
    background-color: var(--mud-palette-surface);
    border-bottom-left-radius: 4px;
}

.sender-name[b-wnx0lvyatn] {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 0.75rem;
}

.message-time[b-wnx0lvyatn] {
    font-size: 0.65rem;
    opacity: 0.7;
    margin-top: 2px;
}

.message-content[b-wnx0lvyatn] {
    white-space: pre-wrap;
    word-break: break-word;
}

.system-message[b-wnx0lvyatn] {
    width: 100%;
    text-align: center;
    padding: 4px 0;
}

/* Input wrapper - fixed at bottom */
.chat-input-wrapper[b-wnx0lvyatn] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    border: 0.125rem solid #f4f0f4;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin: 0.5rem 0.75rem;
    gap: 0.25rem;
    align-items: stretch;
    background-color: white;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.chat-input-area[b-wnx0lvyatn] {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    width: 100%;
    min-width: 0;
}

    .chat-input-area[b-wnx0lvyatn]  .mud-input-control {
        margin: 0;
        flex: 1 1 auto;
        min-width: 0;
    }

    .chat-input-area[b-wnx0lvyatn]  .mud-input-outlined {
        margin: 0;
    }

        .chat-input-area[b-wnx0lvyatn]  .mud-input-outlined .mud-input-slot {
            padding: 8px 12px;
        }

.error-message[b-wnx0lvyatn] {
    padding: 0 0.125rem;
}

.chat-closed-notice[b-wnx0lvyatn] {
    padding: 8px 12px;
    text-align: center;
}
/* _content/WebApp/Components/Messenger/FloatingMessenger.razor.rz.scp.css */
.floating-messenger[b-3y5edwbju9] {
    position: fixed;
    bottom: 4rem;
    right: 2rem;
    z-index: 1000;
}

/* Icon wrapper for badge positioning */
.messenger-icon-wrapper[b-3y5edwbju9] {
    position: relative;
    display: inline-block;
}

/* Unread badge */
.unread-badge[b-3y5edwbju9] {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #f44336;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Rive chat icon container */
.rive-chat-icon[b-3y5edwbju9] {
    display: block;
    cursor: pointer;
    width: 200px;
    height: 200px;
    transition: transform ease-out 0.2s;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

    .rive-chat-icon:hover[b-3y5edwbju9] {
        transform: scale(1.1);
    }

    .rive-chat-icon:active[b-3y5edwbju9] {
        transform: scale(1.05);
        transition: transform ease-out 0.01s;
    }

#rive-chat-canvas[b-3y5edwbju9] {
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    pointer-events: none;
}

/* Legacy chatbot style - keeping for fallback */
.show-chatbot[b-3y5edwbju9] {
    display: none;
    box-shadow: 0 2px 7px 2px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-image: url('/chat.png');
    background-size: contain;
    width: 4.5rem;
    height: 3.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f3f4f3;
    transition: transform ease-out 0.2s;
    border: 2px solid transparent;
    cursor: pointer;
}

    .show-chatbot:hover[b-3y5edwbju9] {
        border-color: #49b4fe;
        transform: scale(1.2);
        box-shadow: 0 2px 7px 2px rgba(0,0,0,0.4);
    }

    .show-chatbot:active[b-3y5edwbju9] {
        transform: scale(1.1);
        transition: transform ease-out 0.01s;
    }

/* When messenger is open, change the icon appearance */
.floating-messenger.open .rive-chat-icon[b-3y5edwbju9] {
    transform: scale(1.05);
}

.messenger-panel[b-3y5edwbju9] {
    position: absolute;
    bottom: 12rem;
    right: 0;
    width: 380px;
    height: 500px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    min-height: 0;
    z-index: 1001;
    animation: slide-up-b-3y5edwbju9 0.3s ease-out;
    overflow: hidden;
}

@keyframes slide-up-b-3y5edwbju9 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.messenger-header[b-3y5edwbju9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    flex: 0 0 auto;
}

.messenger-tabs[b-3y5edwbju9] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.messenger-tabs[b-3y5edwbju9]  .messenger-tabs-container {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

    /* Keep the tab header fixed */
    .messenger-tabs[b-3y5edwbju9]  .messenger-tabs-container > .mud-tabs-tabbar {
        flex: 0 0 auto;
    }

    /* Horizontal tab scrolling */
    .messenger-tabs[b-3y5edwbju9]  .messenger-tabs-container > .mud-tabs-tabbar {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .messenger-tabs[b-3y5edwbju9]  .messenger-tabs-container .mud-tabs-tabbar-inner {
        min-width: max-content;
    }

    .messenger-tabs[b-3y5edwbju9]  .messenger-tabs-container .mud-tabs-tabbar-content,
    .messenger-tabs[b-3y5edwbju9]  .messenger-tabs-container .mud-tabs-tabbar-wrapper {
        display: inline-flex;
        min-width: max-content;
    }

    /* Tabs should not collapse too small */
    .messenger-tabs[b-3y5edwbju9]  .messenger-tabs-container .mud-tab {
        flex: 0 0 auto;
        min-width: 160px;
        max-width: 180px;
    }

    /* Force the MudTabs body to stay inside the messenger panel */
    .messenger-tabs[b-3y5edwbju9]  .messenger-tabs-container > .mud-tabs-panels,
    .messenger-tabs[b-3y5edwbju9]  .messenger-tab-panel {
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .messenger-tabs[b-3y5edwbju9]  .mud-tabs-panels.messenger-tab-panel {
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .messenger-tabs[b-3y5edwbju9]  .messenger-tab-panel > .booking-chat-tab,
    .messenger-tabs[b-3y5edwbju9]  .messenger-tab-panel > .ai-chat-container {
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

.tab-label[b-3y5edwbju9] {
    display: flex;
    align-items: center;
    min-width: 0;
    max-width: 120px;
}

.messenger-tab-title[b-3y5edwbju9] {
    display: block;
    min-width: 0;
    max-width: 100px;
}

/* AI Chat Container */
.ai-chat-container[b-3y5edwbju9] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.ai-coming-soon[b-3y5edwbju9] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    gap: 12px;
    background: radial-gradient(circle at top, rgba(73, 180, 254, 0.12), transparent 45%), linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    min-height: 0;
}

.ai-coming-soon-icon[b-3y5edwbju9] {
    color: #49b4fe;
}

.ai-coming-soon-copy[b-3y5edwbju9] {
    max-width: 280px;
    line-height: 1.5;
}

@keyframes fade-in-and-out-b-3y5edwbju9 {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        opacity: 0.2;
    }
}

/* Text utilities */
.text-truncate[b-3y5edwbju9] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 959px) {
    .floating-messenger[b-3y5edwbju9] {
        bottom: 1rem;
        right: 1rem;
    }

    .rive-chat-icon[b-3y5edwbju9] {
        width: 120px;
        height: 120px;
    }

    .unread-badge[b-3y5edwbju9] {
        top: 10px;
        right: 10px;
    }

    .messenger-panel[b-3y5edwbju9] {
        bottom: 8rem;
        width: min(380px, calc(100vw - 32px));
        height: min(500px, calc(100vh - 10rem));
    }
}

@media (max-width: 480px) {
    .floating-messenger[b-3y5edwbju9] {
        bottom: 1rem;
        right: 1rem;
    }

    .rive-chat-icon[b-3y5edwbju9] {
        width: 96px;
        height: 96px;
    }

    .unread-badge[b-3y5edwbju9] {
        top: 8px;
        right: 8px;
    }

    .messenger-panel[b-3y5edwbju9] {
        width: calc(100vw - 32px);
        right: -8px;
        bottom: 6.5rem;
        height: 60vh;
    }

    .messenger-tabs-container[b-3y5edwbju9]  .mud-tab {
        min-width: 140px;
        max-width: 160px;
    }

    .messenger-tab-title[b-3y5edwbju9] {
        max-width: 84px;
    }
}

/* Fallback icon when Rive fails to load */
.rive-fallback-icon[b-3y5edwbju9] {
    display: none;
    width: 100%;
    height: 100%;
    background-image: url('/chat.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f3f4f3;
    border-radius: 50%;
    box-shadow: 0 2px 7px 2px rgba(0,0,0,0.2);
    pointer-events: none;
}

.rive-chat-icon.rive-failed .rive-fallback-icon[b-3y5edwbju9] {
    display: block;
}

.rive-chat-icon.rive-failed #rive-chat-canvas[b-3y5edwbju9] {
    display: none;
}
/* _content/WebApp/Components/Pages/About.razor.rz.scp.css */
.rl-shell[b-mjo36g00xl] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Hero Section */
.rl-about-hero[b-mjo36g00xl] {
    position: relative;
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.rl-about-hero-bg[b-mjo36g00xl] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.rl-about-orb[b-mjo36g00xl] {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.rl-about-orb-coral[b-mjo36g00xl] {
    top: -150px;
    left: -100px;
    background: rgba(233, 78, 78, 0.5);
}

.rl-about-orb-purple[b-mjo36g00xl] {
    bottom: -200px;
    right: -100px;
    background: rgba(108, 92, 231, 0.4);
}

.rl-about-hero-content[b-mjo36g00xl] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.rl-about-hero-content h1[b-mjo36g00xl] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 1rem 0;
    line-height: 1.1;
}

.rl-about-hero-content p[b-mjo36g00xl] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* Section Styles */
.rl-section[b-mjo36g00xl] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-mjo36g00xl] {
    background: #f5f6fb;
}

.rl-section-dark[b-mjo36g00xl] {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

.rl-section-eyebrow[b-mjo36g00xl] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

.rl-section-header[b-mjo36g00xl] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.rl-section-header h2[b-mjo36g00xl] {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #1a1f3d;
    margin: 0.5rem 0 1rem;
}

.rl-section-header p[b-mjo36g00xl] {
    color: #5f6b85;
    max-width: 640px;
    margin: 0 auto;
}

.rl-section-header-light h2[b-mjo36g00xl],
.rl-section-header-light p[b-mjo36g00xl] {
    color: #ffffff;
}

.rl-section-header-light p[b-mjo36g00xl] {
    color: rgba(255, 255, 255, 0.6);
}

/* Mission Section */
.rl-about-mission[b-mjo36g00xl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

@media (max-width: 900px) {
    .rl-about-mission[b-mjo36g00xl] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.rl-about-mission-content h2[b-mjo36g00xl] {
    font-size: 2.5rem;
    color: #1a1f3d;
    margin: 0.5rem 0 1.5rem;
}

.rl-about-mission-content p[b-mjo36g00xl] {
    color: #5f6b85;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.rl-about-values-grid[b-mjo36g00xl] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.rl-about-value-card[b-mjo36g00xl] {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease;
}

.rl-about-value-card:hover[b-mjo36g00xl] {
    transform: translateY(-4px);
}

.rl-about-value-card .mud-icon-root[b-mjo36g00xl] {
    font-size: 2.5rem;
    color: #e94e4e;
    margin-bottom: 0.75rem;
}

.rl-about-value-card span[b-mjo36g00xl] {
    font-weight: 600;
    color: #1a1f3d;
}

/* Timeline */
.rl-about-story-timeline[b-mjo36g00xl] {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.rl-about-story-timeline[b-mjo36g00xl]::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #e94e4e, #4ecdc4);
}

.rl-about-timeline-item[b-mjo36g00xl] {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 2rem;
    padding-bottom: 3rem;
    position: relative;
}

.rl-about-timeline-item:last-child[b-mjo36g00xl] {
    padding-bottom: 0;
}

.rl-about-timeline-dot[b-mjo36g00xl] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid #e94e4e;
    z-index: 1;
}

.rl-about-timeline-dot-active[b-mjo36g00xl] {
    background: #e94e4e;
    box-shadow: 0 0 0 8px rgba(233, 78, 78, 0.2);
}

.rl-about-timeline-year[b-mjo36g00xl] {
    display: inline-block;
    background: linear-gradient(135deg, #e94e4e, #ff7b7b);
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.rl-about-timeline-content h3[b-mjo36g00xl] {
    font-size: 1.5rem;
    color: #1a1f3d;
    margin: 0 0 0.75rem;
}

.rl-about-timeline-content p[b-mjo36g00xl] {
    color: #5f6b85;
    line-height: 1.6;
    margin: 0;
}

/* Stats Grid */
.rl-about-stats-grid[b-mjo36g00xl] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

@media (max-width: 768px) {
    .rl-about-stats-grid[b-mjo36g00xl] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.rl-about-stat[b-mjo36g00xl] {
    text-align: center;
}

.rl-about-stat-icon[b-mjo36g00xl] {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #4ecdc4;
}

.rl-about-stat-icon .mud-icon-root[b-mjo36g00xl] {
    font-size: 2rem;
}

.rl-about-stat-number[b-mjo36g00xl] {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(90deg, #e94e4e, #ff7b7b);
    background-clip: text;
    color: transparent;
}

.rl-about-stat-label[b-mjo36g00xl] {
    color: rgba(255, 255, 255, 0.6);
}

/* Values List */
.rl-about-values-list[b-mjo36g00xl] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.rl-about-value-item[b-mjo36g00xl] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background: #ffffff;
    padding: 2rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
}

.rl-about-value-icon[b-mjo36g00xl] {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.rl-about-icon-coral[b-mjo36g00xl] { background: linear-gradient(135deg, #e94e4e, #ff7b7b); }
.rl-about-icon-teal[b-mjo36g00xl] { background: linear-gradient(135deg, #0f766e, #14b8a6); }
.rl-about-icon-green[b-mjo36g00xl] { background: linear-gradient(135deg, #16a34a, #22c55e); }
.rl-about-icon-purple[b-mjo36g00xl] { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }

.rl-about-value-content h3[b-mjo36g00xl] {
    font-size: 1.35rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-about-value-content p[b-mjo36g00xl] {
    color: #5f6b85;
    line-height: 1.6;
    margin: 0;
}

/* Location Section */
.rl-about-location[b-mjo36g00xl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

@media (max-width: 900px) {
    .rl-about-location[b-mjo36g00xl] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.rl-about-map-placeholder[b-mjo36g00xl] {
    background-image: url("/images/Dallas.jpg");
    background-size: 100% 200%; /* image is split vertically */
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 24px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    gap: 1rem;
}

.rl-about-map-placeholder .mud-icon-root[b-mjo36g00xl] {
    font-size: 4rem;
    color: #e94e4e;
}

.rl-about-map-placeholder span[b-mjo36g00xl] {
    font-size: 1.5rem;
    font-weight: 600;
}

.rl-about-location-content h2[b-mjo36g00xl] {
    font-size: 2rem;
    color: #1a1f3d;
    margin: 0 0 1rem;
}

.rl-about-location-content p[b-mjo36g00xl] {
    color: #5f6b85;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* CTA Section */
.rl-about-cta[b-mjo36g00xl] {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.rl-about-cta h2[b-mjo36g00xl] {
    font-size: 2.5rem;
    margin: 0 0 1rem;
}

.rl-about-cta p[b-mjo36g00xl] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.rl-about-cta-buttons[b-mjo36g00xl] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.rl-button[b-mjo36g00xl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rl-button-primary[b-mjo36g00xl] {
    background: #e94e4e;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(233, 78, 78, 0.35);
}

.rl-button-primary:hover[b-mjo36g00xl] {
    background: #d43d3d;
}

.rl-button-outline[b-mjo36g00xl] {
    border-color: #1a1f3d;
    color: #1a1f3d;
}

.rl-button-outline:hover[b-mjo36g00xl] {
    background: #1a1f3d;
    color: #ffffff;
}

.rl-button-ghost[b-mjo36g00xl] {
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.rl-button-arrow[b-mjo36g00xl] {
    font-weight: 700;
}
/* _content/WebApp/Components/Pages/Account/AccountHub.razor.rz.scp.css */
.rentlokr-account-welcome[b-5pggygibrb] {
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 1.5rem 0;
    margin-bottom: 0;
    width: 100%;
}

.rentlokr-account-welcome[b-5pggygibrb]  .mud-typography {
    color: #ffffff;
}

.rentlokr-account-welcome[b-5pggygibrb]  .mud-typography-body2 {
    color: rgba(255, 255, 255, 0.8);
}

.account-mode-header[b-5pggygibrb] {
    gap: 1rem;
}

[b-5pggygibrb] .account-mode-tabs {
    background: transparent;
    flex: 1 1 auto;
    min-width: 0;
}

.account-mode-tabs-item[b-5pggygibrb] {
    min-width: 0;
}

.account-mode-cta-item[b-5pggygibrb] {
    margin-left: auto;
}

[b-5pggygibrb] .account-mode-tabs .mud-tab {
    font-weight: 500;
    text-transform: none;
    min-width: 120px;
}

[b-5pggygibrb] .account-mode-tabs .mud-tab.mud-tab-active {
    color: var(--rentlokr-navy);
}

[b-5pggygibrb] .account-mode-tabs .mud-tabs-toolbar {
    background: transparent;
}

[b-5pggygibrb] .mud-table tbody tr td {
    transition: background-color 0.6s ease;
}

[b-5pggygibrb] .booking-highlight td {
    background-color: var(--mud-palette-primary-lighten);
}

[b-5pggygibrb] .stripe-setup-toggle {
    justify-content: space-between;
    width: 100%;
    text-transform: none;
    min-height: 28px;
}

@media (min-width: 900px) {
    [b-5pggygibrb] .account-mode-tabs .mud-tabs-tabbar {
        width: 100%;
    }

    [b-5pggygibrb] .account-mode-tabs .mud-tabs-tabbar-content {
        display: flex;
        width: 100%;
    }

    [b-5pggygibrb] .account-mode-tabs .mud-tab {
        flex: 1 1 0;
        max-width: none;
    }
}

@media (max-width: 899.98px) {
    .account-mode-header[b-5pggygibrb] {
        align-items: stretch;
    }
}
/* _content/WebApp/Components/Pages/Account/BookingCalendar.razor.rz.scp.css */
[b-by0wn0rmy7] .rentlokr-calendar {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.rentlokr-calendar-month-label[b-by0wn0rmy7] {
    min-width: 120px;
    text-align: center;
}

.rentlokr-calendar-legend[b-by0wn0rmy7] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.rentlokr-legend-item[b-by0wn0rmy7] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.rentlokr-legend-dot[b-by0wn0rmy7] {
    width: 10px;
    height: 10px;
    border-radius: 2px;
}

.rentlokr-legend-dot.pending[b-by0wn0rmy7] { background: #f97316; }
.rentlokr-legend-dot.approved[b-by0wn0rmy7] { background: #3b82f6; }
.rentlokr-legend-dot.active[b-by0wn0rmy7] { background: #22c55e; }
.rentlokr-legend-dot.completed[b-by0wn0rmy7] { background: #6b7280; }
.rentlokr-legend-dot.returned[b-by0wn0rmy7] { background: #8b5cf6; }

.rentlokr-calendar-header[b-by0wn0rmy7] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.rentlokr-calendar-header > div[b-by0wn0rmy7] {
    padding: 0.75rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    color: #6b7280;
}

.rentlokr-calendar-grid[b-by0wn0rmy7] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.rentlokr-calendar-day[b-by0wn0rmy7] {
    min-height: 80px;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 0.5rem;
    position: relative;
}

.rentlokr-calendar-day:nth-child(7n)[b-by0wn0rmy7] {
    border-right: none;
}

.rentlokr-calendar-day.today[b-by0wn0rmy7] {
    background: #eff6ff;
}

.rentlokr-calendar-day.other-month[b-by0wn0rmy7] {
    background: #f9fafb;
    color: #9ca3af;
}

.rentlokr-calendar-day-number[b-by0wn0rmy7] {
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.rentlokr-calendar-day-number.today[b-by0wn0rmy7] {
    background: var(--rentlokr-navy);
    color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rentlokr-booking-bar[b-by0wn0rmy7] {
    font-size: 0.65rem;
    padding: 2px 4px;
    border-radius: 3px;
    margin-bottom: 2px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
}

.rentlokr-booking-time[b-by0wn0rmy7] {
    display: inline-block;
    padding: 0 4px;
    margin-right: 4px;
    border-radius: 2px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.25);
}

.rentlokr-booking-title[b-by0wn0rmy7] {
    font-weight: 500;
}

.rentlokr-booking-bar.status-pending[b-by0wn0rmy7] {
    background: #f97316;
}

.rentlokr-booking-bar.status-approved[b-by0wn0rmy7] {
    background: #3b82f6;
}

.rentlokr-booking-bar.status-active[b-by0wn0rmy7] {
    background: #22c55e;
}

.rentlokr-booking-bar.status-completed[b-by0wn0rmy7] {
    background: #6b7280;
}

.rentlokr-booking-bar.status-cancelled[b-by0wn0rmy7] {
    background: #ef4444;
}

.rentlokr-booking-bar.status-returned[b-by0wn0rmy7] {
    background: #8b5cf6;
}

.rentlokr-booking-bar-more[b-by0wn0rmy7] {
    background: #9ca3af;
}
/* _content/WebApp/Components/Pages/Account/IncomingBookingsPanel.razor.rz.scp.css */
.incoming-bookings-image-col[b-y8a2ntt1kn] {
    width: 60px;
}

.incoming-bookings-actions-header[b-y8a2ntt1kn],
.incoming-bookings-actions-cell[b-y8a2ntt1kn] {
    text-align: left;
}

.incoming-bookings-title[b-y8a2ntt1kn] {
    max-width: 150px;
}

.incoming-bookings-user-link[b-y8a2ntt1kn] {
    color: inherit;
}

.incoming-bookings-total[b-y8a2ntt1kn] {
    font-weight: 500;
}
/* _content/WebApp/Components/Pages/Account/ListingAnalyticsPanel.razor.rz.scp.css */
.rl-listing-analytics .rl-heatmap-cell-content[b-3vswe0plbp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.rl-listing-analytics .rl-heatmap-cell-label[b-3vswe0plbp] {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.72);
}

.rl-listing-analytics .rl-heatmap-cell-value[b-3vswe0plbp] {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.92);
}

.rl-listing-analytics .rl-heatmap-cell[b-3vswe0plbp] {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: rgba(148, 163, 184, 0.18);
}

.rl-listing-analytics .rl-heatmap-used-1[b-3vswe0plbp] {
    background: rgba(59, 130, 246, 0.35);
}

.rl-listing-analytics .rl-heatmap-used-2[b-3vswe0plbp] {
    background: rgba(37, 99, 235, 0.58);
}

.rl-listing-analytics .rl-heatmap-used-3[b-3vswe0plbp] {
    background: rgba(29, 78, 216, 0.82);
    color: #fff;
}

.rl-listing-analytics .rl-heatmap-legend[b-3vswe0plbp] {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    flex-wrap: wrap;
}

@media (max-width: 959px) {
    .rl-listing-analytics .rl-heatmap-cell-label[b-3vswe0plbp] {
        font-size: 0.68rem;
    }

    .rl-listing-analytics .rl-heatmap-cell-value[b-3vswe0plbp] {
        font-size: 0.82rem;
    }
}
/* _content/WebApp/Components/Pages/Account/MyListingsPanel.razor.rz.scp.css */
.account-table-image-col[b-82mrc0b0af] {
    width: 60px;
}

.account-table-actions-header[b-82mrc0b0af],
.account-table-actions-cell[b-82mrc0b0af] {
    text-align: right;
}

.account-clickable[b-82mrc0b0af] {
    cursor: pointer;
}

.account-listing-title[b-82mrc0b0af] {
    max-width: 200px;
}

.account-chip-wrap[b-82mrc0b0af] {
    flex-wrap: wrap;
}

.account-mobile-card-content[b-82mrc0b0af] {
    flex: 1;
    min-width: 0;
}

.account-mobile-card[b-82mrc0b0af] {
    overflow: hidden;
}

.account-mobile-thumbnail[b-82mrc0b0af] {
    flex-shrink: 0;
}

.account-mobile-thumbnail-placeholder[b-82mrc0b0af] {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.06));
}

.account-mobile-title[b-82mrc0b0af] {
    line-height: 1.25;
    word-break: break-word;
}

.account-mobile-subtitle[b-82mrc0b0af] {
    display: block;
}

.account-mobile-chip-wrap[b-82mrc0b0af] {
    flex-wrap: wrap;
}

.account-mobile-attention[b-82mrc0b0af] {
    font-weight: 600;
}

.account-mobile-meta-item[b-82mrc0b0af] {
    min-width: 0;
    padding: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.02);
}

.account-mobile-meta-label[b-82mrc0b0af] {
    display: block;
    margin-bottom: 0.15rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1.1;
}

.account-mobile-meta-value[b-82mrc0b0af] {
    line-height: 1.3;
    word-break: break-word;
}

.account-mobile-action-button[b-82mrc0b0af] {
    width: 100%;
    min-height: 44px;
    justify-content: center;
}
/* _content/WebApp/Components/Pages/Account/OwnerAllBookingsTable.razor.rz.scp.css */
.owner-booking-expand-col[b-jo9cb9vmob] {
    width: 40px;
}

.owner-booking-actions-header[b-jo9cb9vmob],
.owner-booking-actions-cell[b-jo9cb9vmob] {
    text-align: right;
}

.owner-booking-listing-title[b-jo9cb9vmob] {
    max-width: 120px;
}

.owner-booking-user-link[b-jo9cb9vmob] {
    color: inherit;
}

.owner-booking-emphasis[b-jo9cb9vmob] {
    font-weight: 600;
}

.owner-booking-heading[b-jo9cb9vmob] {
    font-weight: 600;
}

.owner-booking-detail-panel[b-jo9cb9vmob] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-left: 4px solid var(--mud-palette-success);
}

.owner-booking-detail-table[b-jo9cb9vmob] {
    background: transparent;
}

.owner-booking-detail-label[b-jo9cb9vmob] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.875rem;
}

.owner-booking-detail-label-fixed[b-jo9cb9vmob] {
    width: 140px;
}

.owner-booking-detail-value[b-jo9cb9vmob] {
    font-size: 0.875rem;
}

.owner-booking-detail-value-mono[b-jo9cb9vmob] {
    font-family: monospace;
}

.owner-booking-summary-panel[b-jo9cb9vmob] {
    background: white;
    border-radius: 8px;
}
/* _content/WebApp/Components/Pages/Account/ProfilePanel.razor.rz.scp.css */
.profile-avatar[b-jp2fhonxql] {
    width: clamp(112px, 14vw, 168px);
    height: clamp(112px, 14vw, 168px);
}

.profile-avatar-fallback[b-jp2fhonxql] {
    font-size: clamp(2.75rem, 4vw, 4rem);
}

.profile-founder-wordmark[b-jp2fhonxql] {
    margin-top: 0.85rem;
}

.profile-details-column[b-jp2fhonxql],
.profile-field-item[b-jp2fhonxql],
.profile-field[b-jp2fhonxql] {
    overflow: hidden;
}

.profile-truncate[b-jp2fhonxql] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.profile-email-row[b-jp2fhonxql] {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    width: 100%;
}

.profile-email-text[b-jp2fhonxql] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.profile-email-verified[b-jp2fhonxql] {
    flex-shrink: 0;
}
/* _content/WebApp/Components/Pages/Account/RenterBookingActions.razor.rz.scp.css */
.renter-booking-actions-warning[b-o864fzo9zz] {
    font-weight: 600;
}
/* _content/WebApp/Components/Pages/Account/RenterBookingsTable.razor.rz.scp.css */
.booking-empty-icon[b-4ly66xzfc7] {
    font-size: 4rem;
}

.booking-expand-col[b-4ly66xzfc7] {
    width: 40px;
}

.booking-actions-header[b-4ly66xzfc7],
.booking-actions-cell[b-4ly66xzfc7] {
    text-align: right;
}

.booking-listing-image[b-4ly66xzfc7] {
    border-radius: 4px;
}

.booking-listing-image-fallback[b-4ly66xzfc7] {
    width: 40px;
    height: 40px;
}

.booking-listing-name[b-4ly66xzfc7] {
    max-width: 120px;
}

.booking-user-link[b-4ly66xzfc7] {
    color: inherit;
}

.booking-chip-clickable[b-4ly66xzfc7] {
    cursor: pointer;
}

.booking-emphasis[b-4ly66xzfc7] {
    font-weight: 600;
}

.booking-detail-heading[b-4ly66xzfc7],
.booking-summary-emphasis[b-4ly66xzfc7] {
    font-weight: 600;
}

.booking-detail-panel[b-4ly66xzfc7] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.booking-detail-panel-renter[b-4ly66xzfc7] {
    border-left: 4px solid var(--mud-palette-primary);
}

.booking-detail-table[b-4ly66xzfc7] {
    background: transparent;
}

.booking-detail-label[b-4ly66xzfc7] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.875rem;
}

.booking-detail-label-fixed[b-4ly66xzfc7] {
    width: 140px;
}

.booking-detail-value[b-4ly66xzfc7] {
    font-size: 0.875rem;
}

.booking-detail-value-mono[b-4ly66xzfc7] {
    font-family: monospace;
}

.booking-summary-panel[b-4ly66xzfc7] {
    background: white;
    border-radius: 8px;
}
/* _content/WebApp/Components/Pages/Account/StartEarningPanel.razor.rz.scp.css */
.start-earning-icon[b-ug4b40eb64] {
    font-size: 4rem;
}

.start-earning-lead[b-ug4b40eb64] {
    max-width: 500px;
}

.start-earning-card[b-ug4b40eb64] {
    background-color: #f5f5f5;
    max-width: 600px;
    width: 100%;
}

.start-earning-lock-icon[b-ug4b40eb64] {
    vertical-align: middle;
}
/* _content/WebApp/Components/Pages/Account/ViewListingDialog.razor.rz.scp.css */
.listing-dialog-image-wrap[b-tmtvquz3w6] {
    position: relative;
    width: 180px;
    max-width: 100%;
}

.listing-dialog-image-frame[b-tmtvquz3w6] {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f6f8;
}

.listing-dialog-image[b-tmtvquz3w6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing-dialog-image-count[b-tmtvquz3w6] {
    position: absolute;
    right: 6px;
    bottom: 6px;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 999px;
}

.listing-dialog-image-placeholder[b-tmtvquz3w6] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-dialog-description[b-tmtvquz3w6] {
    max-height: 90px;
    overflow-y: auto;
}

.listing-dialog-pill[b-tmtvquz3w6] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f5f6f8;
    padding: 6px 10px;
    border-radius: 999px;
}

.listing-dialog-callout[b-tmtvquz3w6] {
    margin-top: 8px;
    padding: 12px;
    border-radius: 8px;
}

.listing-dialog-callout-accessories[b-tmtvquz3w6] {
    background: #f9fafb;
    border-left: 3px solid #60a5fa;
}

.listing-dialog-callout-cleanup[b-tmtvquz3w6] {
    background: #f5f7ff;
    border-left: 3px solid #a855f7;
}

.listing-dialog-prewrap[b-tmtvquz3w6] {
    white-space: pre-wrap;
    line-height: 1.5;
}
/* _content/WebApp/Components/Pages/BecomeAnOwner.razor.rz.scp.css */
.rl-shell[b-24994m626s] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.rl-guide-hero[b-24994m626s] {
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 8rem 0 4rem;
    overflow: hidden;
}

.rl-guide-hero-grid[b-24994m626s] {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 3rem;
    align-items: center;
}

.rl-guide-hero-copy h1[b-24994m626s] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.08;
    margin: 1rem 0;
}

.rl-guide-hero-copy p[b-24994m626s] {
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.12rem;
    line-height: 1.7;
    margin: 0;
}

.rl-guide-hero-media img[b-24994m626s] {
    display: block;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
}

.rl-guide-actions[b-24994m626s] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.rl-section[b-24994m626s] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-24994m626s] {
    background: #f5f6fb;
}

.rl-section-dark[b-24994m626s] {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

.rl-section-eyebrow[b-24994m626s] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

.rl-section-header[b-24994m626s] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.rl-section-header h2[b-24994m626s],
.rl-guide-two-column h2[b-24994m626s],
.rl-guide-feature h2[b-24994m626s] {
    color: #1a1f3d;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.12;
    margin: 0.5rem 0 1rem;
}

.rl-section-header p[b-24994m626s],
.rl-guide-two-column p[b-24994m626s],
.rl-guide-feature p[b-24994m626s] {
    color: #5f6b85;
    line-height: 1.7;
    margin: 0;
}

.rl-guide-timeline[b-24994m626s] {
    display: grid;
    gap: 1rem;
    max-width: 920px;
    margin: 0 auto;
}

.rl-guide-timeline-item[b-24994m626s],
.rl-guide-callout[b-24994m626s] {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.35rem;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.07);
}

.rl-guide-timeline-item[b-24994m626s] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.rl-guide-timeline-item span[b-24994m626s] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e94e4e, #ff7b7b);
    color: #ffffff;
    font-weight: 800;
}

.rl-guide-timeline-item h3[b-24994m626s],
.rl-guide-callout h3[b-24994m626s] {
    color: #1a1f3d;
    font-size: 1.22rem;
    margin: 0 0 0.45rem;
}

.rl-guide-timeline-item p[b-24994m626s] {
    color: #5f6b85;
    line-height: 1.65;
    margin: 0;
}

.rl-guide-two-column[b-24994m626s],
.rl-guide-feature[b-24994m626s] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    align-items: start;
}

.rl-guide-checklist[b-24994m626s] {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 1rem;
}

.rl-guide-checklist li[b-24994m626s] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: #334155;
    line-height: 1.55;
}

.rl-guide-checklist .mud-icon-root[b-24994m626s] {
    color: #0f766e;
    flex: 0 0 auto;
    margin-top: 0.1rem;
}

.rl-guide-callout .mud-icon-root[b-24994m626s] {
    color: #e94e4e;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.rl-guide-cta[b-24994m626s] {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.rl-guide-cta h2[b-24994m626s] {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 0 0 1rem;
}

.rl-guide-cta p[b-24994m626s] {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    margin: 0 0 2rem;
}

.rl-button[b-24994m626s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.9rem 1.5rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
}

.rl-button-primary[b-24994m626s] {
    background: #e94e4e;
    color: #ffffff;
}

.rl-button-outline[b-24994m626s] {
    border-color: currentColor;
    color: inherit;
}

@media (max-width: 980px) {
    .rl-guide-hero-grid[b-24994m626s],
    .rl-guide-two-column[b-24994m626s],
    .rl-guide-feature[b-24994m626s] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .rl-guide-hero[b-24994m626s] {
        padding: 6rem 0 3rem;
    }
}
/* _content/WebApp/Components/Pages/Booking/BookingDetails.razor.rz.scp.css */
.booking-details-directions-button[b-j6bjz150jb] {
    width: fit-content;
}

.booking-details-review-button[b-j6bjz150jb] {
    color: #8b5cf6;
    border-color: #8b5cf6;
}

.booking-details-status-banner[b-j6bjz150jb] {
    background: linear-gradient(135deg, #f5f5f5 0%, #eee 100%);
}

.booking-details-status-banner-confirmed[b-j6bjz150jb] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.booking-details-status-banner-in-progress[b-j6bjz150jb] {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}

.booking-details-status-banner-return[b-j6bjz150jb] {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.booking-details-status-banner-completed[b-j6bjz150jb] {
    background: linear-gradient(135deg, #e8f5e9 0%, #a5d6a7 100%);
}

.booking-details-status-banner-error[b-j6bjz150jb] {
    background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
}

.booking-details-status-banner-lost[b-j6bjz150jb] {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd9 100%);
}
/* _content/WebApp/Components/Pages/Booking/BookingOptions.razor.rz.scp.css */
.booking-options-page[b-2myhpotkca] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.booking-options-header[b-2myhpotkca] {
    margin-bottom: 1.75rem;
}

.booking-options-header h1[b-2myhpotkca] {
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.35rem;
}

.booking-options-header p[b-2myhpotkca] {
    max-width: 720px;
    color: var(--mud-palette-text-secondary);
    line-height: 1.55;
}

.booking-options-loading[b-2myhpotkca] {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-options-list[b-2myhpotkca] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.booking-option-card[b-2myhpotkca] {
    overflow: hidden;
    border-color: var(--mud-palette-lines-default) !important;
    border-radius: 14px !important;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.booking-option-card.active[b-2myhpotkca] {
    border-color: var(--mud-palette-primary) !important;
    box-shadow: 0 10px 28px rgba(20, 33, 61, 0.08);
}

.booking-option-header[b-2myhpotkca] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    cursor: pointer;
    user-select: none;
}

.booking-option-icon[b-2myhpotkca] {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: 0.1rem;
    background: var(--mud-palette-background-grey);
    color: var(--mud-palette-primary);
}

.booking-option-icon :deep(.mud-icon-root)[b-2myhpotkca] {
    font-size: 1.25rem;
}

.booking-option-meta[b-2myhpotkca] {
    flex: 1 1 auto;
    min-width: 0;
}

.booking-option-meta h2[b-2myhpotkca] {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}

.booking-option-meta p[b-2myhpotkca] {
    color: var(--mud-palette-text-secondary);
    line-height: 1.5;
}

.booking-option-switch[b-2myhpotkca] {
    flex: 0 0 auto;
    margin-top: -0.15rem;
}

.booking-option-body[b-2myhpotkca] {
    padding: 1.25rem 1.25rem 1.25rem;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.booking-address-grid[b-2myhpotkca] {
    margin-top: 0;
}

.booking-address-grid :deep(.mud-input-control)[b-2myhpotkca] {
    margin-top: 0;
}

.booking-address-grid :deep(.mud-input-root)[b-2myhpotkca] {
    background: var(--mud-palette-background-grey);
}

.booking-address-grid :deep(.mud-input-root.mud-input-root-focused)[b-2myhpotkca] {
    background: var(--mud-palette-surface);
}

.booking-address-status-row[b-2myhpotkca] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.15rem;
    margin-bottom: 1.2rem;
    min-height: 2rem;
}

.booking-option-divider[b-2myhpotkca] {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.booking-delivery-summary[b-2myhpotkca] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.75rem;
}

.booking-delivery-summary > div[b-2myhpotkca] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background: var(--mud-palette-background-grey);
    padding: 0.75rem 0.9rem;
}

.booking-delivery-summary .mud-typography-caption[b-2myhpotkca] {
    display: block;
    color: var(--mud-palette-text-secondary);
    margin-bottom: 0.15rem;
}

.booking-delivery-summary .mud-typography-h6[b-2myhpotkca] {
    font-size: 1rem;
    font-weight: 600;
}

.booking-options-actions[b-2myhpotkca] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.booking-options-actions :deep(.mud-button-root)[b-2myhpotkca] {
    min-width: 7.5rem;
}

@media (max-width: 600px) {
    .booking-options-page[b-2myhpotkca] {
        padding-top: 1.25rem;
        padding-bottom: 1.5rem;
    }

    .booking-option-header[b-2myhpotkca] {
        gap: 0.8rem;
        padding: 1rem;
    }

    .booking-option-icon[b-2myhpotkca] {
        width: 2.25rem;
        height: 2.25rem;
    }

    .booking-option-body[b-2myhpotkca] {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .booking-delivery-summary[b-2myhpotkca] {
        grid-template-columns: 1fr;
    }

    .booking-options-actions[b-2myhpotkca] {
        justify-content: stretch;
    }

    .booking-options-actions :deep(.mud-button-root)[b-2myhpotkca] {
        flex: 1 1 0;
        min-width: 0;
    }
}
/* _content/WebApp/Components/Pages/Booking/BookingPendingApproval.razor.rz.scp.css */
.booking-pending-approval-icon[b-ceoxeno06m] {
    font-size: 4rem;
}
/* _content/WebApp/Components/Pages/Booking/BookingPhotos.razor.rz.scp.css */
.booking-photo-upload-input[b-lennlvzx0a] {
    opacity: 0;
}
/* _content/WebApp/Components/Pages/Booking/BookingPreparing.razor.rz.scp.css */
.booking-preparing-shell[b-0aiwueidhv] {
    min-height: calc(100vh - 320px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 4vw, 2.5rem) clamp(3rem, 6vw, 4.5rem);
}

.booking-preparing-card[b-0aiwueidhv] {
    width: min(100%, 640px);
    margin: 0 auto;
    padding: 2rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(220, 243, 230, 0.9), transparent 32%),
        linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    border: 1px solid rgba(20, 92, 62, 0.08);
}

.booking-preparing-badge[b-0aiwueidhv] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(20, 92, 62, 0.08);
    color: #145c3e;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.booking-preparing-title[b-0aiwueidhv] {
    margin: 0;
    line-height: 1.05;
}

.booking-preparing-copy[b-0aiwueidhv] {
    max-width: 46ch;
}

.booking-preparing-progress-shell[b-0aiwueidhv] {
    display: grid;
    gap: 0.6rem;
}

.booking-preparing-progress[b-0aiwueidhv] {
    height: 12px;
}

.booking-preparing-steps[b-0aiwueidhv] {
    padding-top: 0.75rem;
}

.booking-preparing-step[b-0aiwueidhv] {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 0.85rem;
    align-items: start;
    padding: 0.8rem 0.9rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid transparent;
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.booking-preparing-step.active[b-0aiwueidhv] {
    background: rgba(20, 92, 62, 0.08);
    border-color: rgba(20, 92, 62, 0.18);
    transform: translateX(2px);
}

.booking-preparing-step.complete[b-0aiwueidhv] {
    background: rgba(20, 92, 62, 0.05);
}

.booking-preparing-step-dot[b-0aiwueidhv] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-top: 0.25rem;
    background: rgba(15, 23, 42, 0.18);
    box-shadow: 0 0 0 5px rgba(15, 23, 42, 0.04);
}

.booking-preparing-step.active .booking-preparing-step-dot[b-0aiwueidhv],
.booking-preparing-step.complete .booking-preparing-step-dot[b-0aiwueidhv] {
    background: #145c3e;
    box-shadow: 0 0 0 5px rgba(20, 92, 62, 0.1);
}

@media (max-width: 600px) {
    .booking-preparing-card[b-0aiwueidhv] {
        padding: 1.4rem;
        border-radius: 22px;
    }

    .booking-preparing-shell[b-0aiwueidhv] {
        min-height: calc(100vh - 220px);
        padding: 1.25rem 0.9rem 2.25rem;
    }
}
/* _content/WebApp/Components/Pages/Booking/OwnerBookingPhotos.razor.rz.scp.css */
.owner-booking-checklist-card[b-3jdfjxz4ll] {
    opacity: 1;
}

.owner-booking-checklist-card-complete[b-3jdfjxz4ll] {
    opacity: 0.6;
}

.owner-booking-upload-input[b-3jdfjxz4ll] {
    opacity: 0;
}
/* _content/WebApp/Components/Pages/Booking/Shared/PhotoUploadForm.razor.rz.scp.css */
.photo-upload-checklist-card[b-uli6x08pix] {
    opacity: 1;
}

.photo-upload-checklist-card-complete[b-uli6x08pix] {
    opacity: 0.6;
}

.photo-upload-input[b-uli6x08pix] {
    opacity: 0;
}
/* _content/WebApp/Components/Pages/Booking/Shared/ReviewResponseBar.razor.rz.scp.css */
.review-response-bar[b-mt1t7mvmmj] {
    background-color: var(--mud-palette-warning-lighten);
}
/* _content/WebApp/Components/Pages/Checkout/Checkout.razor.rz.scp.css */
/* Stripe checkout container */
.stripe-checkout-container[b-vt8lr34yar] {
    min-height: 300px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* Override Stripe's default styles to be responsive */
.stripe-checkout-container[b-vt8lr34yar]  iframe {
    width: 100% !important;
    max-width: 100% !important;
}

/* Ensure the embedded checkout adapts to container */
.stripe-checkout-container[b-vt8lr34yar]  .EmbeddedCheckout {
    width: 100% !important;
    max-width: 100% !important;
}

/* Legacy styles for any remaining custom forms */
.checkout[b-vt8lr34yar] {
    width: 100%;
    max-width: 100%;
}

.checkout h2[b-vt8lr34yar] {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    border-bottom: 1px solid #D2D2D2;
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.checkout .form-buttons[b-vt8lr34yar] {
    display: flex;
    padding: 1.5rem 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid #000;
}

.checkout label[b-vt8lr34yar] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    color: #444;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.checkout[b-vt8lr34yar]  input {
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
    max-width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
}

.form-group[b-vt8lr34yar] {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    align-self: stretch;
    flex-wrap: wrap;
}

.form-group .form-group-item[b-vt8lr34yar] {
    flex: 1 0 0;
    min-width: 200px;
}

.form[b-vt8lr34yar] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.form .form-section[b-vt8lr34yar] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-self: stretch;
}

/* Mobile devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575px) { 
    .stripe-checkout-container[b-vt8lr34yar] {
        padding: 0;
    }

    .form-group[b-vt8lr34yar] {
        flex-direction: column;
    }

    .form-group .form-group-item[b-vt8lr34yar] {
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) { 
    .stripe-checkout-container[b-vt8lr34yar] {
        padding: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .stripe-checkout-container[b-vt8lr34yar] {
        max-width: 720px;
    }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    .stripe-checkout-container[b-vt8lr34yar] {
        max-width: 900px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) { 
    .stripe-checkout-container[b-vt8lr34yar] {
        max-width: 1000px;
    }
}
/* _content/WebApp/Components/Pages/Contact.razor.rz.scp.css */
.rl-shell[b-4skhkf8gqd] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.rl-shell-contact-wide[b-4skhkf8gqd] {
    max-width: 1600px;
}

/* Hero Section */
.rl-contact-hero[b-4skhkf8gqd] {
    position: relative;
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.rl-contact-hero-bg[b-4skhkf8gqd] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.rl-contact-orb[b-4skhkf8gqd] {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.rl-contact-orb-teal[b-4skhkf8gqd] {
    top: -150px;
    left: -100px;
    background: rgba(78, 205, 196, 0.5);
}

.rl-contact-orb-coral[b-4skhkf8gqd] {
    bottom: -200px;
    right: -100px;
    background: rgba(233, 78, 78, 0.4);
}

.rl-contact-hero-content[b-4skhkf8gqd] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.rl-contact-hero-content h1[b-4skhkf8gqd] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 1rem 0;
    line-height: 1.1;
}

.rl-contact-hero-content p[b-4skhkf8gqd] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* Section Styles */
.rl-section[b-4skhkf8gqd] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-4skhkf8gqd] {
    background: #f5f6fb;
}

.rl-section-eyebrow[b-4skhkf8gqd] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

/* Contact Options */
.rl-contact-options[b-4skhkf8gqd] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media (max-width: 768px) {
    .rl-contact-options[b-4skhkf8gqd] {
        grid-template-columns: 1fr;
    }
}

.rl-contact-option[b-4skhkf8gqd] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rl-contact-option:hover[b-4skhkf8gqd] {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
}

.rl-contact-option-icon[b-4skhkf8gqd] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.rl-contact-icon-coral[b-4skhkf8gqd] { background: linear-gradient(135deg, #e94e4e, #ff7b7b); }
.rl-contact-icon-teal[b-4skhkf8gqd] { background: linear-gradient(135deg, #0f766e, #14b8a6); }
.rl-contact-icon-purple[b-4skhkf8gqd] { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }

.rl-contact-option h3[b-4skhkf8gqd] {
    font-size: 1.35rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-contact-option p[b-4skhkf8gqd] {
    color: #5f6b85;
    margin: 0 0 1rem;
    font-size: 0.9rem;
}

.rl-contact-link[b-4skhkf8gqd] {
    color: #e94e4e;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rl-contact-link:hover[b-4skhkf8gqd] {
    color: #d43d3d;
}

/* Contact layout */
.rl-contact-info-wrapper[b-4skhkf8gqd] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}

/* Contact Form */
.rl-contact-form-wrapper h2[b-4skhkf8gqd] {
    font-size: 2rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-contact-form-wrapper > p[b-4skhkf8gqd] {
    color: #5f6b85;
    margin: 0 0 2rem;
}

.rl-contact-form[b-4skhkf8gqd] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.rl-form-row[b-4skhkf8gqd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 500px) {
    .rl-form-row[b-4skhkf8gqd] {
        grid-template-columns: 1fr;
    }
}

.rl-form-group[b-4skhkf8gqd] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rl-form-group label[b-4skhkf8gqd] {
    font-weight: 600;
    color: #1a1f3d;
    font-size: 0.9rem;
}

.rl-form-group input[b-4skhkf8gqd],
.rl-form-group select[b-4skhkf8gqd],
.rl-form-group textarea[b-4skhkf8gqd] {
    padding: 0.9rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #ffffff;
}

.rl-form-group input:focus[b-4skhkf8gqd],
.rl-form-group select:focus[b-4skhkf8gqd],
.rl-form-group textarea:focus[b-4skhkf8gqd] {
    outline: none;
    border-color: #e94e4e;
    box-shadow: 0 0 0 4px rgba(233, 78, 78, 0.1);
}

.rl-form-group textarea[b-4skhkf8gqd] {
    resize: vertical;
    min-height: 120px;
}

.rl-form-group select[b-4skhkf8gqd] {
    cursor: pointer;
}

.rl-contact-map[b-4skhkf8gqd] {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.1);
}

.rl-contact-map iframe[b-4skhkf8gqd] {
    display: block;
    min-height: 420px;
}

.rl-contact-details[b-4skhkf8gqd] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
}

.rl-contact-details h3[b-4skhkf8gqd] {
    font-size: 1.35rem;
    color: #1a1f3d;
    margin: 0 0 1.5rem;
}

.rl-contact-detail[b-4skhkf8gqd] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.rl-contact-detail:last-of-type[b-4skhkf8gqd] {
    border-bottom: none;
}

.rl-contact-detail .mud-icon-root[b-4skhkf8gqd] {
    color: #e94e4e;
    margin-top: 2px;
}

.rl-contact-detail strong[b-4skhkf8gqd] {
    display: block;
    color: #1a1f3d;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.rl-contact-detail p[b-4skhkf8gqd] {
    color: #5f6b85;
    margin: 0;
}

.rl-contact-detail a[b-4skhkf8gqd] {
    color: #5f6b85;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rl-contact-detail a:hover[b-4skhkf8gqd] {
    color: #e94e4e;
}

.rl-contact-social[b-4skhkf8gqd] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
}

.rl-contact-social h4[b-4skhkf8gqd] {
    font-size: 1rem;
    color: #1a1f3d;
    margin: 0 0 1rem;
}

.rl-contact-social-links[b-4skhkf8gqd] {
    display: flex;
    gap: 0.75rem;
}

.rl-social-link[b-4skhkf8gqd] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: background 0.2s ease, color 0.2s ease;
}

.rl-social-link:hover[b-4skhkf8gqd] {
    background: #e94e4e;
    color: #ffffff;
}

/* FAQ Section */
.rl-contact-faq-header[b-4skhkf8gqd] {
    text-align: center;
    margin-bottom: 3rem;
}

.rl-contact-faq-header h2[b-4skhkf8gqd] {
    font-size: 2rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-contact-faq-header p[b-4skhkf8gqd] {
    color: #5f6b85;
    margin: 0;
}

.rl-contact-faq-grid[b-4skhkf8gqd] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

@media (max-width: 768px) {
    .rl-contact-faq-grid[b-4skhkf8gqd] {
        grid-template-columns: 1fr;
    }
}

.rl-contact-faq-item[b-4skhkf8gqd] {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.rl-contact-faq-item .mud-icon-root[b-4skhkf8gqd] {
    color: #e94e4e;
    margin-bottom: 0.75rem;
}

.rl-contact-faq-item h4[b-4skhkf8gqd] {
    font-size: 1.1rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-contact-faq-item p[b-4skhkf8gqd] {
    color: #5f6b85;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Buttons */
.rl-button[b-4skhkf8gqd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rl-button-primary[b-4skhkf8gqd] {
    background: #e94e4e;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(233, 78, 78, 0.35);
}

.rl-button-primary:hover[b-4skhkf8gqd] {
    background: #d43d3d;
}

.rl-button-full[b-4skhkf8gqd] {
    width: 100%;
}
/* _content/WebApp/Components/Pages/Coverage/Coverage.razor.rz.scp.css */
.coverage-feature-list[b-asyumpwhkj] {
    width: 350px;
}

.coverage-strike-price[b-asyumpwhkj] {
    text-decoration: line-through;
}

.coverage-select-button[b-asyumpwhkj] {
    width: 100%;
}
/* _content/WebApp/Components/Pages/Faq.razor.rz.scp.css */
.rl-shell[b-nk6xw6mbf0] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Hero Section */
.rl-faq-hero[b-nk6xw6mbf0] {
    position: relative;
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.rl-faq-hero-bg[b-nk6xw6mbf0] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.rl-faq-orb[b-nk6xw6mbf0] {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.rl-faq-orb-blue[b-nk6xw6mbf0] {
    top: -150px;
    right: -100px;
    background: rgba(59, 130, 246, 0.5);
}

.rl-faq-orb-purple[b-nk6xw6mbf0] {
    bottom: -200px;
    left: -100px;
    background: rgba(124, 58, 237, 0.4);
}

.rl-faq-hero-content[b-nk6xw6mbf0] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.rl-faq-icon[b-nk6xw6mbf0] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.4);
}

    .rl-faq-icon .mud-icon-root[b-nk6xw6mbf0] {
        font-size: 3rem;
        color: #ffffff;
    }

.rl-faq-hero-content h1[b-nk6xw6mbf0] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 1rem 0;
    line-height: 1.1;
}

.rl-faq-hero-content p[b-nk6xw6mbf0] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* Section Styles */
.rl-section[b-nk6xw6mbf0] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-nk6xw6mbf0] {
    background: #f5f6fb;
}

.rl-section-dark[b-nk6xw6mbf0] {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

/* FAQ Categories */
.rl-faq-category[b-nk6xw6mbf0] {
    margin-bottom: 3rem;
}

.rl-faq-anchor[b-nk6xw6mbf0] {
    scroll-margin-top: 6rem;
}

    .rl-faq-category:last-child[b-nk6xw6mbf0] {
        margin-bottom: 0;
    }

.rl-faq-category-header[b-nk6xw6mbf0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

    .rl-faq-category-header h2[b-nk6xw6mbf0],
    .rl-faq-category-header h3[b-nk6xw6mbf0] {
        font-size: 1.5rem;
        color: #1a1f3d;
        margin: 0;
    }

.rl-faq-category-icon[b-nk6xw6mbf0] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
}

.rl-faq-icon-blue[b-nk6xw6mbf0] {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.rl-faq-icon-green[b-nk6xw6mbf0] {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}

.rl-faq-icon-purple[b-nk6xw6mbf0] {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
}

.rl-faq-icon-teal[b-nk6xw6mbf0] {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.rl-faq-icon-amber[b-nk6xw6mbf0] {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

/* Tab Navigation */
.rl-faq-tabs[b-nk6xw6mbf0] {
    max-width: 900px;
    margin: 0 auto;
}

[b-nk6xw6mbf0] .rl-faq-tab-container {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

[b-nk6xw6mbf0] .rl-faq-tab-container .mud-tabs-toolbar {
    background: #ffffff;
    padding: 0.5rem;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

[b-nk6xw6mbf0] .rl-faq-tab-container .mud-tab {
    color: #1a1f3d !important;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
    min-height: 52px;
}

[b-nk6xw6mbf0] .rl-faq-tab-container .mud-tab .mud-tab-content,
[b-nk6xw6mbf0] .rl-faq-tab-container .mud-tab .mud-tab-content .mud-icon-root {
    color: inherit !important;
}

[b-nk6xw6mbf0] .rl-faq-tab-container .mud-tab:hover {
    color: #1a1f3d !important;
    background: rgba(37, 99, 235, 0.08);
}

[b-nk6xw6mbf0] .rl-faq-tab-container .mud-tab.mud-tab-active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #1a1f3d, #2d3561);
}

[b-nk6xw6mbf0] .rl-faq-tab-container .mud-tabs-tabbar-content .mud-tab-slider {
    display: none;
}

[b-nk6xw6mbf0] .rl-faq-tab-panel {
    padding: 2rem;
}

/* Section Intro */
.rl-faq-section-intro[b-nk6xw6mbf0] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(245, 246, 251, 0.8), rgba(255, 255, 255, 0.8));
    border-radius: 16px;
    margin-bottom: 2.5rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.rl-faq-section-icon[b-nk6xw6mbf0] {
    font-size: 2.5rem !important;
    padding: 1rem;
    border-radius: 16px;
    flex-shrink: 0;
}

.rl-faq-section-icon-green[b-nk6xw6mbf0] {
    color: #16a34a;
    background: rgba(22, 163, 74, 0.1);
}

.rl-faq-section-icon-purple[b-nk6xw6mbf0] {
    color: #7c3aed;
    background: rgba(124, 58, 237, 0.1);
}

.rl-faq-section-icon-blue[b-nk6xw6mbf0] {
    color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
}

.rl-faq-section-intro h2[b-nk6xw6mbf0] {
    font-size: 1.5rem;
    color: #1a1f3d;
    margin: 0 0 0.25rem;
}

.rl-faq-section-intro p[b-nk6xw6mbf0] {
    color: #5f6b85;
    margin: 0;
    line-height: 1.5;
}

/* FAQ Panels */
.rl-faq-panels[b-nk6xw6mbf0] {
    background: transparent !important;
}

.rl-faq-panel[b-nk6xw6mbf0] {
    background: #ffffff !important;
    border-radius: 16px !important;
    margin-bottom: 0.75rem !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05) !important;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .rl-faq-panel:hover[b-nk6xw6mbf0] {
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08) !important;
    }

[b-nk6xw6mbf0] .rl-faq-panel .mud-expand-panel-header {
    padding: 1.25rem 1.5rem !important;
}

[b-nk6xw6mbf0] .rl-faq-panel .mud-expand-panel-content {
    padding: 0 1.5rem 1.25rem !important;
}

.rl-faq-question[b-nk6xw6mbf0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    font-size: 1.05rem;
    color: #1a1f3d;
}

.rl-faq-q-icon[b-nk6xw6mbf0] {
    color: #e94e4e;
    font-size: 1.25rem !important;
}

.rl-faq-answer[b-nk6xw6mbf0] {
    color: #5f6b85;
    line-height: 1.7;
    padding-left: 2rem;
}

    .rl-faq-answer a[b-nk6xw6mbf0] {
        color: #2563eb;
        text-decoration: none;
        font-weight: 500;
    }

        .rl-faq-answer a:hover[b-nk6xw6mbf0] {
            text-decoration: underline;
        }

/* CTA Section */
.rl-faq-cta[b-nk6xw6mbf0] {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

    .rl-faq-cta h2[b-nk6xw6mbf0] {
        font-size: clamp(1.75rem, 4vw, 2.5rem);
        margin: 0 0 1rem;
    }

    .rl-faq-cta p[b-nk6xw6mbf0] {
        color: rgba(255, 255, 255, 0.75);
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

.rl-faq-cta-buttons[b-nk6xw6mbf0] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.rl-faq-cta-outline[b-nk6xw6mbf0] {
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
}

    .rl-faq-cta-outline:hover[b-nk6xw6mbf0] {
        border-color: rgba(255, 255, 255, 0.6) !important;
        background: rgba(255, 255, 255, 0.08) !important;
    }

/* Responsive */
@media (max-width: 640px) {
    .rl-faq-hero[b-nk6xw6mbf0] {
        padding: 6rem 0 3rem;
    }

    .rl-faq-icon[b-nk6xw6mbf0] {
        width: 80px;
        height: 80px;
    }

        .rl-faq-icon .mud-icon-root[b-nk6xw6mbf0] {
            font-size: 2.5rem;
        }

    .rl-faq-category-header h2[b-nk6xw6mbf0],
    .rl-faq-category-header h3[b-nk6xw6mbf0] {
        font-size: 1.25rem;
    }

    .rl-faq-category-icon[b-nk6xw6mbf0] {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .rl-faq-question[b-nk6xw6mbf0] {
        font-size: 0.95rem;
    }

    .rl-faq-answer[b-nk6xw6mbf0] {
        padding-left: 0;
    }

    .rl-faq-cta-buttons[b-nk6xw6mbf0] {
        flex-direction: column;
        align-items: center;
    }

    .rl-faq-section-intro[b-nk6xw6mbf0] {
        flex-direction: column;
        text-align: center;
    }
}
/* _content/WebApp/Components/Pages/HowItWorks.razor.rz.scp.css */
.rl-shell[b-5rox7s277h] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Hero Section */
.rl-hiw-hero[b-5rox7s277h] {
    position: relative;
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.rl-hiw-hero-bg[b-5rox7s277h] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.rl-hiw-orb[b-5rox7s277h] {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.rl-hiw-orb-teal[b-5rox7s277h] {
    top: -150px;
    left: -100px;
    background: rgba(78, 205, 196, 0.5);
}

.rl-hiw-orb-coral[b-5rox7s277h] {
    bottom: -200px;
    right: -100px;
    background: rgba(233, 78, 78, 0.4);
}

.rl-hiw-hero-content[b-5rox7s277h] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.rl-hiw-hero-content h1[b-5rox7s277h] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 1rem 0;
    line-height: 1.1;
}

.rl-hiw-hero-content p[b-5rox7s277h] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* Section Styles */
.rl-section[b-5rox7s277h] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-5rox7s277h] {
    background: #f5f6fb;
}

.rl-section-dark[b-5rox7s277h] {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

.rl-section-eyebrow[b-5rox7s277h] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

.rl-section-header[b-5rox7s277h] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.rl-section-header h2[b-5rox7s277h] {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #1a1f3d;
    margin: 0.5rem 0 1rem;
}

.rl-section-header p[b-5rox7s277h] {
    color: #5f6b85;
    max-width: 640px;
    margin: 0 auto;
}

.rl-section-header-light h2[b-5rox7s277h],
.rl-section-header-light p[b-5rox7s277h] {
    color: #ffffff;
}

.rl-section-header-light p[b-5rox7s277h] {
    color: rgba(255, 255, 255, 0.6);
}

/* Split Layout */
.rl-hiw-split[b-5rox7s277h] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.rl-hiw-split-reverse[b-5rox7s277h] {
    direction: rtl;
}

.rl-hiw-split-reverse > *[b-5rox7s277h] {
    direction: ltr;
}

@media (max-width: 900px) {
    .rl-hiw-split[b-5rox7s277h] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .rl-hiw-split-reverse[b-5rox7s277h] {
        direction: ltr;
    }
    
    .rl-hiw-visual[b-5rox7s277h] {
        order: -1;
    }
}

/* Content Section */
.rl-hiw-badge[b-5rox7s277h] {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.rl-hiw-badge-teal[b-5rox7s277h] {
    background: linear-gradient(135deg, #4ecdc4, #1fa996);
}

.rl-hiw-badge-coral[b-5rox7s277h] {
    background: linear-gradient(135deg, #e94e4e, #ff7b7b);
}

.rl-hiw-content h2[b-5rox7s277h] {
    font-size: 2.5rem;
    color: #1a1f3d;
    margin: 0 0 1rem;
}

.rl-hiw-intro[b-5rox7s277h] {
    font-size: 1.1rem;
    color: #5f6b85;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

/* Steps */
.rl-hiw-steps[b-5rox7s277h] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.rl-hiw-step[b-5rox7s277h] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.rl-hiw-step-number[b-5rox7s277h] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4ecdc4, #1fa996);
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rl-hiw-step-number.rl-hiw-step-coral[b-5rox7s277h] {
    background: linear-gradient(135deg, #e94e4e, #ff7b7b);
}

.rl-hiw-step-content h3[b-5rox7s277h] {
    font-size: 1.25rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-hiw-step-content p[b-5rox7s277h] {
    color: #5f6b85;
    margin: 0;
    line-height: 1.6;
}

.rl-inline-link[b-5rox7s277h] {
    color: #0f766e;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.rl-inline-link:hover[b-5rox7s277h] {
    color: #e94e4e;
}

/* Phone Mockup */
.rl-hiw-phone-mockup[b-5rox7s277h] {
    background: #1a1f3d;
    border-radius: 32px;
    padding: 12px;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.25);
    max-width: 320px;
    margin: 0 auto;
}

.rl-hiw-phone-screen[b-5rox7s277h] {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.5rem;
    min-height: 400px;
}

.rl-hiw-search-demo[b-5rox7s277h] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f1f5f9;
    border-radius: 12px;
    color: #64748b;
    margin-bottom: 1.5rem;
}

.rl-hiw-results-demo[b-5rox7s277h] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rl-hiw-result-card[b-5rox7s277h] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.rl-hiw-result-img[b-5rox7s277h] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4ecdc4, #1fa996);
    border-radius: 8px;
}

.rl-hiw-result-card strong[b-5rox7s277h] {
    display: block;
    color: #1a1f3d;
    margin-bottom: 0.25rem;
}

.rl-hiw-result-card span[b-5rox7s277h] {
    color: #e94e4e;
    font-weight: 600;
}

/* Earnings Card */
.rl-hiw-earnings-card[b-5rox7s277h] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.15);
    max-width: 360px;
    margin: 0 auto;
}

.rl-hiw-earnings-header[b-5rox7s277h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #16a34a;
    font-weight: 600;
    margin-bottom: 1rem;
}

.rl-hiw-earnings-amount[b-5rox7s277h] {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1f3d;
    line-height: 1;
}

.rl-hiw-earnings-period[b-5rox7s277h] {
    color: #64748b;
    margin-bottom: 1.5rem;
}

.rl-hiw-earnings-chart[b-5rox7s277h] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
    height: 80px;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
}

.rl-hiw-bar[b-5rox7s277h] {
    flex: 1;
    background: #e2e8f0;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.rl-hiw-bar-active[b-5rox7s277h] {
    background: linear-gradient(180deg, #16a34a, #22c55e);
}

.rl-hiw-earnings-items[b-5rox7s277h] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.rl-hiw-item-row[b-5rox7s277h] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem;
    background: #f8fafc;
    border-radius: 8px;
}

.rl-hiw-item-row span:last-child[b-5rox7s277h] {
    color: #16a34a;
    font-weight: 600;
}

/* Protection Grid */
.rl-hiw-protection-grid[b-5rox7s277h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.rl-hiw-protection-card[b-5rox7s277h] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 2rem;
    backdrop-filter: blur(8px);
    text-align: center;
}

.rl-hiw-protection-icon[b-5rox7s277h] {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: linear-gradient(135deg, #4ecdc4, #1fa996);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.rl-hiw-protection-card h3[b-5rox7s277h] {
    font-size: 1.25rem;
    margin: 0 0 0.75rem;
}

.rl-hiw-protection-card p[b-5rox7s277h] {
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    line-height: 1.5;
}

/* CTA Section */
.rl-hiw-cta[b-5rox7s277h] {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.rl-hiw-cta-icon[b-5rox7s277h] {
    font-size: 4rem;
    color: #e94e4e;
    margin-bottom: 1.5rem;
}

.rl-hiw-cta h2[b-5rox7s277h] {
    font-size: 2.5rem;
    color: #1a1f3d;
    margin: 0 0 1rem;
}

.rl-hiw-cta p[b-5rox7s277h] {
    font-size: 1.1rem;
    color: #5f6b85;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.rl-hiw-cta-buttons[b-5rox7s277h] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.rl-button[b-5rox7s277h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rl-button-primary[b-5rox7s277h] {
    background: #e94e4e;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(233, 78, 78, 0.35);
}

.rl-button-primary:hover[b-5rox7s277h] {
    background: #d43d3d;
}

.rl-button-outline[b-5rox7s277h] {
    border-color: #1a1f3d;
    color: #1a1f3d;
}

.rl-button-outline:hover[b-5rox7s277h] {
    background: #1a1f3d;
    color: #ffffff;
}

.rl-button-arrow[b-5rox7s277h] {
    font-weight: 700;
}

@media (min-width: 980px) {
    .rl-hiw-protection-grid[b-5rox7s277h] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* _content/WebApp/Components/Pages/Index.razor.rz.scp.css */
.rl-shell[b-mndeg2d2gx] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.rl-hero[b-mndeg2d2gx] {
    position: relative;
    background: var(--rentlokr-navy);
    background-image: url("/images/RentLokr_Dark_ComingSoon3.svg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    overflow: hidden;
    padding: 4.5rem 0 5rem;
}

.rl-hero-bg[b-mndeg2d2gx] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.rl-orb[b-mndeg2d2gx] {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.6;
    animation: rl-orb-float-b-mndeg2d2gx 14s ease-in-out infinite;
}

.rl-orb-coral[b-mndeg2d2gx] {
    top: -140px;
    right: -120px;
    background: linear-gradient(135deg, rgba(233, 78, 78, 0.5), transparent);
    animation-delay: -2s;
}

.rl-orb-teal[b-mndeg2d2gx] {
    top: 30%;
    left: -80px;
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.5), transparent);
    animation-delay: -6s;
}

.rl-orb-purple[b-mndeg2d2gx] {
    bottom: 80px;
    right: 25%;
    background: linear-gradient(135deg, rgba(108, 92, 231, 0.35), transparent);
    animation-delay: -9s;
}

.rl-confetti[b-mndeg2d2gx] {
    position: absolute;
    width: 6px;
    height: 18px;
    border-radius: 999px;
    opacity: 0.7;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
    mix-blend-mode: screen;
    animation: rl-confetti-float-b-mndeg2d2gx 4.2s linear infinite, rl-confetti-sway-b-mndeg2d2gx 2.6s ease-in-out infinite;
}

.rl-confetti-1[b-mndeg2d2gx] { left: 8%; top: 42%; background: #e94e4e; }
.rl-confetti-2[b-mndeg2d2gx] { left: 48%; top: 36%; background: #4ecdc4; }
.rl-confetti-3[b-mndeg2d2gx] { left: 78%; top: 90%; background: #ffd93d; }
.rl-confetti-4[b-mndeg2d2gx] { left: 83%; top: 68%; background: #6c5ce7; }
.rl-confetti-5[b-mndeg2d2gx] { left: 32%; top: 11%; background: #00b894; }
.rl-confetti-6[b-mndeg2d2gx] { left: 25%; top: 55%; background: #e94e4e; }
.rl-confetti-7[b-mndeg2d2gx] { left: 15%; top: 72%; background: #4ecdc4; animation-delay: -1.5s; animation-duration: 3.6s, 2.2s; }
.rl-confetti-8[b-mndeg2d2gx] { left: 72%; top: 20%; background: #ffd93d; animation-delay: -2.5s; animation-duration: 4.8s, 2.8s; }
.rl-confetti-9[b-mndeg2d2gx] { left: 90%; top: 56%; background: #6c5ce7; animation-delay: -3.5s; animation-duration: 3.9s, 2.4s; }
.rl-confetti-10[b-mndeg2d2gx] { left: 5%; top: 10%; background: #00b894; animation-delay: -4.5s; animation-duration: 4.4s, 3s; }
.rl-confetti-11[b-mndeg2d2gx] { left: 40%; top: 28%; background: #e94e4e; animation-delay: -2s; animation-duration: 3.8s, 2.5s; }
.rl-confetti-12[b-mndeg2d2gx] { left: 60%; top: 78%; background: #4ecdc4; animation-delay: -3s; animation-duration: 4.6s, 2.7s; }
.rl-confetti-13[b-mndeg2d2gx] { left: 12%; top: 30%; background: #ffd93d; animation-delay: -1s; animation-duration: 4.1s, 2.3s; }
.rl-confetti-14[b-mndeg2d2gx] { left: 86%; top: 14%; background: #6c5ce7; animation-delay: -2.2s; animation-duration: 4.9s, 2.9s; }
.rl-confetti-15[b-mndeg2d2gx] { left: 68%; top: 48%; background: #00b894; animation-delay: -3.8s; animation-duration: 3.7s, 2.1s; }
.rl-confetti-16[b-mndeg2d2gx] { left: 22%; top: 90%; background: #e94e4e; animation-delay: -4s; animation-duration: 4.3s, 2.6s; }

.rl-hero-grid[b-mndeg2d2gx] {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    align-items: center;
    animation: rl-fade-up-b-mndeg2d2gx 1s ease both;
}


.rl-hero-copy[b-mndeg2d2gx] {
    max-width: 560px;
}

.rl-pill[b-mndeg2d2gx] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 2rem;
}

.rl-pill-dot[b-mndeg2d2gx] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 12px rgba(52, 211, 153, 0.6);
}

.rl-hero-title[b-mndeg2d2gx] {
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.rl-hero-title-accent[b-mndeg2d2gx] {
    display: block;
    background: linear-gradient(90deg, #e94e4e, #ff7b7b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding-bottom: 0.1em;
}

.stroked-text[b-mndeg2d2gx] {
    color: white;
    text-shadow: -1px -1px 0 #080808, 1px -1px 0 #080808, -1px 1px 0 #080808, 1px 1px 0 #080808;
}

.rl-hero-subtitle[b-mndeg2d2gx] {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.rl-hero-actions[b-mndeg2d2gx] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.rl-button[b-mndeg2d2gx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rl-button-primary[b-mndeg2d2gx] {
    background: #e94e4e;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(233, 78, 78, 0.35);
}

.rl-button-primary:hover[b-mndeg2d2gx] {
    background: #d43d3d;
}

.rl-button-ghost[b-mndeg2d2gx] {
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.rl-button-ghost:disabled[b-mndeg2d2gx] {
    cursor: not-allowed;
    opacity: 0.55;
}

.rl-button-arrow[b-mndeg2d2gx] {
    font-weight: 700;
}

.rl-hero-proof[b-mndeg2d2gx] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.rl-hero-avatars[b-mndeg2d2gx] {
    display: flex;
}

.rl-hero-avatars img[b-mndeg2d2gx] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #1a1f3d;
    object-fit: cover;
    margin-left: -10px;
}


.rl-hero-avatars img:first-child[b-mndeg2d2gx] {
    margin-left: 0;
}

.rl-hero-proof-title[b-mndeg2d2gx] {
    font-weight: 600;
    margin: 0;
}

.rl-hero-proof-body[b-mndeg2d2gx] {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.rl-hero-panel[b-mndeg2d2gx] {
    position: relative;
    display: none;
    animation: rl-fade-up-b-mndeg2d2gx 1s ease 0.2s both;
}

.rl-hero-panel-glow[b-mndeg2d2gx] {
    position: absolute;
    inset: -30px;
    background: linear-gradient(135deg, rgba(233, 78, 78, 0.25), rgba(78, 205, 196, 0.2));
    filter: blur(40px);
    border-radius: 32px;
}

.rl-hero-panel-card[b-mndeg2d2gx] {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    animation: rl-panel-float-b-mndeg2d2gx 8s ease-in-out infinite;
}

.rl-hero-panel-grid[b-mndeg2d2gx] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}


.rl-hero-panel-item[b-mndeg2d2gx] {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 1rem;
    display: grid;
    gap: 0.4rem;
}

.rl-hero-panel-item p[b-mndeg2d2gx] {
    margin: 0;
    font-weight: 600;
}

.rl-hero-panel-item span[b-mndeg2d2gx] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.rl-hero-panel-icon[b-mndeg2d2gx] {
    font-size: 1.8rem;
    color: #ffffff;
}

.rl-hero-earnings[b-mndeg2d2gx] {
    margin-top: 1.5rem;
    background: linear-gradient(120deg, #e94e4e, #ff7b7b);
    border-radius: 18px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rl-hero-earnings p[b-mndeg2d2gx] {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}

.rl-hero-earnings strong[b-mndeg2d2gx] {
    display: block;
    font-size: 1.8rem;
    margin-top: 0.25rem;
}


.rl-scroll-indicator[b-mndeg2d2gx] {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.rl-scroll-indicator span[b-mndeg2d2gx] {
    width: 22px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.rl-scroll-indicator span[b-mndeg2d2gx]::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    animation: rl-scroll-dot-b-mndeg2d2gx 2.2s ease-in-out infinite;
}

.rl-video-modal-backdrop[b-mndeg2d2gx] {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(8, 12, 24, 0.82);
    backdrop-filter: blur(10px);
}

.rl-video-modal[b-mndeg2d2gx] {
    width: min(100%, 980px);
    border-radius: 28px;
    background: #091121;
    color: #ffffff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

.rl-video-modal-header[b-mndeg2d2gx] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.4rem 1.5rem 1rem;
}

.rl-video-modal-header h2[b-mndeg2d2gx] {
    margin: 0.35rem 0 0;
    color: #ffffff;
    font-size: clamp(1.3rem, 3vw, 2rem);
}

.rl-video-modal-close[b-mndeg2d2gx] {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.rl-video-modal-close:hover[b-mndeg2d2gx] {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}

.rl-video-frame[b-mndeg2d2gx] {
    padding: 0 1rem 1rem;
}

.rl-video-player[b-mndeg2d2gx] {
    display: block;
    width: 100%;
    max-height: min(70vh, 720px);
    border-radius: 22px;
    background: #000000;
}

.rl-section[b-mndeg2d2gx] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-mndeg2d2gx] {
    background: #f5f6fb;
}

.rl-section-header[b-mndeg2d2gx] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.rl-section-header h2[b-mndeg2d2gx] {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #1a1f3d;
    margin: 0.5rem 0 1rem;
}


.rl-section-header p[b-mndeg2d2gx] {
    color: #5f6b85;
    max-width: 640px;
    margin: 0 auto;
}

.rl-index-link[b-mndeg2d2gx] {
    color: #0f766e;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.rl-index-link:hover[b-mndeg2d2gx] {
    color: #e94e4e;
}

.rl-index-link-on-dark[b-mndeg2d2gx] {
    color: #ffffff;
}

.rl-index-link-on-dark:hover[b-mndeg2d2gx] {
    color: #4ecdc4;
}


.rl-section-eyebrow[b-mndeg2d2gx] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

.rl-section-header-split[b-mndeg2d2gx] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 1.5rem;
}

.rl-section-header-split > div[b-mndeg2d2gx] {
    text-align: center;
}

.rl-link-button[b-mndeg2d2gx] {
    border: none;
    background: none;
    color: #1a1f3d;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.rl-how-grid[b-mndeg2d2gx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}


.rl-how-title[b-mndeg2d2gx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.rl-how-title h3[b-mndeg2d2gx] {
    margin: 0;
    font-size: 1.5rem;
    color: #1a1f3d;
}


.rl-how-badge[b-mndeg2d2gx] {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.rl-how-badge-teal[b-mndeg2d2gx] {
    background: linear-gradient(135deg, #4ecdc4, #1fa996);
}

.rl-how-badge-coral[b-mndeg2d2gx] {
    background: linear-gradient(135deg, #e94e4e, #ff7b7b);
}

.rl-how-steps[b-mndeg2d2gx] {
    display: grid;
    gap: 1.5rem;
}

.rl-how-step[b-mndeg2d2gx] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
}

.rl-how-step h4[b-mndeg2d2gx] {
    margin: 0 0 0.4rem;
    color: #1a1f3d;
}


.rl-how-step p[b-mndeg2d2gx] {
    margin: 0;
    color: #5f6b85;
}


.rl-how-step-icon[b-mndeg2d2gx] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.rl-how-step-icon-teal[b-mndeg2d2gx] {
    color: #1fa996;
}

.rl-how-step-icon-coral[b-mndeg2d2gx] {
    color: #e94e4e;
}

.rl-categories-grid[b-mndeg2d2gx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}


.rl-category-card[b-mndeg2d2gx] {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 280px;
    color: #ffffff;
    cursor: pointer;
}

.rl-category-card img[b-mndeg2d2gx] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}


.rl-category-card:hover img[b-mndeg2d2gx] {
    transform: scale(1.08);
}

.rl-category-card[b-mndeg2d2gx]::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.85;
}

.rl-category-orange[b-mndeg2d2gx]::after { background: linear-gradient(180deg, rgba(255, 126, 95, 0.85), rgba(233, 78, 78, 0.85)); }
.rl-category-green[b-mndeg2d2gx]::after { background: linear-gradient(180deg, rgba(35, 184, 163, 0.85), rgba(28, 153, 135, 0.85)); }
.rl-category-purple[b-mndeg2d2gx]::after { background: linear-gradient(180deg, rgba(140, 92, 231, 0.85), rgba(92, 64, 186, 0.85)); }
.rl-category-blue[b-mndeg2d2gx]::after { background: linear-gradient(180deg, rgba(52, 144, 220, 0.85), rgba(0, 109, 190, 0.85)); }
.rl-category-pink[b-mndeg2d2gx]::after { background: linear-gradient(180deg, rgba(244, 114, 182, 0.85), rgba(225, 29, 72, 0.85)); }
.rl-category-slate[b-mndeg2d2gx]::after { background: linear-gradient(180deg, rgba(71, 85, 105, 0.85), rgba(30, 41, 59, 0.85)); }

.rl-category-content[b-mndeg2d2gx] {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
}

.rl-category-content span[b-mndeg2d2gx] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}


.rl-category-content h3[b-mndeg2d2gx] {
    margin: 0.4rem 0 1rem;
    font-size: 1.5rem;
}

.rl-category-support[b-mndeg2d2gx] {
    margin: -0.35rem 0 0.9rem;
}

.rl-category-support a[b-mndeg2d2gx] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.rl-category-support a:hover[b-mndeg2d2gx] {
    color: #ffffff;
}


.rl-category-link[b-mndeg2d2gx] {
    font-weight: 600;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.rl-category-card:hover .rl-category-link[b-mndeg2d2gx] {
    opacity: 1;
    transform: translateY(0);
}

.rl-section-dark[b-mndeg2d2gx] {
    background: var(--rentlokr-navy);
    color: #ffffff;
    position: relative;
}

.rl-section-dark[b-mndeg2d2gx]::before,
.rl-section-dark[b-mndeg2d2gx]::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.3;
    z-index: 0;
}

.rl-section-dark[b-mndeg2d2gx]::before {
    top: -100px;
    left: 10%;
    background: rgba(233, 78, 78, 0.4);
}

.rl-section-dark[b-mndeg2d2gx]::after {
    bottom: -120px;
    right: 15%;
    background: rgba(78, 205, 196, 0.35);
}

.rl-section-dark .rl-shell[b-mndeg2d2gx] {
    position: relative;
    z-index: 1;
}

.rl-section-header-light h2[b-mndeg2d2gx],
.rl-section-header-light p[b-mndeg2d2gx] {
    color: #ffffff;
}


.rl-section-header-light p[b-mndeg2d2gx] {
    color: rgba(255, 255, 255, 0.6);
}


.rl-why-grid[b-mndeg2d2gx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}


.rl-why-card[b-mndeg2d2gx] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 1.75rem;
    backdrop-filter: blur(8px);
}

.rl-why-card h3[b-mndeg2d2gx] {
    margin: 1rem 0 0.75rem;
}


.rl-why-card p[b-mndeg2d2gx] {
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

.rl-hyperlocal-link[b-mndeg2d2gx] {
    display: inline-flex;
    margin-top: 1rem;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.rl-hyperlocal-link:hover[b-mndeg2d2gx] {
    text-decoration: underline;
}


.rl-why-icon[b-mndeg2d2gx] {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.rl-why-icon-amber[b-mndeg2d2gx] { color: #f59e0b; }
.rl-why-icon-green[b-mndeg2d2gx] { color: #16a34a; }
.rl-why-icon-blue[b-mndeg2d2gx] { color: #2563eb; }
.rl-why-icon-purple[b-mndeg2d2gx] { color: #7c3aed; }
.rl-why-icon-rose[b-mndeg2d2gx] { color: #e11d48; }
.rl-why-icon-teal[b-mndeg2d2gx] { color: #0f766e; }

.rl-why-stats[b-mndeg2d2gx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}


.rl-why-stats strong[b-mndeg2d2gx] {
    font-size: 2rem;
    display: block;
    background: linear-gradient(90deg, #e94e4e, #ff7b7b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


.rl-why-stats span[b-mndeg2d2gx] {
    color: rgba(255, 255, 255, 0.6);
}


.rl-testimonials-grid[b-mndeg2d2gx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}

.rl-testimonials-share[b-mndeg2d2gx] {
    display: grid;
    justify-items: center;
    gap: 1rem;
}

.rl-testimonials-feedback[b-mndeg2d2gx] {
    margin: 0;
    color: #475569;
    font-size: 0.95rem;
    text-align: center;
}

.rl-testimonials-feedback-success[b-mndeg2d2gx] {
    color: #166534;
}

.rl-testimonials-feedback-info[b-mndeg2d2gx] {
    color: #1d4ed8;
}

.rl-testimonials-feedback-error[b-mndeg2d2gx] {
    color: #b91c1c;
}

.rl-testimonial-card[b-mndeg2d2gx] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.rl-testimonial-stars[b-mndeg2d2gx] {
    color: #f59e0b;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}


.rl-testimonial-quote[b-mndeg2d2gx] {
    color: #334155;
    line-height: 1.6;
    margin-bottom: 2rem;
}


.rl-testimonial-author[b-mndeg2d2gx] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rl-testimonial-author img[b-mndeg2d2gx] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}


.rl-testimonial-author p[b-mndeg2d2gx] {
    margin: 0;
    font-weight: 600;
    color: #1a1f3d;
}


.rl-testimonial-author span[b-mndeg2d2gx] {
    font-size: 0.85rem;
    color: #64748b;
}


.rl-section-waitlist[b-mndeg2d2gx] {
    background: #ffffff;
    position: relative;
}

.rl-section-waitlist[b-mndeg2d2gx]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(233, 78, 78, 0.06), transparent 60%);
}

.rl-waitlist-card[b-mndeg2d2gx] {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.rl-waitlist-icon[b-mndeg2d2gx] {
    font-size: 3rem;
    color: #e94e4e;
    margin-bottom: 1.5rem;
}

.rl-waitlist-card h2[b-mndeg2d2gx] {
    color: #1a1f3d;
    margin-bottom: 1rem;
}


.rl-waitlist-card p[b-mndeg2d2gx] {
    color: #5f6b85;
    margin-bottom: 2rem;
}


[b-mndeg2d2gx] .rl-waitlist-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: 1rem;
    justify-content: center;
    scroll-margin-top: 34vh;
}

[b-mndeg2d2gx] .rl-waitlist-form input {
    flex: 1 1 400px;
    min-width: 320px;
    border-radius: 999px;
    border: 2px solid #e2e8f0;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
}

.rl-waitlist-validation[b-mndeg2d2gx] {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: #b91c1c;
    text-align: center;
}

.rl-waitlist-validation-row[b-mndeg2d2gx] {
    flex: 0 0 100%;
}

.rl-waitlist-location-row[b-mndeg2d2gx] {
    flex: 0 0 100%;
}

.rl-waitlist-location-button[b-mndeg2d2gx] {
    white-space: nowrap;
}

.rl-waitlist-location-message[b-mndeg2d2gx] {
    margin-top: 0.25rem;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.rl-waitlist-location-message-success[b-mndeg2d2gx] {
    color: #166534;
}

.rl-waitlist-location-message-info[b-mndeg2d2gx] {
    color: #475569;
}

.rl-waitlist-feedback[b-mndeg2d2gx] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.rl-waitlist-feedback-success[b-mndeg2d2gx] {
    color: #166534;
}

.rl-waitlist-feedback-info[b-mndeg2d2gx] {
    color: #1d4ed8;
}

.rl-waitlist-feedback-error[b-mndeg2d2gx] {
    color: #b91c1c;
}


.rl-waitlist-note[b-mndeg2d2gx] {
    font-size: 0.9rem;
    color: #94a3b8;
}

@media (min-width: 900px) {
    .rl-hero-panel[b-mndeg2d2gx] {
        display: block;
    }

    [b-mndeg2d2gx] .rl-waitlist-form input {
        flex-basis: 100%;
        max-width: 520px;
    }
}

@media (max-width: 720px) {
    .rl-hero[b-mndeg2d2gx] {
        padding-top: 3.5rem;
    }

    .rl-section-header[b-mndeg2d2gx] {
        text-align: left;
    }

    .rl-section-header p[b-mndeg2d2gx] {
        margin-left: 0;
    }

    .rl-video-modal-backdrop[b-mndeg2d2gx] {
        padding: 0.75rem;
    }

    .rl-video-modal-header[b-mndeg2d2gx] {
        padding: 1rem 1rem 0.75rem;
    }

    .rl-video-frame[b-mndeg2d2gx] {
        padding: 0 0.75rem 0.75rem;
    }

}

@media (min-width: 980px) {
    .rl-categories-grid[b-mndeg2d2gx] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rl-why-grid[b-mndeg2d2gx] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .rl-orb[b-mndeg2d2gx],
    .rl-confetti[b-mndeg2d2gx],
    .rl-hero-grid[b-mndeg2d2gx],
    .rl-hero-panel[b-mndeg2d2gx],
    .rl-hero-panel-card[b-mndeg2d2gx],
    .rl-scroll-indicator span[b-mndeg2d2gx]::after {
        animation: none !important;
    }
}

@keyframes rl-orb-float-b-mndeg2d2gx {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(12px, -10px, 0) scale(1.05); }
}

@keyframes rl-confetti-float-b-mndeg2d2gx {
    0% { transform: translate3d(0, -40px, 0) rotate(0deg); opacity: 0; }
    10% { opacity: 0.9; }
    50% { transform: translate3d(18px, 30px, 0) rotate(45deg); }
    90% { opacity: 0.9; }
    100% { transform: translate3d(-10px, 90px, 0) rotate(90deg); opacity: 0; }
}

@keyframes rl-confetti-sway-b-mndeg2d2gx {
    0%, 100% { filter: blur(0); }
    50% { filter: blur(0.4px); }
}

@keyframes rl-fade-up-b-mndeg2d2gx {
    0% { opacity: 0; transform: translate3d(0, 24px, 0); }
    100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes rl-panel-float-b-mndeg2d2gx {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -10px, 0); }
}

@keyframes rl-scroll-dot-b-mndeg2d2gx {
    0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.4; }
    50% { transform: translate3d(0, 8px, 0); opacity: 1; }
}
/* _content/WebApp/Components/Pages/Listing/CreateRentalItem.razor.rz.scp.css */

.listing-image-card[b-05e3fkpf3t] {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.listing-image-header[b-05e3fkpf3t] {
    width: min(100%, 860px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.listing-image-tile[b-05e3fkpf3t] {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    background: #f6f7f9;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.listing-image-order[b-05e3fkpf3t] {
    position: absolute;
    top: 8px;
    left: 8px;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.88);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.24);
    z-index: 3;
}

.listing-image-cover-badge[b-05e3fkpf3t] {
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #8a5a00;
    border: 1px solid rgba(201, 154, 18, 0.26);
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 3;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}

.listing-image-remove[b-05e3fkpf3t] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(220, 38, 38, 0.18);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
    color: #b91c1c;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
}

.listing-image-preview[b-05e3fkpf3t] {
    width: 100%;
    height: 100%;
    display: block;
}

.listing-image-remove:hover[b-05e3fkpf3t] {
    background-color: #fff5f5;
}

.listing-image-clear-button[b-05e3fkpf3t] {
    flex-shrink: 0;
}

.listing-image-toolbar[b-05e3fkpf3t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.listing-image-order-button[b-05e3fkpf3t] {
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.listing-image-order-button:hover:not(:disabled)[b-05e3fkpf3t] {
    background: #f8fafc;
    border-color: rgba(37, 99, 235, 0.32);
    color: #1d4ed8;
}

.listing-image-order-button:disabled[b-05e3fkpf3t] {
    opacity: 0.42;
    cursor: not-allowed;
}

.listing-image-meta[b-05e3fkpf3t] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.listing-image-position-label[b-05e3fkpf3t] {
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 600;
}

.listing-image-position-subtitle[b-05e3fkpf3t] {
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1.3;
}

.listing-image-grid[b-05e3fkpf3t] {
    align-items: flex-start;
}

.listing-upload-tile[b-05e3fkpf3t] {
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-radius: 12px;
    border-style: dashed;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.98));
    cursor: pointer;
}

.listing-similar-column[b-05e3fkpf3t] {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    height: 600px;
    overflow-y: auto;
}

.listing-similar-card[b-05e3fkpf3t] {
    cursor: pointer;
}

.listing-similar-image[b-05e3fkpf3t] {
    object-fit: cover;
    margin-right: 16px;
}

.listing-similar-description[b-05e3fkpf3t] {
    max-width: 520px;
}

.listing-calendar-table[b-05e3fkpf3t] {
    table-layout: fixed;
    width: 100%;
}

.listing-calendar-header[b-05e3fkpf3t] {
    text-align: center;
    width: 14.2857%;
}

.listing-calendar-cell[b-05e3fkpf3t] {
    text-align: center;
    width: 14.2857%;
    padding: 1px;
}

.listing-calendar-day[b-05e3fkpf3t] {
    height: 2.75rem;
    font-size: 0.875rem;
}

.listing-calendar-spacer[b-05e3fkpf3t] {
    aspect-ratio: 1 / 1;
    max-width: 48px;
}

.listing-finish-preview-card[b-05e3fkpf3t] {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.listing-finish-preview-frame[b-05e3fkpf3t] {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f7f9;
    border-radius: 10px;
    overflow: hidden;
}

.listing-finish-preview-image[b-05e3fkpf3t] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.listing-multiline-text[b-05e3fkpf3t] {
    white-space: pre-wrap;
    line-height: 1.6;
}

.listing-create-upload-input[b-05e3fkpf3t] {
    opacity: 0;
}

.listing-create-eligibility-alert[b-05e3fkpf3t] {
    border-color: rgba(217, 119, 6, 0.35);
    background: linear-gradient(180deg, rgba(255, 251, 235, 0.95), rgba(255, 255, 255, 0.98));
}
/* _content/WebApp/Components/Pages/Listing/EditRentalItem.razor.rz.scp.css */
.edit-listing-image-card[b-4mg8u8az8d] {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.edit-listing-image-header[b-4mg8u8az8d] {
    width: min(100%, 860px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.edit-listing-image-grid[b-4mg8u8az8d] {
    align-items: flex-start;
}

.edit-listing-image-tile[b-4mg8u8az8d] {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    background: #f6f7f9;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.edit-listing-image-order[b-4mg8u8az8d] {
    position: absolute;
    top: 8px;
    left: 8px;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.88);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.24);
    z-index: 3;
}

.edit-listing-image-cover-badge[b-4mg8u8az8d] {
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #8a5a00;
    border: 1px solid rgba(201, 154, 18, 0.26);
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 3;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}

.edit-listing-image-status-badge[b-4mg8u8az8d] {
    position: absolute;
    right: 8px;
    bottom: 8px;
    max-width: 128px;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.96);
    color: #334155;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
    z-index: 4;
}

.edit-listing-image-status-badge.is-pending[b-4mg8u8az8d] {
    color: #92400e;
    border-color: rgba(217, 119, 6, 0.28);
    background: rgba(255, 251, 235, 0.97);
}

.edit-listing-image-status-badge.is-approved[b-4mg8u8az8d],
.edit-listing-image-status-badge.is-classified[b-4mg8u8az8d] {
    color: #166534;
    border-color: rgba(22, 163, 74, 0.28);
    background: rgba(240, 253, 244, 0.97);
}

.edit-listing-image-status-badge.is-live[b-4mg8u8az8d] {
    color: #075985;
    border-color: rgba(14, 165, 233, 0.28);
    background: rgba(240, 249, 255, 0.97);
}

.edit-listing-image-status-badge.is-rejected[b-4mg8u8az8d] {
    color: #991b1b;
    border-color: rgba(220, 38, 38, 0.28);
    background: rgba(254, 242, 242, 0.97);
}

.edit-listing-image-remove[b-4mg8u8az8d] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(220, 38, 38, 0.18);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
    color: #b91c1c;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
}

.edit-listing-image-remove:hover:not(:disabled)[b-4mg8u8az8d] {
    background-color: #fff5f5;
}

.edit-listing-image-remove:disabled[b-4mg8u8az8d] {
    opacity: 0.42;
    cursor: not-allowed;
}

.edit-listing-image-preview[b-4mg8u8az8d] {
    width: 100%;
    height: 100%;
    display: block;
}

.edit-listing-image-toolbar[b-4mg8u8az8d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.edit-listing-image-order-button[b-4mg8u8az8d] {
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.edit-listing-image-order-button:hover:not(:disabled)[b-4mg8u8az8d] {
    background: #f8fafc;
    border-color: rgba(37, 99, 235, 0.32);
    color: #1d4ed8;
}

.edit-listing-image-order-button:disabled[b-4mg8u8az8d] {
    opacity: 0.42;
    cursor: not-allowed;
}

.edit-listing-image-meta[b-4mg8u8az8d] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.edit-listing-image-position-label[b-4mg8u8az8d] {
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 600;
}

.edit-listing-image-position-subtitle[b-4mg8u8az8d] {
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1.3;
}

.edit-listing-upload-tile[b-4mg8u8az8d] {
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-radius: 12px;
    border-style: dashed;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.98));
    cursor: pointer;
}

.edit-listing-upload-input[b-4mg8u8az8d] {
    opacity: 0;
}

.edit-listing-calendar-table[b-4mg8u8az8d] {
    table-layout: fixed;
    width: 100%;
}

.edit-listing-calendar-header[b-4mg8u8az8d] {
    text-align: center;
    width: 14.2857%;
}

.edit-listing-calendar-cell[b-4mg8u8az8d] {
    text-align: center;
    width: 14.2857%;
    padding: 1px;
}

.edit-listing-calendar-day[b-4mg8u8az8d] {
    height: 2.75rem;
    font-size: 0.875rem;
}

.edit-listing-calendar-spacer[b-4mg8u8az8d] {
    aspect-ratio: 1 / 1;
    max-width: 48px;
}

.edit-listing-founder-spotlight[b-4mg8u8az8d] {
    border-color: rgba(212, 175, 55, 0.34);
    background: linear-gradient(180deg, rgba(255, 249, 231, 0.9), rgba(255, 255, 255, 0.95));
}
/* _content/WebApp/Components/Pages/PickupReturnProcess.razor.rz.scp.css */
.rl-shell[b-er8use8iib] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.rl-guide-hero[b-er8use8iib] {
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 8rem 0 4rem;
    overflow: hidden;
}

.rl-guide-hero-grid[b-er8use8iib] {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 3rem;
    align-items: center;
}

.rl-guide-hero-copy h1[b-er8use8iib] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.08;
    margin: 1rem 0;
}

.rl-guide-hero-copy p[b-er8use8iib] {
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.12rem;
    line-height: 1.7;
    margin: 0;
}

.rl-guide-hero-media img[b-er8use8iib] {
    display: block;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
}

.rl-guide-actions[b-er8use8iib] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.rl-section[b-er8use8iib] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-er8use8iib] {
    background: #f5f6fb;
}

.rl-section-dark[b-er8use8iib] {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

.rl-section-eyebrow[b-er8use8iib] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

.rl-section-header[b-er8use8iib] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.rl-section-header h2[b-er8use8iib],
.rl-guide-two-column h2[b-er8use8iib],
.rl-guide-feature h2[b-er8use8iib] {
    color: #1a1f3d;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.12;
    margin: 0.5rem 0 1rem;
}

.rl-section-header p[b-er8use8iib],
.rl-guide-two-column p[b-er8use8iib],
.rl-guide-feature p[b-er8use8iib] {
    color: #5f6b85;
    line-height: 1.7;
    margin: 0;
}

.rl-guide-steps[b-er8use8iib] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.rl-guide-step[b-er8use8iib],
.rl-guide-callout[b-er8use8iib] {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.07);
}

.rl-guide-step span[b-er8use8iib] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4ecdc4, #1fa996);
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.rl-guide-step h3[b-er8use8iib],
.rl-guide-callout h3[b-er8use8iib] {
    color: #1a1f3d;
    font-size: 1.22rem;
    margin: 0 0 0.65rem;
}

.rl-guide-step p[b-er8use8iib] {
    color: #5f6b85;
    line-height: 1.65;
    margin: 0;
}

.rl-guide-two-column[b-er8use8iib],
.rl-guide-feature[b-er8use8iib] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    align-items: start;
}

.rl-guide-checklist[b-er8use8iib] {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 1rem;
}

.rl-guide-checklist li[b-er8use8iib] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: #334155;
    line-height: 1.55;
}

.rl-guide-checklist .mud-icon-root[b-er8use8iib] {
    color: #0f766e;
    flex: 0 0 auto;
    margin-top: 0.1rem;
}

.rl-guide-callout[b-er8use8iib] {
    background: #ffffff;
}

.rl-guide-callout .mud-icon-root[b-er8use8iib] {
    color: #e94e4e;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.rl-guide-cta[b-er8use8iib] {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.rl-guide-cta h2[b-er8use8iib] {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 0 0 1rem;
}

.rl-guide-cta p[b-er8use8iib] {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    margin: 0 0 2rem;
}

.rl-button[b-er8use8iib] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.9rem 1.5rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
}

.rl-button-primary[b-er8use8iib] {
    background: #e94e4e;
    color: #ffffff;
}

.rl-button-outline[b-er8use8iib] {
    border-color: currentColor;
    color: inherit;
}

@media (max-width: 980px) {
    .rl-guide-hero-grid[b-er8use8iib],
    .rl-guide-two-column[b-er8use8iib],
    .rl-guide-feature[b-er8use8iib] {
        grid-template-columns: 1fr;
    }

    .rl-guide-steps[b-er8use8iib] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .rl-guide-hero[b-er8use8iib] {
        padding: 6rem 0 3rem;
    }

    .rl-guide-steps[b-er8use8iib] {
        grid-template-columns: 1fr;
    }
}
/* _content/WebApp/Components/Pages/Rental/Rental.razor.rz.scp.css */
.rental[b-spda6543hp] {
    padding: 0 10rem;
    display: flex;
    gap: 6rem;
}

    .rental .rental-filter[b-spda6543hp] {
        flex-grow: 1;
        min-width: 14rem;
    }

        .rental .rental-filter .rental-filter-header[b-spda6543hp] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-self: stretch;
            gap: 0.7rem;
        }

        .rental .rental-filter .filter-reset[b-spda6543hp] {
            margin-left: auto;
        }

            .rental .rental-filter .filter-reset:hover[b-spda6543hp] {
                cursor: pointer;
            }

        .rental .rental-filter .filter-badge[b-spda6543hp] {
            background: #000;
            color: #FFF;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 0.75rem;
            width: 1.5rem;
            height: 1.5rem;
            line-height: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

    .rental .rental-filter-group h3[b-spda6543hp] {
        color: #000;
        font-size: 1rem;
        font-weight: 600;
        line-height: 150%;
    }

    .rental .rental-filter-group .rental-filter-group-tags[b-spda6543hp] {
        border-top: 1px solid #404040;
        display: flex;
        padding: 0.75rem 0;
        align-items: center;
        align-content: center;
        gap: 0.25rem;
        align-self: stretch;
        flex-wrap: wrap;
    }

.rental-filter-group-tags .rental-filter-tag[b-spda6543hp] {
    display: flex;
    padding: 0.5rem 0.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    border-radius: 1.25rem;
    color: #404040;
    font-family: 'Open Sans';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

    .rental-filter-group-tags .rental-filter-tag:hover[b-spda6543hp] {
        cursor: pointer;
    }

    .rental-filter-group-tags .rental-filter-tag.active[b-spda6543hp] {
        background: #000;
        color: #FFF;
    }

.rental .rental-items[b-spda6543hp] {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 2.5rem;
    flex-wrap: wrap;
    flex-grow: 1;
}

.page-links[b-spda6543hp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
}

[b-spda6543hp] a {
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: #F7F7F7;
    color: #000;
    text-decoration: none;
}

.page-links[b-spda6543hp]  a.active-page {
    color: #F7F7F7;
    background-color: #000;
}


@media only screen and (max-width: 480px) {
    .rental[b-spda6543hp] {
        padding: 0 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .page-links[b-spda6543hp] {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .rental[b-spda6543hp] {
        padding: 0 3rem;
        flex-direction: column;
        gap: 1.5rem;
    }

    .page-links[b-spda6543hp] {
        flex-wrap: wrap;
    }
}
/* _content/WebApp/Components/Pages/Rental/RentalDetails.razor.rz.scp.css */
.rental-details-page[b-9kroe8eb6n] {
    padding: 2rem 1.5rem 3rem;
}

.rental-details-grid[b-9kroe8eb6n] {
    width: 100%;
    margin: 0;
    min-height: calc(100vh - 200px);
}

.rental-details-left[b-9kroe8eb6n] {
    display: flex;
    flex-direction: column;
    min-height: 600px;
}

.rental-detail-summary-mobile[b-9kroe8eb6n] {
    display: none;
}

.rental-detail-summary-desktop[b-9kroe8eb6n] {
    display: block;
}

.rental-detail-media[b-9kroe8eb6n] {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 600px;
}

.rental-detail-badges[b-9kroe8eb6n] {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.rental-detail-carousel[b-9kroe8eb6n] {
    flex: 1;
    height: 100%;
    min-height: 600px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.rental-detail-carousel-tall[b-9kroe8eb6n] {
    height: 80vh;
    max-height: 720px;
    min-height: 520px;
    flex: 1;
}

.rental-detail-carousel-item[b-9kroe8eb6n] {
    height: 100% !important;
    width: 100%;
    display: flex;
}

.rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel-swipe,
.rental-detail-carousel[b-9kroe8eb6n]  .mud-swipearea {
    flex: 1;
    height: 100%;
}

.rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel,
.rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel-container,
.rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel-elements-container,
.rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel-swipe,
.rental-detail-carousel[b-9kroe8eb6n]  .mud-swipearea {
    height: 100%;
    min-height: 520px;
}

.rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel-item {
    position: relative !important;
    height: 100% !important;
    inset: 0;
}

.rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel-item-content,
.rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel-item > * {
    height: 100%;
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    min-height: 520px;
}

.rental-detail-image-frame[b-9kroe8eb6n] {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f6f7f9;
    border-radius: 16px;
    flex: 1 1 auto;
}

.rental-detail-image[b-9kroe8eb6n] {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    display: block;
    margin: 0 auto;
}

.rental-detail-carousel[b-9kroe8eb6n]  img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
}

.rental-details-right[b-9kroe8eb6n] {
    display: flex;
    flex-direction: column;
}

.rental-detail-side[b-9kroe8eb6n] {
    flex: 1;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    padding-right: 8px;
}

.rental-detail-scroll-indicator[b-9kroe8eb6n] {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-self: center;
    position: sticky;
    bottom: 12px;
    z-index: 2;
    transition: opacity 180ms ease, transform 180ms ease;
}

.rental-detail-scroll-indicator span[b-9kroe8eb6n] {
    width: 22px;
    height: 36px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 999px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.rental-detail-scroll-indicator span[b-9kroe8eb6n]::after {
    content: "";
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    animation: rental-detail-scroll-dot-b-9kroe8eb6n 2.2s ease-in-out infinite;
}

.rental-detail-rating-summary[b-9kroe8eb6n] {
    cursor: pointer;
    width: fit-content;
}

.rental-detail-rate-summary[b-9kroe8eb6n] {
    flex-wrap: wrap;
    margin: 0.35rem 0 0.25rem;
}

.rental-detail-primary-rate[b-9kroe8eb6n] {
    color: #111827;
    font-weight: 800;
    line-height: 1.2;
}

.rental-detail-text-block[b-9kroe8eb6n] {
    white-space: pre-wrap;
    line-height: 1.6;
}

.rental-detail-link-inherit[b-9kroe8eb6n] {
    color: inherit;
}

.rental-detail-link-secondary[b-9kroe8eb6n] {
    color: var(--mud-palette-text-secondary);
}

.rental-detail-seller-panel[b-9kroe8eb6n] {
    width: 100%;
}

.rental-detail-seller-panel-founder[b-9kroe8eb6n] {
    position: relative;
}

.rental-detail-seller-copy[b-9kroe8eb6n] {
    min-width: 0;
}

.rental-detail-seller-heading[b-9kroe8eb6n] {
    flex-wrap: wrap;
}

.rental-detail-seller-name[b-9kroe8eb6n] {
    font-weight: 600;
    color: #1f2937;
}

.rental-detail-seller-founder[b-9kroe8eb6n] {
    transform: translateY(1px);
}

.rental-detail-seller-rating[b-9kroe8eb6n] {
    margin-top: 0.15rem;
}

.rental-detail-seller-joined[b-9kroe8eb6n] {
    margin-top: 0.2rem;
}

.rental-detail-review-author[b-9kroe8eb6n] {
    min-width: 0;
}

.rental-detail-review-header-main[b-9kroe8eb6n] {
    flex: 1 1 auto;
    min-width: 0;
}

.rental-detail-verified-chip[b-9kroe8eb6n] {
    width: fit-content;
    align-self: flex-start;
}

.rental-detail-review-report-action[b-9kroe8eb6n] {
    margin-left: auto;
    opacity: 0.55;
    transition: opacity 160ms ease;
}

.rental-detail-review-item:hover .rental-detail-review-report-action[b-9kroe8eb6n],
.rental-detail-review-report-action:focus-within[b-9kroe8eb6n] {
    opacity: 0.9;
}

.rental-detail-reviews-highlight[b-9kroe8eb6n] {
    border-radius: 16px;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.28);
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.08), rgba(139, 92, 246, 0.02));
    transition: box-shadow 220ms ease, background-color 220ms ease, background 220ms ease;
}

.rl-scroll-indicator-hidden[b-9kroe8eb6n] {
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
}

.rental-detail-map-placeholder[b-9kroe8eb6n] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
}

.rental-detail-map[b-9kroe8eb6n] {
    position: relative;
    height: 190px;
    border-radius: 16px;
    overflow: hidden;
    background: #f4f4f4;
    border: 1px solid rgba(0, 0, 0, 0.08);
    
}

.rental-detail-map-frame[b-9kroe8eb6n] {
    width: 100%;
    height: 100%;
    border: 0;
    
}

.rental-detail-owner-listings-section[b-9kroe8eb6n] {
    width: 100%;
    padding-bottom: 1rem;
}

.rental-detail-owner-listings-rail[b-9kroe8eb6n] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 5rem) / 6);
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    padding-bottom: 0.5rem;
}

.rental-detail-owner-listings-card[b-9kroe8eb6n] {
    min-width: 0;
    scroll-snap-align: start;
}

.rental-detail-owner-listings-actions[b-9kroe8eb6n] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

@media (max-width: 959px) {
    .rental-details-left[b-9kroe8eb6n] {
        min-height: 400px;
    }

    .rental-detail-owner-listings-rail[b-9kroe8eb6n] {
        grid-auto-columns: calc((100% - 2rem) / 3);
    }

    .rental-detail-summary-mobile[b-9kroe8eb6n] {
        display: block;
        margin-bottom: 1rem;
    }

    .rental-detail-summary-desktop[b-9kroe8eb6n] {
        display: none;
    }

    .rental-detail-media[b-9kroe8eb6n] {
        min-height: 320px;
    }

    .rental-detail-carousel[b-9kroe8eb6n],
    .rental-detail-carousel-tall[b-9kroe8eb6n],
    .rental-detail-image-frame[b-9kroe8eb6n],
    .rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel,
    .rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel-container,
    .rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel-elements-container,
    .rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel-item-content,
    .rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel-item > * {
        min-height: 320px;
    }

    .rental-detail-carousel-tall[b-9kroe8eb6n] {
        height: 48vh;
        max-height: 420px;
    }

    .rental-detail-image-frame[b-9kroe8eb6n],
    .rental-detail-carousel[b-9kroe8eb6n]  .mud-carousel-swipe,
    .rental-detail-carousel[b-9kroe8eb6n]  .mud-swipearea,
    .rental-detail-image[b-9kroe8eb6n] {
        touch-action: pan-y pinch-zoom;
    }

    .rental-detail-side[b-9kroe8eb6n] {
        max-height: none;
        overflow-y: visible;
    }
}

@media (max-width: 1279px) and (min-width: 960px) {
    .rental-detail-owner-listings-rail[b-9kroe8eb6n] {
        grid-auto-columns: calc((100% - 3rem) / 4);
    }
}

@media (max-width: 599px) {
    .rental-detail-owner-listings-rail[b-9kroe8eb6n] {
        grid-auto-columns: calc((100% - 1rem) / 2);
    }
}

@keyframes rental-detail-scroll-dot-b-9kroe8eb6n {
    0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.4; }
    50% { transform: translate3d(0, 8px, 0); opacity: 1; }
}
/* _content/WebApp/Components/Pages/Safety.razor.rz.scp.css */
.rl-shell[b-6qt6u2plzx] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Hero Section */
.rl-safety-hero[b-6qt6u2plzx] {
    position: relative;
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.rl-safety-hero-bg[b-6qt6u2plzx] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.rl-safety-orb[b-6qt6u2plzx] {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.rl-safety-orb-green[b-6qt6u2plzx] {
    top: -150px;
    left: -100px;
    background: rgba(22, 163, 74, 0.5);
}

.rl-safety-orb-blue[b-6qt6u2plzx] {
    bottom: -200px;
    right: -100px;
    background: rgba(59, 130, 246, 0.4);
}

.rl-safety-hero-content[b-6qt6u2plzx] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.rl-safety-shield[b-6qt6u2plzx] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 20px 60px rgba(22, 197, 94, 0.4);
}

    .rl-safety-shield .mud-icon-root[b-6qt6u2plzx] {
        font-size: 3rem;
        color: #ffffff;
    }

.rl-safety-hero-content h1[b-6qt6u2plzx] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 1rem 0;
    line-height: 1.1;
}

.rl-safety-hero-content p[b-6qt6u2plzx] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* Section Styles */
.rl-section[b-6qt6u2plzx] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-6qt6u2plzx] {
    background: #f5f6fb;
}

.rl-section-dark[b-6qt6u2plzx] {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

.rl-section-eyebrow[b-6qt6u2plzx] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

.rl-section-header[b-6qt6u2plzx] {
    text-align: center;
    margin-bottom: 3.5rem;
}

    .rl-section-header h2[b-6qt6u2plzx] {
        font-size: clamp(2rem, 4vw, 3rem);
        color: #1a1f3d;
        margin: 0.5rem 0 1rem;
    }

    .rl-section-header p[b-6qt6u2plzx] {
        color: #5f6b85;
        max-width: 640px;
        margin: 0 auto;
    }

/* Safety Features Grid */
.rl-safety-features-grid[b-6qt6u2plzx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 1024px) {
    .rl-safety-features-grid[b-6qt6u2plzx] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .rl-safety-features-grid[b-6qt6u2plzx] {
        grid-template-columns: 1fr;
    }
}

.rl-safety-feature-card[b-6qt6u2plzx] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .rl-safety-feature-card:hover[b-6qt6u2plzx] {
        transform: translateY(-4px);
        box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
    }

.rl-safety-feature-icon[b-6qt6u2plzx] {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.rl-safety-icon-blue[b-6qt6u2plzx] {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.rl-safety-icon-green[b-6qt6u2plzx] {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}

.rl-safety-icon-purple[b-6qt6u2plzx] {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
}

.rl-safety-icon-teal[b-6qt6u2plzx] {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.rl-safety-icon-amber[b-6qt6u2plzx] {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

.rl-safety-icon-coral[b-6qt6u2plzx] {
    background: linear-gradient(135deg, #e94e4e, #ff7b7b);
}

.rl-safety-feature-card h3[b-6qt6u2plzx] {
    font-size: 1.35rem;
    color: #1a1f3d;
    margin: 0 0 0.75rem;
}

.rl-safety-feature-card > p[b-6qt6u2plzx] {
    color: #5f6b85;
    line-height: 1.6;
    margin: 0 0 1.5rem;
}

.rl-safety-checklist[b-6qt6u2plzx] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .rl-safety-checklist li[b-6qt6u2plzx] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: #5f6b85;
        font-size: 0.9rem;
    }

    .rl-safety-checklist .mud-icon-root[b-6qt6u2plzx] {
        font-size: 1rem;
        color: #22c55e;
    }

/* Safety Tips */
.rl-safety-tips-layout[b-6qt6u2plzx] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.rl-safety-tips-content h2[b-6qt6u2plzx] {
    font-size: 2.5rem;
    color: #1a1f3d;
    margin: 0.5rem 0 1rem;
}

.rl-safety-tips-content p[b-6qt6u2plzx] {
    color: #5f6b85;
    max-width: 600px;
}

.rl-safety-tips-grid[b-6qt6u2plzx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 900px) {
    .rl-safety-tips-grid[b-6qt6u2plzx] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .rl-safety-tips-grid[b-6qt6u2plzx] {
        grid-template-columns: 1fr;
    }
}

.rl-safety-tip[b-6qt6u2plzx] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.rl-safety-tip-number[b-6qt6u2plzx] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e94e4e, #ff7b7b);
    color: #ffffff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rl-safety-tip-content h4[b-6qt6u2plzx] {
    font-size: 1.1rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-safety-tip-content p[b-6qt6u2plzx] {
    color: #5f6b85;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Report Section */
.rl-safety-report[b-6qt6u2plzx] {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.rl-safety-report-icon[b-6qt6u2plzx] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

    .rl-safety-report-icon .mud-icon-root[b-6qt6u2plzx] {
        font-size: 2.5rem;
        color: #da7a0a;
    }

.rl-safety-report h2[b-6qt6u2plzx] {
    font-size: 2.5rem;
    margin: 0 0 1rem;
}

.rl-safety-report p[b-6qt6u2plzx] {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.rl-safety-report-actions[b-6qt6u2plzx] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* FAQ Section */
.rl-safety-faq[b-6qt6u2plzx] {
    max-width: 800px;
    margin: 0 auto;
}

.rl-safety-faq-panels[b-6qt6u2plzx] {
    background: transparent;
}

    .rl-safety-faq-panels .mud-expand-panel[b-6qt6u2plzx] {
        background: #ffffff;
        border-radius: 16px;
        margin-bottom: 1rem;
        box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
        overflow: hidden;
    }

    .rl-safety-faq-panels .mud-expand-panel-header[b-6qt6u2plzx] {
        font-weight: 600;
        color: #1a1f3d;
        padding: 1.25rem 1.5rem;
    }

    .rl-safety-faq-panels .mud-expand-panel-content[b-6qt6u2plzx] {
        padding: 0 1.5rem 1.25rem;
    }

        .rl-safety-faq-panels .mud-expand-panel-content p[b-6qt6u2plzx] {
            color: #5f6b85;
            line-height: 1.6;
            margin: 0;
        }

/* Buttons */
.rl-button[b-6qt6u2plzx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rl-button-primary[b-6qt6u2plzx] {
    background: #e94e4e;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(233, 78, 78, 0.35);
}

    .rl-button-primary:hover[b-6qt6u2plzx] {
        background: #d43d3d;
    }

.rl-button-ghost[b-6qt6u2plzx] {
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}
/* _content/WebApp/Components/Pages/Search/FilterPanel.razor.rz.scp.css */
.filter-panel[b-hxzbpophcz] {
    font-size: 0.875rem;
}

.filter-label[b-hxzbpophcz] {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--mud-palette-text-secondary);
}

.filter-value[b-hxzbpophcz] {
    font-size: 0.8rem;
}

.category-tree[b-hxzbpophcz] {
    width: 100%;
    max-width: 100%;
}

.category-tree[b-hxzbpophcz]  .mud-treeview-item {
    width: 100%;
}

.category-tree[b-hxzbpophcz]  .mud-treeview-item-content {
    padding: 0;
    width: 100%;
}

.category-item[b-hxzbpophcz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.15s;
    font-size: 0.8rem;
    line-height: 1.2;
}

.category-item:hover[b-hxzbpophcz] {
    background-color: var(--mud-palette-action-default-hover);
}

.category-item.selected[b-hxzbpophcz] {
    background-color: var(--mud-palette-primary);
    color: white;
}

.category-name[b-hxzbpophcz] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    margin-right: 4px;
}

.category-count[b-hxzbpophcz] {
    font-size: 0.7rem;
    opacity: 0.8;
    flex-shrink: 0;
}

.compact-slider[b-hxzbpophcz] {
    margin-top: -8px;
}

.filter-action-button[b-hxzbpophcz] {
    font-size: 0.75rem;
}

.filter-action-clear[b-hxzbpophcz] {
    padding: 4px 8px;
}

.filter-action-apply[b-hxzbpophcz] {
    padding: 4px 12px;
}

.price-range-slider[b-hxzbpophcz] {
    position: relative;
    height: 18px;
    margin: 4px 0 12px 0;
}

.slider-track[b-hxzbpophcz] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background: #cccccc;
    border-radius: 2px;
}

.slider-range[b-hxzbpophcz] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    background: var(--mud-palette-primary);
    border-radius: 2px;
}

.slider-input[b-hxzbpophcz] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
    margin: 0;
}

.slider-input[b-hxzbpophcz]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: var(--mud-palette-primary);
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.slider-input[b-hxzbpophcz]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: var(--mud-palette-primary);
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.slider-min[b-hxzbpophcz] {
    z-index: 1;
}

.slider-max[b-hxzbpophcz] {
    z-index: 2;
}
/* _content/WebApp/Components/Pages/Search/Search.razor.rz.scp.css */
.sticky-filters[b-4ahmktf63h] {
    position: sticky;
    top: 80px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.search-filter-title[b-4ahmktf63h] {
    font-weight: 600;
}

.search-results-section + .search-results-section[b-4ahmktf63h] {
    margin-top: 2rem;
}

.search-results-section-title[b-4ahmktf63h] {
    font-weight: 600;
    font-size: 1.05rem;
    color: #44546a;
    margin-bottom: 0.85rem;
}

.search-results-grid[b-4ahmktf63h]  > .mud-grid-item {
    display: flex;
}

.search-results-grid[b-4ahmktf63h]  > .mud-grid-item > * {
    width: 100%;
}

@media (max-width: 599.98px) {
    .search-results-grid[b-4ahmktf63h] {
        margin-left: -4px;
        margin-right: -4px;
    }

    .search-results-grid[b-4ahmktf63h]  > .mud-grid-item {
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 4px;
    }
}
/* _content/WebApp/Components/Pages/ServiceAreas.razor.rz.scp.css */
.service-areas-page[b-tzb1xp0yld] {
    display: grid;
    gap: 1.5rem;
}

.service-areas-breadcrumb[b-tzb1xp0yld] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--rentlokr-sub-ink);
    font-size: 0.95rem;
}

.service-areas-header[b-tzb1xp0yld] {
    display: grid;
    gap: 0.85rem;
}

.service-areas-status[b-tzb1xp0yld] {
    width: fit-content;
}

.service-areas-title[b-tzb1xp0yld] {
    margin: 0;
}

.service-areas-subtitle[b-tzb1xp0yld] {
    max-width: 52rem;
    color: var(--rentlokr-sub-ink);
}

.service-areas-card[b-tzb1xp0yld],
.service-areas-footer[b-tzb1xp0yld] {
    border: 1px solid rgba(24, 23, 54, 0.08);
    border-radius: 24px;
    background: #ffffff;
}

.service-areas-county-header[b-tzb1xp0yld] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.service-area-zip-list[b-tzb1xp0yld] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
/* _content/WebApp/Components/Pages/Sms2FaOptInEvidence.razor.rz.scp.css */
.sms-2fa-page[b-qyrdoucyhn] {
    background: #ffffff;
    color: #152033;
}

.sms-2fa-shell[b-qyrdoucyhn] {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.sms-2fa-hero[b-qyrdoucyhn] {
    background: #10223f;
    color: #ffffff;
    padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
}

.sms-2fa-hero h1[b-qyrdoucyhn],
.sms-2fa-section-heading h2[b-qyrdoucyhn],
.sms-2fa-panel h2[b-qyrdoucyhn],
.sms-2fa-flow-card h3[b-qyrdoucyhn] {
    letter-spacing: 0;
}

.sms-2fa-hero h1[b-qyrdoucyhn] {
    max-width: 780px;
    margin: 0.25rem 0 1rem;
    font-size: clamp(2.35rem, 5vw, 4.15rem);
    line-height: 1.03;
}

.sms-2fa-hero p[b-qyrdoucyhn] {
    max-width: 860px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.65;
}

.sms-2fa-eyebrow[b-qyrdoucyhn],
.sms-2fa-kicker[b-qyrdoucyhn] {
    margin: 0;
    color: #d94f45;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sms-2fa-section[b-qyrdoucyhn] {
    padding: clamp(2.75rem, 6vw, 5rem) 0;
}

.sms-2fa-section-light[b-qyrdoucyhn] {
    background: #f5f7fb;
}

.sms-2fa-grid[b-qyrdoucyhn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.sms-2fa-panel[b-qyrdoucyhn],
.sms-2fa-notes[b-qyrdoucyhn],
.sms-2fa-window[b-qyrdoucyhn],
.sms-2fa-flow-card[b-qyrdoucyhn] {
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #ffffff;
}

.sms-2fa-panel[b-qyrdoucyhn],
.sms-2fa-notes[b-qyrdoucyhn],
.sms-2fa-flow-card[b-qyrdoucyhn] {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.sms-2fa-panel-accent[b-qyrdoucyhn] {
    border-color: rgba(217, 79, 69, 0.35);
    background: #fff8f7;
}

.sms-2fa-panel h2[b-qyrdoucyhn],
.sms-2fa-notes h3[b-qyrdoucyhn],
.sms-2fa-header-row h3[b-qyrdoucyhn],
.sms-2fa-section-heading h2[b-qyrdoucyhn],
.sms-2fa-flow-card h3[b-qyrdoucyhn],
.sms-2fa-subheading[b-qyrdoucyhn] {
    margin: 0;
    color: #10223f;
}

.sms-2fa-panel h2[b-qyrdoucyhn] {
    margin-bottom: 0.85rem;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.sms-2fa-panel p[b-qyrdoucyhn],
.sms-2fa-section-heading p[b-qyrdoucyhn] {
    margin: 0;
    color: #516173;
    line-height: 1.65;
}

.sms-2fa-list[b-qyrdoucyhn] {
    margin: 0;
    padding-left: 1.15rem;
    color: #344358;
    line-height: 1.7;
}

.sms-2fa-list li + li[b-qyrdoucyhn] {
    margin-top: 0.45rem;
}

.sms-2fa-link-row[b-qyrdoucyhn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.sms-2fa-link-row a[b-qyrdoucyhn],
.sms-2fa-caption a[b-qyrdoucyhn] {
    color: #165dcc;
    font-weight: 700;
}

.sms-2fa-link-row a[b-qyrdoucyhn] {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 0.9rem;
    border: 1px solid #bfd0ea;
    border-radius: 8px;
    background: #ffffff;
    text-decoration: none;
}

.sms-2fa-section-heading[b-qyrdoucyhn] {
    max-width: 840px;
    margin-bottom: 1.5rem;
}

.sms-2fa-section-heading h2[b-qyrdoucyhn] {
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.sms-2fa-capture[b-qyrdoucyhn] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.25rem;
    align-items: start;
}

.sms-2fa-window[b-qyrdoucyhn] {
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(21, 32, 51, 0.08);
}

.sms-2fa-window-bar[b-qyrdoucyhn] {
    display: flex;
    gap: 0.45rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #e4eaf2;
    background: #eef3f8;
}

.sms-2fa-window-bar span[b-qyrdoucyhn] {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: #aab7c8;
}

.sms-2fa-frame[b-qyrdoucyhn] {
    padding: clamp(1rem, 3vw, 1.75rem);
}

.sms-2fa-header-row[b-qyrdoucyhn],
.sms-2fa-flow-card-top[b-qyrdoucyhn] {
    display: flex;
    gap: 1rem;
    align-items: start;
    justify-content: space-between;
}

.sms-2fa-header-row[b-qyrdoucyhn] {
    margin-bottom: 1.4rem;
}

.sms-2fa-header-row h3[b-qyrdoucyhn],
.sms-2fa-flow-card h3[b-qyrdoucyhn] {
    margin-top: 0.2rem;
    font-size: clamp(1.2rem, 3vw, 1.55rem);
}

.sms-2fa-flow-card-top[b-qyrdoucyhn] {
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.sms-2fa-flow-card-top .mud-icon-root[b-qyrdoucyhn] {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    padding: 0.55rem;
    border-radius: 8px;
    background: #fff0ed;
    color: #d94f45;
}

.sms-2fa-status[b-qyrdoucyhn] {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 800;
}

.sms-2fa-status-required[b-qyrdoucyhn] {
    background: #fff0ed;
    color: #a1362f;
}

.sms-2fa-form-row[b-qyrdoucyhn] {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.sms-2fa-form-row label[b-qyrdoucyhn],
.sms-2fa-mini-screen label[b-qyrdoucyhn] {
    font-weight: 800;
    color: #243449;
}

.sms-2fa-form-row p[b-qyrdoucyhn],
.sms-2fa-caption[b-qyrdoucyhn],
.sms-2fa-mini-screen p[b-qyrdoucyhn] {
    margin: 0;
    color: #617085;
    font-size: 0.92rem;
    line-height: 1.55;
}

.sms-2fa-phone-input[b-qyrdoucyhn] {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    overflow: hidden;
    border: 1px solid #cbd6e4;
    border-radius: 8px;
    background: #ffffff;
}

.sms-2fa-phone-input span[b-qyrdoucyhn] {
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0 0.85rem;
    border-right: 1px solid #cbd6e4;
    background: #f7f9fc;
    color: #42526a;
    font-weight: 800;
}

.sms-2fa-phone-input input[b-qyrdoucyhn] {
    min-width: 0;
    border: 0;
    padding: 0.85rem;
    color: #17243a;
    font: inherit;
}

.sms-2fa-check-row[b-qyrdoucyhn] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.8rem;
    margin: 1rem 0 0.55rem;
    color: #1c2d44;
    font-weight: 800;
}

.sms-2fa-check-row input[b-qyrdoucyhn] {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
    margin-top: 0.12rem;
}

.sms-2fa-check-row-mini[b-qyrdoucyhn] {
    margin-top: 0.8rem;
}

.sms-2fa-caption + .sms-2fa-caption[b-qyrdoucyhn] {
    margin-top: 0.55rem;
}

.sms-2fa-button[b-qyrdoucyhn] {
    margin-top: 1.25rem;
    border: 0;
    border-radius: 8px;
    background: #d94f45;
    color: #ffffff;
    padding: 0.8rem 1rem;
    font-weight: 800;
}

.sms-2fa-button-disabled[b-qyrdoucyhn] {
    background: #c9d2df;
    color: #54657a;
}

.sms-2fa-notes h3[b-qyrdoucyhn] {
    margin-bottom: 0.75rem;
    font-size: 1.15rem;
}

.sms-2fa-flow-grid[b-qyrdoucyhn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.sms-2fa-mini-screen[b-qyrdoucyhn] {
    display: grid;
    gap: 0.55rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    padding: 1rem;
}

.sms-2fa-mini-input[b-qyrdoucyhn] {
    border: 1px solid #cbd6e4;
    border-radius: 8px;
    background: #ffffff;
    color: #17243a;
    padding: 0.8rem 0.85rem;
    font-weight: 700;
}

.sms-2fa-samples[b-qyrdoucyhn] {
    margin: 0;
    padding-left: 1.35rem;
    color: #344358;
    line-height: 1.6;
}

.sms-2fa-samples li + li[b-qyrdoucyhn] {
    margin-top: 0.75rem;
}

.sms-2fa-subheading[b-qyrdoucyhn] {
    margin-top: 1.35rem;
    margin-bottom: 0.7rem;
    font-size: 1.1rem;
}

.sms-2fa-definition-list[b-qyrdoucyhn] {
    display: grid;
    gap: 0.85rem;
    margin: 0;
}

.sms-2fa-definition-list div[b-qyrdoucyhn] {
    display: grid;
    gap: 0.25rem;
}

.sms-2fa-definition-list dt[b-qyrdoucyhn] {
    color: #10223f;
    font-weight: 800;
}

.sms-2fa-definition-list dd[b-qyrdoucyhn] {
    margin: 0;
    color: #42526a;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .sms-2fa-grid[b-qyrdoucyhn],
    .sms-2fa-capture[b-qyrdoucyhn],
    .sms-2fa-flow-grid[b-qyrdoucyhn] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .sms-2fa-header-row[b-qyrdoucyhn] {
        flex-direction: column;
        align-items: flex-start;
    }

    .sms-2fa-link-row a[b-qyrdoucyhn] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/WebApp/Components/Pages/SmsOptInEvidence.razor.rz.scp.css */
.sms-evidence-page[b-pnr6hvpk6v] {
    background: #ffffff;
    color: #152033;
}

.sms-evidence-shell[b-pnr6hvpk6v] {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.sms-evidence-hero[b-pnr6hvpk6v] {
    background: #10223f;
    color: #ffffff;
    padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
}

.sms-evidence-hero h1[b-pnr6hvpk6v],
.sms-evidence-section-heading h2[b-pnr6hvpk6v],
.sms-evidence-panel h2[b-pnr6hvpk6v] {
    letter-spacing: 0;
}

.sms-evidence-hero h1[b-pnr6hvpk6v] {
    max-width: 760px;
    margin: 0.25rem 0 1rem;
    font-size: clamp(2.4rem, 5vw, 4.25rem);
    line-height: 1.02;
}

.sms-evidence-hero p[b-pnr6hvpk6v] {
    max-width: 800px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.65;
}

.sms-evidence-eyebrow[b-pnr6hvpk6v],
.sms-evidence-kicker[b-pnr6hvpk6v] {
    margin: 0;
    color: #d94f45;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sms-evidence-section[b-pnr6hvpk6v] {
    padding: clamp(2.75rem, 6vw, 5rem) 0;
}

.sms-evidence-section-light[b-pnr6hvpk6v] {
    background: #f5f7fb;
}

.sms-evidence-grid[b-pnr6hvpk6v] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.sms-evidence-panel[b-pnr6hvpk6v],
.sms-evidence-notes[b-pnr6hvpk6v],
.sms-evidence-window[b-pnr6hvpk6v] {
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #ffffff;
}

.sms-evidence-panel[b-pnr6hvpk6v] {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.sms-evidence-panel-accent[b-pnr6hvpk6v] {
    border-color: rgba(217, 79, 69, 0.35);
    background: #fff8f7;
}

.sms-evidence-panel h2[b-pnr6hvpk6v],
.sms-evidence-notes h3[b-pnr6hvpk6v],
.sms-evidence-account-header h3[b-pnr6hvpk6v],
.sms-evidence-section-heading h2[b-pnr6hvpk6v] {
    margin: 0;
    color: #10223f;
}

.sms-evidence-panel h2[b-pnr6hvpk6v] {
    margin-bottom: 0.85rem;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.sms-evidence-panel p[b-pnr6hvpk6v],
.sms-evidence-section-heading p[b-pnr6hvpk6v] {
    margin: 0;
    color: #516173;
    line-height: 1.65;
}

.sms-evidence-list[b-pnr6hvpk6v] {
    margin: 0;
    padding-left: 1.15rem;
    color: #344358;
    line-height: 1.7;
}

.sms-evidence-list li + li[b-pnr6hvpk6v] {
    margin-top: 0.45rem;
}

.sms-evidence-link-row[b-pnr6hvpk6v] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.sms-evidence-link-row a[b-pnr6hvpk6v],
.sms-evidence-caption a[b-pnr6hvpk6v] {
    color: #165dcc;
    font-weight: 700;
}

.sms-evidence-link-row a[b-pnr6hvpk6v] {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 0.9rem;
    border: 1px solid #bfd0ea;
    border-radius: 8px;
    background: #ffffff;
    text-decoration: none;
}

.sms-evidence-section-heading[b-pnr6hvpk6v] {
    max-width: 820px;
    margin-bottom: 1.5rem;
}

.sms-evidence-section-heading h2[b-pnr6hvpk6v] {
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.sms-evidence-capture[b-pnr6hvpk6v] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.25rem;
    align-items: start;
}

.sms-evidence-capture-reverse[b-pnr6hvpk6v] {
    grid-template-columns: 320px minmax(0, 1fr);
}

.sms-evidence-window[b-pnr6hvpk6v] {
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(21, 32, 51, 0.08);
}

.sms-evidence-window-bar[b-pnr6hvpk6v] {
    display: flex;
    gap: 0.45rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #e4eaf2;
    background: #eef3f8;
}

.sms-evidence-window-bar span[b-pnr6hvpk6v] {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: #aab7c8;
}

.sms-evidence-account-frame[b-pnr6hvpk6v] {
    padding: clamp(1rem, 3vw, 1.75rem);
}

.sms-evidence-account-header[b-pnr6hvpk6v] {
    display: flex;
    gap: 1rem;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 1.4rem;
}

.sms-evidence-account-header h3[b-pnr6hvpk6v] {
    margin-top: 0.2rem;
    font-size: clamp(1.2rem, 3vw, 1.65rem);
}

.sms-evidence-status[b-pnr6hvpk6v] {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 800;
}

.sms-evidence-status-required[b-pnr6hvpk6v] {
    background: #fff0ed;
    color: #a1362f;
}

.sms-evidence-status-verified[b-pnr6hvpk6v] {
    background: #e8f6ef;
    color: #12633b;
}

.sms-evidence-form-row[b-pnr6hvpk6v] {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.sms-evidence-form-row label[b-pnr6hvpk6v] {
    font-weight: 800;
    color: #243449;
}

.sms-evidence-form-row p[b-pnr6hvpk6v],
.sms-evidence-caption[b-pnr6hvpk6v] {
    margin: 0;
    color: #617085;
    font-size: 0.92rem;
    line-height: 1.55;
}

.sms-evidence-phone-input[b-pnr6hvpk6v] {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    overflow: hidden;
    border: 1px solid #cbd6e4;
    border-radius: 8px;
    background: #ffffff;
}

.sms-evidence-phone-input span[b-pnr6hvpk6v] {
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0 0.85rem;
    border-right: 1px solid #cbd6e4;
    background: #f7f9fc;
    color: #42526a;
    font-weight: 800;
}

.sms-evidence-phone-input input[b-pnr6hvpk6v] {
    min-width: 0;
    border: 0;
    padding: 0.85rem;
    color: #17243a;
    font: inherit;
}

.sms-evidence-check-row[b-pnr6hvpk6v],
.sms-evidence-switch-row[b-pnr6hvpk6v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin: 1rem 0 0.55rem;
    color: #1c2d44;
    font-weight: 800;
}

.sms-evidence-check-row[b-pnr6hvpk6v] {
    justify-content: flex-start;
}

.sms-evidence-check-row input[b-pnr6hvpk6v] {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
}

.sms-evidence-switch[b-pnr6hvpk6v] {
    position: relative;
    flex: 0 0 auto;
    width: 52px;
    height: 30px;
    border-radius: 999px;
    background: #ccd6e3;
}

.sms-evidence-switch[b-pnr6hvpk6v]::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(21, 32, 51, 0.22);
}

.sms-evidence-caption + .sms-evidence-caption[b-pnr6hvpk6v] {
    margin-top: 0.55rem;
}

.sms-evidence-button[b-pnr6hvpk6v] {
    margin-top: 1.25rem;
    border: 0;
    border-radius: 8px;
    background: #d94f45;
    color: #ffffff;
    padding: 0.8rem 1rem;
    font-weight: 800;
}

.sms-evidence-button-disabled[b-pnr6hvpk6v] {
    background: #c9d2df;
    color: #54657a;
}

.sms-evidence-notes[b-pnr6hvpk6v] {
    padding: 1.25rem;
}

.sms-evidence-notes h3[b-pnr6hvpk6v] {
    margin-bottom: 0.75rem;
    font-size: 1.15rem;
}

.sms-evidence-definition-list[b-pnr6hvpk6v] {
    display: grid;
    gap: 1rem;
    margin: 0;
}

.sms-evidence-definition-list div[b-pnr6hvpk6v] {
    display: grid;
    gap: 0.25rem;
}

.sms-evidence-definition-list dt[b-pnr6hvpk6v] {
    color: #10223f;
    font-weight: 800;
}

.sms-evidence-definition-list dd[b-pnr6hvpk6v] {
    margin: 0;
    color: #42526a;
    line-height: 1.55;
}

.sms-evidence-samples[b-pnr6hvpk6v] {
    margin: 0;
    padding-left: 1.35rem;
    color: #344358;
    line-height: 1.6;
}

.sms-evidence-samples li + li[b-pnr6hvpk6v] {
    margin-top: 0.75rem;
}

@media (max-width: 900px) {
    .sms-evidence-grid[b-pnr6hvpk6v],
    .sms-evidence-capture[b-pnr6hvpk6v],
    .sms-evidence-capture-reverse[b-pnr6hvpk6v] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .sms-evidence-account-header[b-pnr6hvpk6v],
    .sms-evidence-switch-row[b-pnr6hvpk6v] {
        flex-direction: column;
        align-items: flex-start;
    }

    .sms-evidence-link-row a[b-pnr6hvpk6v] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/WebApp/Components/Pages/User/Orders.razor.rz.scp.css */
.orders[b-wj5xq5xnn5] {
    padding: 0 10rem;
}

.orders-item[b-wj5xq5xnn5] {
    display: flex;
    padding-bottom: 0;
    align-items: center;
    gap: 1.75rem;
    align-self: stretch;
}

.orders-item > div[b-wj5xq5xnn5] {
    flex: 1 0 0;
}

.orders-item[b-wj5xq5xnn5] {
    padding: 1rem 0;
    border-bottom: 1px solid #D2D2D2;
}

.orders-header[b-wj5xq5xnn5] {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
}

.total-header[b-wj5xq5xnn5] {
    text-align: right;
}

.order-total[b-wj5xq5xnn5] {
    color: #000;
    text-align: right;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.order-status .status[b-wj5xq5xnn5] {
    border-radius: 1.25rem;
    border: 1px solid #A3A3A3;
    color: #A3A3A3;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
}

.order-status .status.cancelled[b-wj5xq5xnn5] {
    color: #FF4E4E;
    border: 1px solid #FF4E4E;
}

.order-status .status.paid[b-wj5xq5xnn5] {
    color: #2A9E01;
    border: 1px solid #2A9E01;
}

@media only screen and (max-width: 480px) { 
    .orders[b-wj5xq5xnn5] {
        padding: 0 1rem;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
    .orders[b-wj5xq5xnn5] {
        padding: 0 3rem;
    }    
}
/* _content/WebApp/Components/Pages/WhyRentLokr.razor.rz.scp.css */
.rl-shell[b-fjk7ydxgno] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.rl-why-stats[b-fjk7ydxgno] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.rl-why-stats strong[b-fjk7ydxgno] {
    font-size: 2rem;
    display: block;
    background: linear-gradient(90deg, #e94e4e, #ff7b7b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


.rl-why-stats span[b-fjk7ydxgno] {
    color: rgba(255, 255, 255, 0.6);
}

/* Hero Section */
.rl-why-hero[b-fjk7ydxgno] {
    position: relative;
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.rl-why-hero-bg[b-fjk7ydxgno] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.rl-why-orb[b-fjk7ydxgno] {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.rl-why-orb-amber[b-fjk7ydxgno] {
    top: -150px;
    right: -100px;
    background: rgba(245, 158, 11, 0.5);
}

.rl-why-orb-teal[b-fjk7ydxgno] {
    bottom: -200px;
    left: -100px;
    background: rgba(78, 205, 196, 0.4);
}

.rl-why-hero-content[b-fjk7ydxgno] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.rl-why-hero-content h1[b-fjk7ydxgno] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 1rem 0;
    line-height: 1.1;
}

.rl-why-hero-content p[b-fjk7ydxgno] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* Section Styles */
.rl-section[b-fjk7ydxgno] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-fjk7ydxgno] {
    background: #f5f6fb;
}

.rl-section-dark[b-fjk7ydxgno] {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

.rl-section-eyebrow[b-fjk7ydxgno] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

.rl-section-header[b-fjk7ydxgno] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.rl-section-header h2[b-fjk7ydxgno] {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #1a1f3d;
    margin: 0.5rem 0 1rem;
}

.rl-section-header p[b-fjk7ydxgno] {
    color: #5f6b85;
    max-width: 640px;
    margin: 0 auto;
}

/* Benefits Grid */
.rl-why-benefits-grid[b-fjk7ydxgno] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 1024px) {
    .rl-why-benefits-grid[b-fjk7ydxgno] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .rl-why-benefits-grid[b-fjk7ydxgno] {
        grid-template-columns: 1fr;
    }
}

.rl-why-benefit-card[b-fjk7ydxgno] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rl-why-benefit-card:hover[b-fjk7ydxgno] {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
}

.rl-why-benefit-featured[b-fjk7ydxgno] {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    background: linear-gradient(135deg, #ffffff, #fff9e6);
}

@media (max-width: 900px) {
    .rl-why-benefit-featured[b-fjk7ydxgno] {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }
}

.rl-why-benefit-visual[b-fjk7ydxgno] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rl-why-savings-display[b-fjk7ydxgno] {
    text-align: center;
}

.rl-why-savings-circle[b-fjk7ydxgno] {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin: 0 auto 1.5rem;
    box-shadow: 0 20px 60px rgba(245, 158, 11, 0.35);
}

.rl-why-savings-percent[b-fjk7ydxgno] {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}

.rl-why-savings-label[b-fjk7ydxgno] {
    font-size: 1rem;
    opacity: 0.9;
}

.rl-why-price-compare[b-fjk7ydxgno] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rl-why-price-buy[b-fjk7ydxgno] {
    color: #64748b;
    text-decoration: line-through;
    font-size: 1.1rem;
}

.rl-why-price-rent[b-fjk7ydxgno] {
    color: #16a34a;
    font-weight: 700;
    font-size: 1.25rem;
}

.rl-why-benefit-icon[b-fjk7ydxgno] {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.rl-why-icon-amber[b-fjk7ydxgno] { background: linear-gradient(135deg, #f59e0b, #fbbf24); }
.rl-why-icon-green[b-fjk7ydxgno] { background: linear-gradient(135deg, #16a34a, #22c55e); }
.rl-why-icon-blue[b-fjk7ydxgno] { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.rl-why-icon-purple[b-fjk7ydxgno] { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }
.rl-why-icon-rose[b-fjk7ydxgno] { background: linear-gradient(135deg, #e11d48, #f43f5e); }
.rl-why-icon-teal[b-fjk7ydxgno] { background: linear-gradient(135deg, #0f766e, #14b8a6); }

.rl-why-benefit-card h3[b-fjk7ydxgno] {
    font-size: 1.5rem;
    color: #1a1f3d;
    margin: 0 0 1rem;
}

.rl-why-benefit-card p[b-fjk7ydxgno] {
    color: #5f6b85;
    line-height: 1.6;
    margin: 0;
}

.rl-why-stat[b-fjk7ydxgno] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.rl-why-stat strong[b-fjk7ydxgno] {
    font-size: 1.75rem;
    color: #1a1f3d;
    display: block;
}

.rl-why-stat span[b-fjk7ydxgno] {
    color: #64748b;
    font-size: 0.9rem;
}

/* Comparison Table */
.rl-why-comparison[b-fjk7ydxgno] {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.rl-why-comparison-header[b-fjk7ydxgno] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.rl-why-compare-col[b-fjk7ydxgno] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    gap: 0.5rem;
    font-weight: 600;
}

.rl-why-compare-buy[b-fjk7ydxgno] {
    color: #64748b;
}

.rl-why-compare-rent[b-fjk7ydxgno] {
    color: #16a34a;
    background: rgba(22, 163, 74, 0.08);
}

.rl-why-comparison-row[b-fjk7ydxgno] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #f1f5f9;
}

.rl-why-comparison-row:last-child[b-fjk7ydxgno] {
    border-bottom: none;
}

.rl-why-compare-label[b-fjk7ydxgno] {
    padding: 1rem 1.5rem;
    font-weight: 500;
    color: #334155;
    display: flex;
    align-items: center;
}

.rl-why-compare-cell[b-fjk7ydxgno] {
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rl-why-compare-bad[b-fjk7ydxgno] {
    color: #94a3b8;
}

.rl-why-compare-good[b-fjk7ydxgno] {
    color: #16a34a;
    background: rgba(22, 163, 74, 0.04);
    font-weight: 500;
}

/* Stats Grid */
.rl-why-stats-grid[b-fjk7ydxgno] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

@media (max-width: 768px) {
    .rl-why-stats-grid[b-fjk7ydxgno] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.rl-why-stat-block[b-fjk7ydxgno] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rl-why-stat-number[b-fjk7ydxgno] {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(90deg, #e94e4e, #ff7b7b);
    background-clip: text;
    color: transparent;
}

.rl-why-stat-label[b-fjk7ydxgno] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

/* CTA Section */
.rl-why-cta[b-fjk7ydxgno] {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.rl-why-cta h2[b-fjk7ydxgno] {
    font-size: 2.5rem;
    color: #1a1f3d;
    margin: 0 0 1rem;
}

.rl-why-cta p[b-fjk7ydxgno] {
    font-size: 1.1rem;
    color: #5f6b85;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.rl-why-cta-buttons[b-fjk7ydxgno] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.rl-button[b-fjk7ydxgno] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rl-button-primary[b-fjk7ydxgno] {
    background: #e94e4e;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(233, 78, 78, 0.35);
}

.rl-button-primary:hover[b-fjk7ydxgno] {
    background: #d43d3d;
}

.rl-button-outline[b-fjk7ydxgno] {
    border-color: #1a1f3d;
    color: #1a1f3d;
}

.rl-button-outline:hover[b-fjk7ydxgno] {
    background: #1a1f3d;
    color: #ffffff;
}

.rl-button-arrow[b-fjk7ydxgno] {
    font-weight: 700;
}
/* _content/WebApp/Components/Rating/RatingsList.razor.rz.scp.css */
.ratings-list-header[b-1l0r3inp4p] {
    width: 100%;
}

.ratings-list-identity[b-1l0r3inp4p] {
    flex-wrap: wrap;
}

.ratings-list-report-action[b-1l0r3inp4p] {
    margin-left: auto;
    opacity: 0.55;
    transition: opacity 160ms ease;
}

.ratings-list-card:hover .ratings-list-report-action[b-1l0r3inp4p],
.ratings-list-report-action:focus-within[b-1l0r3inp4p] {
    opacity: 0.9;
}
/* _content/WebApp/Components/Rating/UserRatingsLink.razor.rz.scp.css */
.user-ratings-link[b-id9ehnt0oo] {
    cursor: pointer;
    text-decoration: underline;
}
/* _content/WebApp/Components/Shared/FounderAvatar.razor.rz.scp.css */
.founder-avatar-shell[b-waartruv47] {
    --founder-accent-rgb: 154, 107, 0;
    --founder-accent-solid: #9a6b00;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    overflow: visible;
}

.founder-avatar-shell--highlight[b-waartruv47]::before,
.founder-avatar-shell--premium[b-waartruv47]::before {
    content: "";
    position: absolute;
    inset: 0.2rem;
    border-radius: 999px;
    background: transparent;
    box-shadow:
        0 0 20px 4px rgba(var(--founder-accent-rgb), 0.4),
        0 0 40px 8px rgba(var(--founder-accent-rgb), 0.2),
        0 0 60px 12px rgba(var(--founder-accent-rgb), 0.1);
    z-index: 0;
    pointer-events: none;
    opacity: 1;
}

.founder-avatar-shell[b-waartruv47]  .founder-avatar {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 249, 232, 0.98), rgba(241, 220, 163, 0.98) 56%, rgba(224, 189, 96, 0.98));
}

.founder-avatar-shell[b-waartruv47]  .founder-avatar-highlight {
    border: 2px solid var(--founder-accent-solid);
}

.founder-avatar-shell[b-waartruv47]  .founder-avatar-premium {
    border: 2px solid var(--founder-accent-solid);
}

.founder-avatar-badge[b-waartruv47] {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(var(--founder-accent-rgb), 0.35);
    box-shadow: 0 8px 18px rgba(var(--founder-accent-rgb), 0.18);
    z-index: 2;
}

.founder-avatar-badge__icon[b-waartruv47] {
    color: var(--founder-accent-solid);
}

.founder-avatar-shell--small .founder-avatar-badge[b-waartruv47] {
    width: 1.15rem;
    height: 1.15rem;
    top: -0.2rem;
    right: -0.2rem;
}

.founder-avatar-shell--large .founder-avatar-badge[b-waartruv47] {
    width: 1.7rem;
    height: 1.7rem;
    top: -0.32rem;
    right: -0.32rem;
}

.founder-avatar-shell--large .founder-avatar-badge__icon[b-waartruv47] {
    transform: scale(1.08);
}
/* _content/WebApp/Components/Shared/FounderWordmark.razor.rz.scp.css */
.founder-wordmark[b-o9pyfppreo] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #b8860b;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.founder-wordmark--compact[b-o9pyfppreo] {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    gap: 0.22rem;
}

.founder-wordmark--prominent[b-o9pyfppreo] {
    color: #9a6b00;
}

.founder-wordmark__icon[b-o9pyfppreo] {
    color: #d4af37;
    filter: drop-shadow(0 1px 4px rgba(212, 175, 55, 0.35));
}

.founder-wordmark__text[b-o9pyfppreo] {
    white-space: nowrap;
}
/* _content/WebApp/Components/Shared/UserIdentityHeader.razor.rz.scp.css */
.user-identity-header[b-kgs74us6f0] {
    width: 100%;
}

.user-identity-header__body[b-kgs74us6f0] {
    flex: 1 1 auto;
    min-width: 0;
}

.user-identity-header__header[b-kgs74us6f0] {
    width: 100%;
}

.user-identity-header__main[b-kgs74us6f0] {
    flex: 1 1 auto;
    min-width: 0;
}

.user-identity-header__identity[b-kgs74us6f0] {
    flex-wrap: wrap;
}

.user-identity-header__name[b-kgs74us6f0] {
    color: inherit;
}

.user-identity-header__report[b-kgs74us6f0] {
    margin-left: auto;
    opacity: 0.55;
    transition: opacity 160ms ease;
}

.user-identity-header:hover .user-identity-header__report[b-kgs74us6f0],
.user-identity-header__report:focus-within[b-kgs74us6f0] {
    opacity: 0.9;
}
