:root {
    --app-bg: #f3f6fb;
    --app-surface: #ffffff;
    --app-surface-soft: #f8fafc;
    --app-border: #d8e0ec;
    --app-border-soft: #e7edf5;
    --app-text: #172033;
    --app-muted: #5d6b82;
    --app-accent: #1d4ed8;
    --app-accent-soft: #e8f0ff;
    --app-success-soft: #e7f7ef;
    --app-warning-soft: #fff4d7;
    --app-danger-soft: #ffe9e9;
    --app-radius: 0.5rem;
    --app-shadow: 0 0.55rem 1.35rem rgba(15, 23, 42, 0.07);
}

body {
    font-size: 1rem;
    line-height: 1.55;
    color: var(--app-text);
    background: var(--app-bg) !important;
}

a {
    color: #1647a8;
}

a:hover {
    color: #0f347f;
}

.app-navbar {
    min-height: 4.25rem;
}

.navbar-brand {
    font-size: 1.25rem;
    letter-spacing: 0;
}

.app-sidebar {
    position: sticky;
    top: 0;
    height: calc(100vh - 4.25rem);
    overflow-y: auto;
}

.app-sidebar .list-group,
.offcanvas .list-group {
    gap: 0.25rem;
}

.list-group-item-action {
    min-height: 2.8rem;
    border: 0;
    border-radius: var(--app-radius) !important;
    color: #243047;
    font-weight: 600;
}

.list-group-item-action i {
    color: #64748b;
    font-size: 1.05rem;
}

.list-group-item-action.active,
.list-group-item-action:hover,
.list-group-item-action:focus {
    background-color: var(--app-accent-soft);
    color: #12306f;
}

.list-group-item-action.active i,
.list-group-item-action:hover i,
.list-group-item-action:focus i {
    color: var(--app-accent);
}

.app-main {
    max-width: 1480px;
}

.card {
    border: 1px solid var(--app-border-soft);
    border-radius: var(--app-radius);
    box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.045);
}

.card-body {
    padding: 1.25rem;
}

.shadow-sm {
    box-shadow: var(--app-shadow) !important;
}

