/* /Components/Pages/MarketingModuleWorkspace.razor.rz.scp.css */
.marketing-module-workspace[b-17nqf82m9i] {
    display: grid;
    min-width: 0;
    gap: .55rem;
    padding: .7rem;
    border: 1px solid #d5dbe3;
    background: #eef2f6;
}

.workspace-top-row[b-17nqf82m9i],
.workspace-control-row[b-17nqf82m9i],
.workspace-footer[b-17nqf82m9i] {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.workspace-top-row[b-17nqf82m9i] {
    align-items: flex-start;
}

.workspace-tabs[b-17nqf82m9i],
.workspace-content[b-17nqf82m9i] {
    min-width: 0;
}

.workspace-tabs[b-17nqf82m9i] {
    flex: 1 1 auto;
}

.workspace-actions[b-17nqf82m9i] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .5rem;
}

.workspace-filters[b-17nqf82m9i] {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
}

.workspace-search[b-17nqf82m9i] {
    display: flex;
    min-width: 0;
    flex: 0 1 auto;
    justify-content: flex-end;
}

.workspace-footer[b-17nqf82m9i] {
    color: #4b5563;
    font-size: .85rem;
}

@media (max-width: 700px) {
    .workspace-top-row[b-17nqf82m9i],
    .workspace-control-row[b-17nqf82m9i],
    .workspace-footer[b-17nqf82m9i] {
        flex-direction: column;
        align-items: stretch;
    }

    .workspace-tabs[b-17nqf82m9i],
    .workspace-actions[b-17nqf82m9i],
    .workspace-filters[b-17nqf82m9i],
    .workspace-search[b-17nqf82m9i] {
        width: 100%;
    }

    .workspace-search[b-17nqf82m9i] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/ModulePageHeader.razor.rz.scp.css */
.module-page-header[b-c2gqz8trij] {
    display: grid;
    gap: .25rem;
    justify-items: start;
    min-width: 0;
    margin: 0 0 1rem;
}

.module-page-title[b-c2gqz8trij] {
    margin: 0;
    color: #1f2937;
    font-size: 2rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.module-page-breadcrumb[b-c2gqz8trij] {
    color: #6b7280;
    font-size: .78rem;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: anywhere;
}
/* /Components/Pages/PromotionModuleNavigation.razor.rz.scp.css */
.promotion-module-nav[b-6zn3mre13u] {
    max-width: 100%;
    overflow-x: auto;
    padding: .1rem 0 .2rem;
    scrollbar-gutter: stable;
}

.promotion-module-links[b-6zn3mre13u] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    min-width: max-content;
}

.promotion-module-link[b-6zn3mre13u] {
    border: 1px solid #aeb8c6;
    background: #fff;
    color: #26313d;
    padding: .45rem .75rem;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2;
}

.promotion-module-link:hover[b-6zn3mre13u] {
    border-color: #4b5563;
    background: #e5e7eb;
    color: #111827;
}

.promotion-module-link.active[b-6zn3mre13u] {
    border-color: #21252b;
    background: #21252b;
    color: #fff;
}

.promotion-module-link:focus-visible[b-6zn3mre13u] {
    outline: 3px solid #2563eb;
    outline-offset: 2px;
}

@media (max-width: 640px) {
    .promotion-module-links[b-6zn3mre13u] {
        flex-wrap: nowrap;
    }
}
/* /Components/Pages/ReportFamilyNavigation.razor.rz.scp.css */
.report-family-nav[b-gqw4smns5o] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    max-width: 100%;
    overflow-x: auto;
    padding: .15rem 0;
}

.report-family-link[b-gqw4smns5o] {
    min-height: 2rem;
    display: inline-flex;
    align-items: center;
    padding: .3rem .7rem;
    border: 1px solid #cbd5e1;
    border-radius: .25rem;
    background: #fff;
    color: #334155;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.report-family-link.active[b-gqw4smns5o] {
    border-color: #1f2937;
    background: #1f2937;
    color: #fff;
}

