/* Theme 2: Logged-in company/customer area */

.employee-page {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
    color: #111827;
}

.customer-dashboard-shell {
    background: linear-gradient(180deg, #faf5ff 0%, #fffbeb 52%, #f0fdf4 100%);
}

.customer-dashboard-header {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid #ede9fe;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
}

.customer-dashboard-header-row {
    min-height: 62px;
}

.customer-dashboard-header-nav {
    gap: 10px;
}

.customer-dashboard-header-nav .nav-link {
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #ffffff;
    color: #374151;
    font-weight: 600;
    padding: 8px 14px;
    line-height: 1;
}

.customer-dashboard-header-nav .nav-link:hover,
.customer-dashboard-header-nav .nav-link:focus {
    border-color: #a78bfa;
    color: #6d28d9;
    background: #faf5ff;
}

.customer-dashboard-header-nav .nav-link.text-danger {
    border-color: #fecaca;
    color: #b91c1c !important;
    background: #fff7f7;
}

.customer-dashboard-header-nav .nav-link.text-danger:hover,
.customer-dashboard-header-nav .nav-link.text-danger:focus {
    border-color: #fca5a5;
    background: #ffeaea;
}

.customer-dashboard-sidebar {
    border-right: 1px solid #ede9fe;
    background: linear-gradient(180deg, #ffffff 0%, #faf5ff 100%);
}

.customer-dashboard-sidebar .sidebar-brand {
    border-bottom: 1px solid #ede9fe;
    background: rgba(255, 255, 255, 0.9);
}

.customer-dashboard-nav .nav-link {
    margin: 4px 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #374151;
    font-weight: 600;
    transition: all 0.2s ease;
}

.customer-dashboard-nav .nav-link:hover,
.customer-dashboard-nav .nav-link:focus {
    background: #faf5ff;
    border-color: #ddd6fe;
    color: #6d28d9;
}

.customer-dashboard-nav .nav-link.active {
    background: #f8f5ff;
    border-color: #a78bfa;
    color: #5b21b6;
    box-shadow: 0 4px 10px rgba(91, 33, 182, 0.1);
}

.customer-dashboard-nav .customer-dashboard-logout-link {
    justify-content: center;
    text-align: center;
}

.customer-dashboard-body {
    padding-top: 2px;
}

.customer-dashboard-container > .row > .col-12 > .card,
.customer-dashboard-container .card {
    border: 1px solid #dbe3f6;
    border-radius: 16px;
    background:
        radial-gradient(circle at 100% 0, rgba(99, 102, 241, 0.1), transparent 44%),
        radial-gradient(circle at 0 100%, rgba(14, 165, 233, 0.08), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.09);
    overflow: hidden;
}

.customer-dashboard-container .card .card-body {
    background: #ffffff;
}

.customer-dashboard-container .card .card-header {
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.7);
}

.customer-dashboard-container h1,
.customer-dashboard-container h2,
.customer-dashboard-container h3,
.customer-dashboard-container h4 {
    color: #0f172a;
}

.customer-dashboard-container .text-medium-emphasis,
.customer-dashboard-container .text-muted,
.customer-dashboard-container small {
    color: #64748b !important;
}

.customer-dashboard-container .btn-outline-primary {
    border-color: #c4b5fd;
    color: #6d28d9;
    background: #ffffff;
    font-weight: 600;
}

.customer-dashboard-container .btn-outline-primary:hover,
.customer-dashboard-container .btn-outline-primary:focus {
    border-color: #6d28d9;
    background: #6d28d9;
    color: #ffffff;
}

.customer-dashboard-container .btn-primary {
    border-color: #6d28d9;
    background: #6d28d9;
}

.customer-dashboard-container .btn-primary:hover,
.customer-dashboard-container .btn-primary:focus {
    border-color: #5b21b6;
    background: #5b21b6;
}

.customer-dashboard-container .btn-outline-secondary {
    border-color: #d1d5db;
    color: #374151;
    background: #ffffff;
    font-weight: 600;
}

.customer-dashboard-container .btn-outline-secondary:hover,
.customer-dashboard-container .btn-outline-secondary:focus {
    border-color: #a78bfa;
    color: #6d28d9;
    background: #faf5ff;
}

.customer-dashboard-container .btn-success,
.customer-dashboard-container .btn-outline-success {
    font-weight: 600;
}

.customer-dashboard-container .progress {
    background: #e9e5ff;
}

.customer-dashboard-container .alert {
    border-radius: 12px;
    border-width: 1px;
}

.customer-dashboard-container .alert-info {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1e3a8a;
}

.customer-dashboard-container .alert-success {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534;
}

.customer-dashboard-container .alert-warning {
    background: #fffbeb;
    border-color: #fde68a;
    color: #92400e;
}

.customer-dashboard-container .alert-danger {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.customer-dashboard-container .form-control,
.customer-dashboard-container .form-select,
.customer-dashboard-container select,
.customer-dashboard-container input,
.customer-dashboard-container textarea {
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #ffffff;
}

.customer-dashboard-container .form-control:focus,
.customer-dashboard-container .form-select:focus,
.customer-dashboard-container select:focus,
.customer-dashboard-container input:focus,
.customer-dashboard-container textarea:focus {
    border-color: #a78bfa;
    box-shadow: 0 0 0 0.2rem rgba(109, 40, 217, 0.14);
}

.customer-dashboard-container fieldset {
    border-color: #dbe3f6 !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.75);
}

.customer-dashboard-container .table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(109, 40, 217, 0.04);
    --bs-table-hover-bg: rgba(109, 40, 217, 0.08);
    border-color: #e2e8f0;
}

.customer-dashboard-container .table thead th {
    background: rgba(255, 255, 255, 0.75);
    color: #334155;
    border-bottom: 1px solid #dbe3f6;
}

.customer-dashboard-container .table-responsive {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.75);
}