.bg-primary-subtle { background-color: #e8f0ff !important; }
.bg-success-subtle { background-color: var(--app-success-soft) !important; }
.bg-warning-subtle { background-color: var(--app-warning-soft) !important; }
.bg-danger-subtle { background-color: var(--app-danger-soft) !important; }
.bg-info-subtle { background-color: #e4f7fb !important; }
.bg-secondary-subtle { background-color: #edf1f7 !important; }
.bg-dark-subtle { background-color: #e7ebf2 !important; }

.text-muted {
    color: var(--app-muted) !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #111827;
    letter-spacing: 0;
}

.h3, h1.h3 {
    font-size: 1.65rem;
    font-weight: 750;
}

.h5, h2.h5 {
    font-size: 1.15rem;
    font-weight: 750;
}

.display-6 {
    font-size: 2rem;
    font-weight: 780;
    line-height: 1.1;
}

.btn {
    min-height: 2.55rem;
    border-radius: var(--app-radius);
    font-weight: 650;
}

.btn-sm {
    min-height: 2.15rem;
}

.btn-primary,
.btn-outline-primary:hover {
    background-color: var(--app-accent);
    border-color: var(--app-accent);
}

.btn-outline-primary {
    color: var(--app-accent);
    border-color: #9db6ee;
    background: #fff;
}

.badge {
    border-radius: 999px;
    padding: 0.42em 0.66em;
    font-weight: 700;
}
.form-shell {
    max-width: 1080px;
}
.form-shell .card-body {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.8), rgba(255, 255, 255, 0.98));
}
.form-shell .form-label {
    margin-bottom: 0.45rem;
    color: #1f2937;
}
.form-shell .form-control,
.form-shell .form-select {
    min-height: 3rem;
    border-radius: var(--app-radius);
    border-color: var(--app-border);
    box-shadow: none;
}
.form-shell textarea.form-control {
    min-height: 8rem;
}
.form-shell .form-control:focus,
.form-shell .form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
}
.form-shell .form-text {
    margin-top: 0.35rem;
}
.form-check-card {
    padding: 0.9rem 1rem;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: #f8fafc;
}
.form-fieldset + .form-fieldset {
    margin-top: 1.25rem;
}
.form-fieldset-heading {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--app-border-soft);
}
.form-fieldset-collapsed {
    padding: 0.9rem 1rem;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: var(--app-surface-soft);
}
.form-fieldset-collapsed summary {
    cursor: pointer;
    font-weight: 750;
    color: #1f2937;
}
.form-fieldset-collapsed summary small {
    display: block;
    margin-top: 0.2rem;
    color: var(--app-muted);
    font-weight: 500;
}
.inline-form-panel {
    padding: 1.1rem;
    margin-bottom: 1.25rem;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: var(--app-surface-soft);
}
.inline-form-panel .form-label {
    margin-bottom: 0.45rem;
    font-weight: 600;
    color: #1f2937;
}
.inline-form-panel .form-control,
.inline-form-panel .form-select {
    min-height: 3rem;
    border-radius: var(--app-radius);
    border-color: var(--app-border);
    box-shadow: none;
}
.inline-form-panel .form-control:focus,
.inline-form-panel .form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
}
.inline-form-panel .form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}
.inline-form-panel .errorlist,
.inline-form-panel .text-danger {
    margin: 0;
    list-style: none;
}
.scan-card .card-body {
    padding: 1.1rem;
}
.scan-form-panel {
    padding-bottom: 1rem;
}
.scan-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(7.5rem, 0.18fr) minmax(12rem, 0.24fr);
    gap: 0.85rem;
    align-items: end;
}
.scan-card .scan-panel {
    grid-template-columns: minmax(0, 1fr) minmax(13rem, 0.32fr);
}
.scan-panel-receipt {
    grid-template-columns: minmax(0, 1fr) minmax(7rem, 0.16fr) minmax(7rem, 0.16fr) minmax(12rem, 0.24fr);
}
.scan-panel-receive {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(12rem, 0.28fr);
}
.scan-panel-quick-sale {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.24fr);
}
.scan-panel-main,
.scan-panel-number,
.scan-panel-file,
.scan-panel-actions,
.scan-panel-errors {
    min-width: 0;
}
.scan-panel-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}
.scan-panel-actions .btn {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.scan-panel-errors {
    grid-column: 1 / -1;
}
.icon-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}
.icon-label i {
    line-height: 1;
}
.action-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
}
.dashboard-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.dashboard-card-link .card .text-muted:first-child,
.dashboard-card-link .rounded .small:first-child,
.card-body > .small.text-muted:first-child {
    font-size: 0.82rem;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dashboard-card-link .rounded,
.card-body > .row .rounded,
.p-3.rounded.bg-light,
.p-3.rounded.bg-primary-subtle,
.p-3.rounded.bg-success-subtle,
.p-3.rounded.bg-warning-subtle,
.p-3.rounded.bg-danger-subtle,
.p-3.rounded.bg-info-subtle,
.p-3.rounded.bg-secondary-subtle,
.p-3.rounded.bg-dark-subtle {
    border: 1px solid var(--app-border-soft);
    border-radius: var(--app-radius) !important;
}

.card .list-group-item {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    color: #1f2937;
}

.card .list-group-item .small,
.table .small {
    font-size: 0.88rem;
}

.fw-semibold {
    font-weight: 750 !important;
}

.action-links {
    gap: 0.45rem !important;
}

.action-links a {
    min-height: 2.15rem;
    padding: 0.28rem 0.5rem;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: #fff;
    font-weight: 650;
}

.action-links a:hover {
    background: var(--app-accent-soft);
    border-color: #9db6ee;
}
.dashboard-card-link .card,
.dashboard-card-link .rounded {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.dashboard-card-link:hover,
.dashboard-card-link:focus {
    color: inherit;
    text-decoration: none;
}
.dashboard-card-link:hover .card,
.dashboard-card-link:focus .card,
.dashboard-card-link:hover .rounded,
.dashboard-card-link:focus .rounded {
    transform: translateY(-2px);
    box-shadow: 0 0.75rem 1.5rem rgba(15, 23, 42, 0.08);
}
.dashboard-card-link:focus-visible {
    outline: 0;
}
.dashboard-card-link:focus-visible .card,
.dashboard-card-link:focus-visible .rounded {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.2);
}
.navbar .btn,
.navbar .small,
.navbar-brand { white-space: nowrap; }

form.card,
.scan-card {
    border: 1px solid var(--app-border);
    background: var(--app-surface);
    box-shadow: var(--app-shadow);
}

form.card .card-body {
    padding: 1rem;
}

form.card .form-control,
form.card .form-select,
.scan-card .form-control,
.scan-card .form-select {
    min-height: 2.9rem;
    border-color: var(--app-border);
    border-radius: var(--app-radius);
    font-size: 1rem;
}

form.card .row {
    align-items: end;
}

.form-label {
    font-weight: 700;
    color: #26344f;
}

.form-control,
.form-select {
    border-color: var(--app-border);
    border-radius: var(--app-radius);
}

.form-control:focus,
.form-select:focus {
    border-color: #7da2ec;
    box-shadow: 0 0 0 0.2rem rgba(29, 78, 216, 0.13);
}

.alert {
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.04);
}