.report-family-link:focus-visible[b-gqw4smns5o] {
    outline: 3px solid #2563eb;
    outline-offset: 2px;
}

@media (max-width: 640px) {
    .report-family-nav[b-gqw4smns5o] {
        flex-wrap: nowrap;
    }
}
/* /Components/Shared/DateTimeRangeFilter.razor.rz.scp.css */
.date-time-range[b-fq2ctsf6yz] {
    align-items: end;
    display: grid;
    gap: .55rem;
    grid-column: 1 / -1;
    grid-template-columns: minmax(11rem, auto) repeat(2, minmax(15rem, 1fr)) auto;
}

.range-heading[b-fq2ctsf6yz] {
    align-self: center;
    display: grid;
    gap: .15rem;
}

.range-heading span[b-fq2ctsf6yz] {
    color: #64748b;
    font-size: .76rem;
    font-weight: 400;
}

fieldset[b-fq2ctsf6yz] {
    border: 0;
    display: grid;
    gap: .25rem;
    margin: 0;
    min-width: 0;
    padding: 0;
}

legend[b-fq2ctsf6yz] {
    font-size: .8rem;
    font-weight: 700;
    padding: 0;
}

.date-time-fields[b-fq2ctsf6yz] {
    align-items: center;
    display: grid;
    gap: .35rem;
    grid-template-columns: auto minmax(8.5rem, 1fr) auto minmax(6.5rem, .7fr);
}

.date-time-fields label[b-fq2ctsf6yz] {
    font-size: .74rem;
    font-weight: 600;
}

.date-time-fields input[b-fq2ctsf6yz] {
    background: #fff;
    border: 1px solid #94a3b8;
    box-sizing: border-box;
    min-height: 2.2rem;
    min-width: 0;
    padding: .3rem .4rem;
    width: 100%;
}

.date-time-fields input:focus[b-fq2ctsf6yz] {
    border-color: #2563eb;
    outline: 2px solid #bfdbfe;
    outline-offset: 1px;
}

.date-time-fields input[aria-invalid="true"][b-fq2ctsf6yz] {
    border-color: #b91c1c;
}

.field-error[b-fq2ctsf6yz] {
    color: #991b1b;
    font-size: .76rem;
    margin: 0;
}

.clear-range[b-fq2ctsf6yz] {
    background: #fff;
    border: 1px solid #94a3b8;
    color: #1f2937;
    cursor: pointer;
    min-height: 2.2rem;
    padding: .35rem .65rem;
}

@media (max-width: 1050px) {
    .date-time-range[b-fq2ctsf6yz] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .range-heading[b-fq2ctsf6yz],
    .clear-range[b-fq2ctsf6yz] {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 650px) {
    .date-time-range[b-fq2ctsf6yz] {
        grid-template-columns: 1fr;
    }

    .range-heading[b-fq2ctsf6yz],
    .clear-range[b-fq2ctsf6yz] {
        grid-column: auto;
    }

    .date-time-fields[b-fq2ctsf6yz] {
        grid-template-columns: auto minmax(0, 1fr);
    }
}
/* /Components/SitePrerequisiteState.razor.rz.scp.css */
.site-prerequisite[b-gqrqge5zjn] {
    display: grid;
    gap: .65rem;
    padding: 1rem;
    border: 1px solid #f0b429;
    border-left: .35rem solid #d97706;
    background: #fffbeb;
    color: #713f12;
}

.site-prerequisite h2[b-gqrqge5zjn],
.site-prerequisite p[b-gqrqge5zjn],
.site-prerequisite ul[b-gqrqge5zjn] {
    margin: 0;
}

.site-prerequisite ul[b-gqrqge5zjn] {
    padding-left: 1.25rem;
}

.site-prerequisite-action[b-gqrqge5zjn] {
    justify-self: start;
    padding: .55rem .8rem;
    background: #1f2937;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.site-prerequisite-contact[b-gqrqge5zjn] {
    font-weight: 700;
}