.customer-dashboard-container .nav-tabs {
    border-bottom-color: #ddd6fe;
}

.customer-dashboard-container .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    color: #475569;
    font-weight: 600;
}

.customer-dashboard-container .nav-tabs .nav-link:hover,
.customer-dashboard-container .nav-tabs .nav-link:focus {
    border-color: #ddd6fe #ddd6fe #ddd6fe;
    background: #faf5ff;
    color: #6d28d9;
}

.customer-dashboard-container .nav-tabs .nav-link.active {
    border-color: #ddd6fe #ddd6fe #ffffff;
    background: #ffffff;
    color: #5b21b6;
}

.customer-dashboard-container .badge {
    border-radius: 999px;
    padding: 5px 9px;
    font-weight: 700;
}

.customer-dashboard-container .badge.bg-primary {
    background: #6d28d9 !important;
}

.customer-dashboard-container .badge.bg-secondary {
    background: #94a3b8 !important;
}

.customer-dashboard-container .pagination .page-link {
    border-color: #d1d5db;
    color: #374151;
}

.customer-dashboard-container .pagination .page-link:hover,
.customer-dashboard-container .pagination .page-link:focus {
    background: #faf5ff;
    border-color: #a78bfa;
    color: #6d28d9;
}

.customer-dashboard-container .pagination .page-item.active .page-link {
    background: #6d28d9;
    border-color: #6d28d9;
    color: #ffffff;
}

.employee-main {
    padding: 24px 0 44px;
}

.employee-shell {
    display: grid;
    grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.employee-sidebar {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    position: sticky;
    top: 24px;
}

.employee-sidebar-header {
    padding: 16px 18px;
    border-bottom: 1px solid #f1f5f9;
}

.employee-sidebar-header h2 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.employee-sidebar-header p {
    margin: 8px 0 0;
    font-size: 0.85rem;
    color: #475569;
}

.employee-filter-list {
    padding: 8px 14px 16px;
    max-height: 70vh;
    overflow: auto;
}

.employee-filter-group {
    border-bottom: 1px solid #f1f5f9;
    padding: 14px 4px;
}

.employee-filter-group:last-child {
    border-bottom: 0;
}

.employee-filter-group-title {
    margin: 0 0 9px;
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #334155;
}

.employee-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #1f2937;
    cursor: pointer;
}