.table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    --bs-table-bg: transparent;
}
.table-responsive,
.card .table,
.card-body > .table,
main table.table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--app-border-soft);
    border-radius: var(--app-radius);
    background: #fff;
}
.table th,
.table td {
    white-space: nowrap;
    vertical-align: middle;
    padding: 1rem 1.1rem;
    border-color: var(--app-border-soft);
}
.table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #eef3fa;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}
.table tbody tr {
    background: rgba(255, 255, 255, 0.9);
    transition: background-color 0.16s ease;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: #fbfdff;
}
.table tbody tr:hover {
    background: #eef6ff;
}
.card .table,
.card-body > .table,
main table.table {
    border-radius: var(--app-radius);
    overflow: hidden;
}
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid var(--app-border-soft);
}
.page-header-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.page-header-actions .btn {
    white-space: nowrap;
}
.table-card {
    overflow: hidden;
}
.variant-sell-card {
    height: 100%;
    padding: 1rem;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 1));
    box-shadow: 0 0.5rem 1rem rgba(15, 23, 42, 0.04);
}
.variant-sell-card.is-unavailable {
    opacity: 0.82;
    background: linear-gradient(180deg, rgba(252, 242, 242, 0.92), rgba(255, 255, 255, 1));
}
.quick-sale-product {
    display: grid;
    grid-template-columns: 9rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}
.quick-sale-product-media {
    width: 9rem;
    aspect-ratio: 1;
    border: 1px solid #d7deea;
    border-radius: 0.85rem;
    overflow: hidden;
    background: #f8fafc;
}
.quick-sale-product-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.quick-sale-product-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #667085;
    font-size: 2.25rem;
}
.quick-sale-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
}
.quick-sale-facts div {
    min-width: 0;
    padding: 0.75rem;
    border: 1px solid #e8edf5;
    border-radius: 0.75rem;
    background: #f8fafc;
}
.quick-sale-facts dt {
    color: #667085;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}
.quick-sale-facts dd {
    margin: 0.15rem 0 0;
    overflow-wrap: anywhere;
}
.quick-sale-location {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid #e8edf5;
    border-radius: 0.75rem;
    background: #fff;
}
.quick-sale-cart-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid #e8edf5;
    border-radius: 0.75rem;
    background: #f8fafc;
}
.quick-sale-setup {
    padding: 0.75rem;
    border: 1px solid #e8edf5;
    border-radius: 0.75rem;
    background: #fff;
}
.quick-sale-setup summary {
    cursor: pointer;
    font-weight: 700;
}
.quick-sale-mobile-pay {
    display: none;
}
.auth-shell {
    min-height: calc(100vh - 8rem);
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-card {
    width: 100%;
    max-width: 34rem;
}
.logout-icon {
    width: 4.5rem;
    height: 4.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(248, 113, 113, 0.15), rgba(239, 68, 68, 0.08));
    color: #dc2626;
    font-size: 1.8rem;
}
.logout-icon.is-success {
    background: linear-gradient(180deg, rgba(74, 222, 128, 0.16), rgba(34, 197, 94, 0.08));
    color: #16a34a;
}
.qr-print-body {
    background: #f5f7fb;
}
.qr-print-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5rem;
}
.qr-print-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding: 1rem;
    border: 1px solid #d7deea;
    border-radius: 0.75rem;
    background: #fff;
}
.qr-label-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(540px, 1fr));
    gap: 1rem;
}
.qr-label {
    display: grid;
    grid-template-columns: 368px minmax(0, 1fr);
    gap: 1rem;
    min-height: 392px;
    padding: 0.85rem;
    border: 1px solid #111827;
    border-radius: 0.25rem;
    background: #fff;
    color: #111827;
    break-inside: avoid;
    page-break-inside: avoid;
}
.qr-label-image {
    width: 368px;
    height: 368px;
    object-fit: contain;
    align-self: center;
}
.qr-label-copy {
    min-width: 0;
    align-self: center;
}
.qr-label-product,
.qr-label-sku,
.qr-label-meta,
.qr-label-code {
    overflow-wrap: anywhere;
}
.qr-label-product {
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.15;
}
.qr-label-sku {
    margin-top: 0.25rem;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.1;
}
.qr-label-meta {
    margin-top: 0.2rem;
    font-size: 0.75rem;
}
.qr-label-code {
    margin-top: 0.3rem;
    font-size: 0.62rem;
    color: #475467;
}
.qr-scan-trigger {
    flex: 1 1 12rem;
}
.qr-camera-open {
    overflow: hidden;
}
.qr-camera-panel[hidden] {
    display: none;
}
.qr-camera-panel {
    position: fixed;
    inset: 0;
    z-index: 1090;
    display: grid;
    place-items: center;
    padding: 1rem;
}
.qr-camera-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.76);
}
.qr-camera-dialog {
    position: relative;
    width: min(100%, 42rem);
    overflow: hidden;
    border-radius: 0.85rem;
    background: #fff;
    box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, 0.28);
}
.qr-camera-header,
.qr-camera-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
}
.qr-camera-header {
    border-bottom: 1px solid #e8edf5;
}
.qr-camera-footer {
    border-top: 1px solid #e8edf5;
}
.qr-camera-status {
    min-width: 0;
    color: #475467;
    font-size: 0.9rem;
}
.qr-camera-viewport {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #0f172a;
}
.qr-camera-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.qr-camera-frame {
    position: absolute;
    inset: 50%;
    width: min(68vw, 18rem);
    height: min(68vw, 18rem);
    transform: translate(-50%, -50%);
    border: 3px solid rgba(255, 255, 255, 0.92);
    border-radius: 1rem;
    box-shadow: 0 0 0 999rem rgba(15, 23, 42, 0.22);
}

@media (max-width: 991.98px) {
    .card { border-radius: var(--app-radius); }
    .navbar .container-fluid {
        align-items: flex-start;
    }
}

@media print {
    @page {
        margin: 0.35in;
    }
    body.qr-print-body {
        background: #fff;
    }
    .qr-print-shell {
        max-width: none;
        padding: 0;
    }
    .qr-print-toolbar {
        display: none;
    }
    .qr-label-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.18in;
    }
    .qr-label {
        grid-template-columns: 3.8in minmax(0, 1fr);
        min-height: 4in;
        padding: 0.12in;
        box-shadow: none;
    }
    .qr-label-image {
        width: 3.8in;
        height: 3.8in;
    }
}