.employee-option:last-child {
    margin-bottom: 0;
}

.employee-option input[type="checkbox"] {
    margin-right: 7px;
}

.employee-option-count {
    color: #64748b;
    font-size: 0.78rem;
}

.employee-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.employee-chip-button {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #1f2937;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.82rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.employee-chip-button:hover,
.employee-chip-button:focus {
    border-color: #6366f1;
    color: #4338ca;
    background: #eef2ff;
}

.employee-content {
    min-width: 0;
}

.employee-toolbar {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    padding: 14px 18px;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.employee-toolbar-left {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 0;
}

.employee-toolbar-label {
    font-size: 0.85rem;
    color: #475569;
    white-space: nowrap;
}

.employee-toolbar select {
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 7px 10px;
    font-size: 0.9rem;
    background: #ffffff;
    min-width: 170px;
}

.employee-toolbar-right {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.employee-toggle-btn {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
    border-radius: 10px;
    padding: 7px 12px;
    font-size: 0.85rem;
    font-weight: 600;
}

.employee-toggle-btn.is-active {
    background: #4338ca;
    border-color: #4338ca;
    color: #ffffff;
}

.employee-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.employee-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.employee-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.employee-card-media {
    position: relative;
    overflow: hidden;
    background: #f8fafc;
}

.employee-card-media a {
    display: block;
}

.employee-card-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.employee-card:hover .employee-card-media img {
    transform: scale(1.03);
}

.employee-card-body {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.employee-card-title {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.35;
    color: #0f172a;
    min-height: 2.55em;
}

.employee-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 0.78rem;
    color: #475569;
}

.employee-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    padding: 4px 8px;
    font-size: 0.75rem;
    font-weight: 600;
}

.employee-card-price {
    margin-top: auto;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.employee-card-price small {
    display: block;
    font-size: 0.72rem;
    color: #64748b;
    font-weight: 500;
}

.employee-card-actions {
    margin-top: 4px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.employee-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.employee-btn-primary {
    background: #4338ca;
    border-color: #4338ca;
    color: #ffffff;
}

.employee-btn-primary:hover,
.employee-btn-primary:focus {
    background: #3730a3;
    border-color: #3730a3;
    color: #ffffff;
}

.employee-btn-ghost {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #334155;
}

.employee-btn-ghost:hover,
.employee-btn-ghost:focus {
    background: #f8fafc;
    border-color: #6366f1;
    color: #4338ca;
}

.employee-empty {
    background: #ffffff;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 26px;
    text-align: center;
    color: #475569;
}

.employee-mobile-filter-toggle {
    display: none;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #1f2937;
    border-radius: 10px;
    padding: 8px 12px;
    font-weight: 600;
}

.register-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 999px;
    border: none;
    background: #8040a1;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 18px 40px rgba(95, 47, 119, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.register-cta-btn:hover,
.register-cta-btn:focus {
    background: #5f2f77;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 20px 45px rgba(95, 47, 119, 0.35);
}

.register-cta-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.register-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    border: 1px solid #d9c6e8;
    background: #fff;
    color: #5f2f77;
    font-weight: 600;
}

.register-secondary-btn:hover,
.register-secondary-btn:focus {
    background: #f3eaf9;
    color: #4b2660;
    border-color: #cdb2e2;
}

.register-gift-grid-wrap {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
}

.register-gift-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.register-gift-card {
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.register-gift-grid .gift-carousel-image-wrap {
    height: 350px;
    max-height: 350px;
}

.register-gift-grid .gift-carousel-image-layer {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.45s ease-in-out;
}

.register-gift-grid .gift-carousel-image-layer.is-active {
    opacity: 1;
}

.register-gift-card.is-selected {
    border-color: #b084ca;
    box-shadow: 0 0 0 2px rgba(128, 64, 161, 0.16);
}

.register-gift-checkbox-label {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 0.82rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.register-pagination {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.register-page-btn {
    border: 1px solid #d7c7e2;
    background: #fff;
    color: #5f2f77;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.9rem;
}

.register-page-btn.is-active {
    background: #8040a1;
    border-color: #8040a1;
    color: #fff;
}

.register-page-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.register-step-help {
    margin: 0;
    font-size: 0.8rem;
    color: #7f7f7f;
}

.gift-list-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.38);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 90;
}

.gift-list-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.page-spinner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.page-spinner.hidden {
    display: none;
}

.page-spinner .spinner-border {
    width: 3rem;
    height: 3rem;
}

.loading .container-fluid {
    visibility: hidden;
}

.checkout-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.86);
}

.checkout-loader.is-active {
    display: flex;
}

.checkout-loader-content {
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
    text-align: center;
    min-width: 250px;
}

.checkout-loader-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #e2e8f0;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: checkout-spin 0.8s linear infinite;
    margin: 0 auto 10px;
}

.checkout-loader-text {
    margin: 0;
    color: #1e3a8a;
    font-weight: 600;
    font-size: 0.95rem;
}

.customer-onboarding {
    border: 1px solid #dbe3f6;
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0, rgba(99, 102, 241, 0.16), transparent 48%),
        radial-gradient(circle at 0 100%, rgba(14, 165, 233, 0.14), transparent 45%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
    padding: 20px;
}

.customer-onboarding-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 12px;
}