@media (max-width: 767.98px) {
    body { font-size: 1rem; }
    body:has(.quick-sale-mobile-pay) {
        padding-bottom: 5.25rem;
    }
    main {
        min-width: 0;
    }
    .page-header {
        flex-direction: column;
        align-items: stretch;
    }
    .page-header .btn,
    .page-header-actions .btn {
        width: 100%;
    }
    .alert {
        margin-bottom: 0.75rem;
    }
    .card-body {
        padding: 1rem;
    }
    .display-6 {
        font-size: 1.75rem;
    }
    .form-shell .card-body {
        padding: 1rem;
    }
    .inline-form-panel {
        padding: 0.9rem;
        border-radius: 0.85rem;
    }
    .scan-card .card-body {
        padding: 1rem;
    }
    .scan-panel,
    .scan-card .scan-panel,
    .scan-panel-receipt,
    .scan-panel-receive,
    .scan-panel-quick-sale {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.75rem;
    }
    .scan-panel-actions {
        grid-template-columns: minmax(0, 1fr);
    }
    .scan-panel-actions .btn,
    .qr-scan-trigger {
        min-height: 2.9rem;
    }
    .table th,
    .table td {
        padding: 0.75rem 0.85rem;
    }
    .table-mobile-stack thead {
        display: none;
    }
    .table-mobile-stack,
    .table-mobile-stack tbody,
    .table-mobile-stack tr,
    .table-mobile-stack td {
        display: block;
        width: 100%;
    }
    .table-mobile-stack tr {
        margin-bottom: 0.9rem;
        border: 1px solid #e8edf5;
        border-radius: 0.9rem;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.04);
    }
    .table-mobile-stack td {
        white-space: normal;
        text-align: right;
        padding-left: 47%;
        position: relative;
        border-bottom: 1px solid #eef2f7;
        min-height: 3rem;
    }
    .table-mobile-stack td:last-child {
        border-bottom: 0;
    }
    .table-mobile-stack td::before {
        content: attr(data-label);
        position: absolute;
        left: 0.85rem;
        top: 0.75rem;
        width: 40%;
        color: #667085;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        text-align: left;
    }
    .table-mobile-stack td[data-label="Actions"] {
        padding-left: 0.85rem;
        text-align: left;
    }
    .table-mobile-stack td[data-label="Actions"]::before {
        position: static;
        display: block;
        width: auto;
        margin-bottom: 0.5rem;
    }
    .table-mobile-stack td[data-label="Actions"] .action-links,
    .table-mobile-stack td[data-label="Actions"] .d-flex {
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }
    .qr-camera-panel {
        padding: 0;
        place-items: stretch;
    }
    .qr-camera-dialog {
        width: 100%;
        min-height: 100%;
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }
    .qr-camera-viewport {
        flex: 1 1 auto;
        aspect-ratio: auto;
    }
    .qr-camera-footer {
        align-items: flex-start;
        flex-direction: column;
    }
    .qr-camera-footer .btn {
        width: 100%;
    }
    .quick-sale-product {
        grid-template-columns: minmax(0, 1fr);
    }
    .quick-sale-product-media {
        width: min(100%, 14rem);
    }
    .quick-sale-facts {
        grid-template-columns: minmax(0, 1fr);
    }
    .qr-label-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .qr-label {
        grid-template-columns: minmax(0, 1fr);
    }
    .qr-label-image {
        width: min(100%, 368px);
        height: auto;
        aspect-ratio: 1;
        justify-self: center;
    }
    .quick-sale-mobile-pay {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1040;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.75rem 1rem;
        border-top: 1px solid #d7deea;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 -0.65rem 1.4rem rgba(15, 23, 42, 0.1);
    }
    .quick-sale-mobile-pay form {
        margin: 0;
    }
    .quick-sale-mobile-pay .btn {
        min-height: 2.75rem;
        white-space: nowrap;
    }
}