.customer-onboarding-kicker {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    color: #4f46e5;
    font-weight: 700;
}

.customer-onboarding-progress {
    min-width: 130px;
    text-align: right;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
    padding: 8px 10px;
}

.customer-onboarding-progress-value {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    color: #1d4ed8;
}

.customer-onboarding-progress-label {
    margin-top: 2px;
    color: #64748b;
    font-size: 0.78rem;
}

.customer-onboarding-meter {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: #e2e8f0;
    margin-bottom: 16px;
}

.customer-onboarding-meter span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #4f46e5 0%, #06b6d4 100%);
    transition: width 0.3s ease;
}

.customer-onboarding-grid {
    display: grid;
    grid-template-columns: repeat(var(--onboarding-step-count, 4), minmax(0, 1fr));
    gap: 12px;
}

.customer-onboarding-step {
    border: 1px solid #dbe3f6;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 100%;
}

.customer-onboarding-step.is-completed {
    border-color: #86efac;
    background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
}

.customer-onboarding-step-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.customer-onboarding-step-no {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #475569;
    font-weight: 700;
}

.customer-onboarding-badge {
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 8px;
}

.customer-onboarding-badge.is-pending {
    background: #eef2ff;
    color: #3730a3;
}

.customer-onboarding-step h3 {
    margin: 0;
    font-size: 1rem;
    color: #0f172a;
}

.customer-onboarding-step p {
    margin: 0;
    color: #475569;
    font-size: 0.86rem;
    line-height: 1.5;
    flex: 1;
}

@keyframes checkout-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199.98px) {
    .customer-onboarding-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .employee-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .employee-shell {
        grid-template-columns: 1fr;
    }

    .employee-mobile-filter-toggle {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .employee-sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: min(340px, 88vw);
        border-radius: 0 18px 18px 0;
        transform: translateX(-105%);
        transition: transform 0.23s ease;
        z-index: 95;
        max-height: 100vh;
    }

    .employee-sidebar.is-open {
        transform: translateX(0);
    }

    .employee-filter-list {
        max-height: calc(100vh - 74px);
    }
}

@media (max-width: 767.98px) {
    .customer-onboarding {
        padding: 14px;
    }

    .customer-onboarding-head {
        flex-direction: column;
    }

    .customer-onboarding-progress {
        width: 100%;
        text-align: left;
    }

    .customer-onboarding-grid {
        grid-template-columns: 1fr;
    }

    .employee-main {
        padding-top: 14px;
    }

    .employee-toolbar {
        padding: 12px;
    }

    .employee-toolbar-left,
    .employee-toolbar-right {
        width: 100%;
    }

    .employee-toolbar select {
        min-width: 0;
        width: 100%;
    }

    .employee-grid {
        grid-template-columns: 1fr;
    }

    .employee-card-media img {
        height: 200px;
    }
}
