/* =========================================================
   RENTALAJAY - FIX DASHBOARD ADMIN & CUSTOMER
   Simpan sebagai: assets/css/dashboard-fix.css
   ========================================================= */

/* ---------- RESET KHUSUS DASHBOARD ---------- */
body.admin-body,
body.customer-body {
    margin: 0;
    min-height: 100vh;
    color: #172033;
    background: #f3f6fb;
}

body.admin-body a,
body.customer-body a {
    text-decoration: none;
}

/* =========================================================
   ADMIN
   ========================================================= */
body.admin-body {
    overflow-x: hidden;
    background: #eef2f7;
}

body.admin-body .admin-sidebar {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1000 !important;
    width: 270px !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 22px 17px !important;
    color: #dbe5f4 !important;
    background: linear-gradient(180deg, #0f172a 0%, #172554 55%, #0f172a 100%) !important;
    box-shadow: 14px 0 35px rgba(15, 23, 42, .16) !important;
    overflow-y: auto !important;
    transition: transform .22s ease !important;
}

body.admin-body .admin-brand {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 2px 7px 22px !important;
    color: #fff !important;
}

body.admin-body .admin-brand-mark {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    box-shadow: 0 8px 20px rgba(59, 130, 246, .30);
    font-size: 1.2rem;
    font-weight: 900;
}

body.admin-body .admin-brand > span:last-child,
body.admin-body .admin-profile-mini > div,
body.admin-body .admin-topbar-user > div {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.2;
}

body.admin-body .admin-brand strong {
    color: #fff;
    font-size: 1.13rem;
}

body.admin-body .admin-brand small {
    margin-top: 3px;
    color: #94a3b8;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.admin-body .admin-profile-mini {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
    padding: 13px !important;
    border: 1px solid rgba(255, 255, 255, .09) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .06) !important;
}

body.admin-body .admin-profile-avatar,
body.admin-body .admin-avatar {
    flex: 0 0 39px;
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #8b5cf6);
    font-weight: 850;
}

body.admin-body .admin-profile-mini strong {
    overflow: hidden;
    color: #fff;
    font-size: .85rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.admin-body .admin-profile-mini span:last-child {
    overflow: hidden;
    color: #94a3b8;
    font-size: .70rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.admin-body .admin-side-menu {
    display: grid !important;
    gap: 5px !important;
}

body.admin-body .admin-menu-label {
    padding: 14px 10px 5px;
    color: #64748b;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

body.admin-body .admin-side-menu a {
    min-height: 45px;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 10px 12px !important;
    border-radius: 11px !important;
    color: #b8c6da !important;
    font-size: .88rem !important;
    font-weight: 700 !important;
}

body.admin-body .admin-side-menu a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, .08) !important;
}

body.admin-body .admin-side-menu a.active {
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #4f46e5) !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .24) !important;
}

body.admin-body .admin-menu-icon {
    width: 25px;
    text-align: center;
}

body.admin-body .admin-logout {
    margin-top: auto !important;
    padding-top: 22px !important;
}

body.admin-body .admin-logout button {
    width: 100%;
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(248, 113, 113, .25);
    border-radius: 11px;
    color: #fecaca;
    background: rgba(127, 29, 29, .20);
    cursor: pointer;
    font-weight: 750;
}

body.admin-body .admin-workspace {
    width: auto !important;
    min-height: 100vh !important;
    margin-left: 270px !important;
    display: flex !important;
    flex-direction: column !important;
}

body.admin-body .admin-topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 900 !important;
    min-height: 76px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    padding: 13px 30px !important;
    border-bottom: 1px solid #dce3ec !important;
    background: rgba(255, 255, 255, .96) !important;
    backdrop-filter: blur(12px);
}

body.admin-body .admin-topbar-left,
body.admin-body .admin-topbar-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.admin-body .admin-topbar-eyebrow {
    color: #7c8799;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
}

body.admin-body .admin-topbar h1 {
    margin: 2px 0 0;
    font-size: 1.13rem;
    line-height: 1.2;
}

body.admin-body .admin-topbar-user strong {
    font-size: .82rem;
}

body.admin-body .admin-topbar-user span:last-child {
    color: #667085;
    font-size: .70rem;
}

body.admin-body .admin-menu-toggle {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    color: #334155;
    background: #fff;
    cursor: pointer;
}

body.admin-body .admin-content {
    width: 100% !important;
    max-width: 1700px !important;
    flex: 1 !important;
    padding: 28px 30px 42px !important;
}

body.admin-body .admin-footer {
    padding: 18px 30px;
    border-top: 1px solid #dce3ec;
    color: #7c8799;
    background: #fff;
    font-size: .78rem;
    text-align: right;
}

body.admin-body .admin-tabs {
    display: none !important;
}

body.admin-body .admin-welcome-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

body.admin-body .admin-page-kicker,
body.admin-body .admin-panel-kicker {
    color: #2563eb;
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

body.admin-body .admin-welcome-row h2 {
    margin: 5px 0 4px;
    font-size: 1.55rem;
}

body.admin-body .admin-welcome-row p {
    margin: 0;
    color: #667085;
}

body.admin-body .admin-welcome-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.admin-body .admin-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

body.admin-body .admin-stat-card,
body.admin-body .admin-panel {
    border: 1px solid #dce3ec;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
}

body.admin-body .admin-stat-card {
    min-width: 0;
    padding: 20px;
}

body.admin-body .admin-stat-primary {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #2563eb, #4f46e5);
}

body.admin-body .admin-stat-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #667085;
    font-size: .80rem;
    font-weight: 750;
}

body.admin-body .admin-stat-primary .admin-stat-top,
body.admin-body .admin-stat-primary small {
    color: #dbeafe;
}

body.admin-body .admin-stat-top b {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #2563eb;
    background: #eef4ff;
}

body.admin-body .admin-stat-primary .admin-stat-top b {
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

body.admin-body .admin-stat-card > strong {
    display: block;
    overflow-wrap: anywhere;
    margin: 13px 0 4px;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.15;
}

body.admin-body .admin-stat-card small {
    color: #98a2b3;
    font-size: .74rem;
}

body.admin-body .admin-dashboard-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr);
    gap: 20px;
    margin-bottom: 20px;
}

body.admin-body .admin-dashboard-bottom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
    gap: 20px;
}

body.admin-body .admin-panel {
    min-width: 0;
    overflow: hidden;
}

body.admin-body .admin-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 21px;
    border-bottom: 1px solid #e6ebf2;
}

body.admin-body .admin-panel-head h3 {
    margin: 4px 0 0;
    font-size: 1.08rem;
}

body.admin-body .admin-panel-head > a {
    font-size: .78rem;
    font-weight: 750;
    white-space: nowrap;
}

body.admin-body .admin-chart-list {
    display: grid;
    gap: 16px;
    padding: 22px;
}

body.admin-body .admin-chart-row {
    display: grid;
    grid-template-columns: 95px minmax(100px, 1fr) 115px;
    align-items: center;
    gap: 12px;
}

body.admin-body .admin-chart-label {
    display: flex;
    flex-direction: column;
    font-size: .80rem;
    font-weight: 750;
}

body.admin-body .admin-chart-label small {
    color: #98a2b3;
    font-size: .68rem;
}

body.admin-body .admin-chart-track {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e9edf4;
}

body.admin-body .admin-chart-track span {
    display: block;
    min-width: 4px;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
}

body.admin-body .admin-chart-row > strong {
    text-align: right;
    font-size: .78rem;
}

body.admin-body .admin-status-summary {
    display: grid;
    padding: 12px 21px;
}

body.admin-body .admin-status-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 11px 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: .84rem;
}

body.admin-body .admin-status-line > span {
    display: flex;
    align-items: center;
    gap: 9px;
}

body.admin-body .admin-status-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background: #94a3b8;
}

body.admin-body .bullet-success { background: #10b981; }
body.admin-body .bullet-warning { background: #f59e0b; }
body.admin-body .bullet-danger { background: #ef4444; }
body.admin-body .bullet-info { background: #3b82f6; }

body.admin-body .admin-quick-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 18px 21px 21px;
    border-top: 1px solid #e6ebf2;
    background: #f8fafc;
}

body.admin-body .admin-quick-actions a {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #344054;
    background: #fff;
    font-size: .76rem;
    font-weight: 750;
}

body.admin-body .admin-stock-list {
    display: grid;
    padding: 9px 18px 18px;
}

body.admin-body .admin-stock-item {
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 11px;
    padding: 13px 3px;
    border-bottom: 1px solid #edf0f4;
    color: #172033;
}

body.admin-body .admin-stock-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #2563eb;
    background: #eef4ff;
    font-weight: 850;
}

body.admin-body .admin-stock-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

body.admin-body .admin-stock-info strong {
    overflow: hidden;
    font-size: .81rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.admin-body .admin-stock-info small {
    color: #667085;
    font-size: .69rem;
}

body.admin-body .admin-stock-item > b {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #b45309;
    background: #fff3d6;
    font-size: .80rem;
}

body.admin-body .admin-stock-item > b.stock-zero {
    color: #b42318;
    background: #feeceb;
}

body.admin-body .admin-stock-safe {
    margin-top: 10px;
    padding: 20px;
    border-radius: 12px;
    color: #047857;
    background: #e9f8f0;
    text-align: center;
    font-size: .84rem;
    font-weight: 750;
}

body.admin-body .admin-table th {
    background: #f7f9fc;
}

body.admin-body .admin-table td {
    font-size: .81rem;
}

body.admin-body .admin-table td small {
    display: block;
    color: #667085;
    font-size: .70rem;
}

body.admin-body .admin-sidebar-overlay {
    display: none;
}

/* =========================================================
   CUSTOMER
   ========================================================= */
body.customer-body {
    background: #f5f8ff;
}

body.customer-body .customer-header {
    position: sticky;
    top: 0;
    z-index: 800;
    border-bottom: 1px solid #e4eaf3;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 4px 24px rgba(15, 23, 42, .06);
}

body.customer-body .page-shell {
    min-height: calc(100vh - 150px);
    padding-top: 28px;
    padding-bottom: 56px;
}

body.customer-body .customer-brand-label {
    display: block;
    margin-top: -3px;
    color: #275efe;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.customer-body .customer-avatar {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #275efe, #7c3aed);
    font-weight: 800;
}

body.customer-body .customer-nav-user,
body.customer-body .customer-user-text {
    display: flex;
    align-items: center;
    gap: 9px;
}

body.customer-body .customer-user-text {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    line-height: 1.2;
}

body.customer-body .customer-user-text span {
    color: #667085;
    font-size: .72rem;
}

body.customer-body .customer-dashboard-hero {
    position: relative;
    overflow: hidden;
    min-height: 285px;
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    align-items: center;
    gap: 30px;
    padding: clamp(28px, 5vw, 55px);
    border-radius: 26px;
    color: #fff;
    background: radial-gradient(circle at 82% 15%, rgba(255, 255, 255, .18), transparent 25%), linear-gradient(135deg, #1f4fd8, #6446d7 60%, #8b5cf6);
    box-shadow: 0 24px 50px rgba(39, 94, 254, .23);
}

body.customer-body .customer-hero-label,
body.customer-body .customer-panel-kicker {
    display: inline-block;
    color: #dbe7ff;
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

body.customer-body .customer-dashboard-hero h1 {
    margin: 8px 0 12px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
}

body.customer-body .customer-dashboard-hero p {
    max-width: 620px;
    margin: 0;
    color: #e4ebff;
    font-size: 1.04rem;
}

body.customer-body .customer-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

body.customer-body .customer-btn-light {
    color: #2448b8;
    background: #fff;
}

body.customer-body .customer-btn-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, .45);
    background: rgba(255, 255, 255, .09);
}

body.customer-body .customer-hero-illustration {
    position: relative;
    min-height: 190px;
    display: grid;
    place-items: center;
}

body.customer-body .customer-hero-circle {
    width: 150px;
    height: 150px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 42px;
    color: #fff;
    background: rgba(255, 255, 255, .13);
    box-shadow: 0 20px 50px rgba(16, 24, 40, .20);
    font-size: 4rem;
    font-weight: 900;
    transform: rotate(-7deg);
}

body.customer-body .customer-floating-card {
    position: absolute;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 12px;
    color: #fff;
    background: rgba(17, 24, 39, .28);
    font-size: .83rem;
    font-weight: 700;
}

body.customer-body .customer-floating-card-one { top: 17px; right: 0; }
body.customer-body .customer-floating-card-two { bottom: 14px; left: 0; }

body.customer-body .customer-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

body.customer-body .customer-stat-card {
    min-width: 0;
    min-height: 132px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(31, 41, 55, .06);
}

body.customer-body .customer-stat-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    font-weight: 900;
}

body.customer-body .customer-stat-card > div:last-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

body.customer-body .customer-stat-card span {
    color: #667085;
    font-size: .82rem;
    font-weight: 700;
}

body.customer-body .customer-stat-card strong {
    margin: 2px 0;
    font-size: 1.75rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

body.customer-body .customer-stat-card small {
    color: #98a2b3;
    font-size: .74rem;
}

body.customer-body .customer-money-value {
    font-size: 1.15rem !important;
}

body.customer-body .customer-stat-blue .customer-stat-icon { color: #1d4ed8; background: #e9f0ff; }
body.customer-body .customer-stat-orange .customer-stat-icon { color: #c2410c; background: #fff0e8; }
body.customer-body .customer-stat-green .customer-stat-icon { color: #047857; background: #e8f8f1; }
body.customer-body .customer-stat-purple .customer-stat-icon { color: #6d28d9; background: #f1eafe; }

body.customer-body .customer-dashboard-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 20px;
    margin-top: 24px;
}

body.customer-body .customer-panel,
body.customer-body .customer-recent-card {
    padding: 22px;
    border-radius: 18px;
}

body.customer-body .customer-recent-card {
    margin-top: 24px;
}

body.customer-body .customer-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

body.customer-body .customer-panel-head h2 {
    margin: 4px 0 0;
    font-size: 1.18rem;
}

body.customer-body .customer-panel-kicker {
    color: #275efe;
}

body.customer-body .customer-status-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

body.customer-body .customer-status-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 15px;
    border-radius: 14px;
    background: #f8faff;
}

body.customer-body .customer-status-item > div {
    display: flex;
    flex-direction: column;
}

body.customer-body .customer-status-item span:last-child {
    color: #667085;
    font-size: .75rem;
}

body.customer-body .customer-status-dot {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    border-radius: 50%;
    background: #94a3b8;
}

body.customer-body .status-waiting { background: #f59e0b; }
body.customer-body .status-active { background: #2563eb; }
body.customer-body .status-done { background: #10b981; }

body.customer-body .customer-next-booking {
    display: grid;
    gap: 15px;
}

body.customer-body .customer-next-code {
    color: #275efe;
    font-size: .80rem;
    font-weight: 850;
}

body.customer-body .customer-next-date,
body.customer-body .customer-next-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.customer-body .customer-empty-mini {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 20px;
    color: #667085;
    text-align: center;
}

body.customer-body .customer-empty-mini > div {
    font-size: 2rem;
}

body.customer-body .customer-table th {
    background: #f7f9fd;
}

body.customer-body .customer-table tbody tr:hover {
    background: #fbfcff;
}

body.customer-body .customer-detail-link {
    font-size: .84rem;
    font-weight: 800;
    white-space: nowrap;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1180px) {
    body.admin-body .admin-stat-grid,
    body.customer-body .customer-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.admin-body .admin-dashboard-main-grid,
    body.admin-body .admin-dashboard-bottom-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    body.admin-body .admin-sidebar {
        transform: translateX(-100%);
    }

    body.admin-body .admin-workspace {
        margin-left: 0 !important;
    }

    body.admin-body .admin-menu-toggle {
        display: grid;
        place-items: center;
    }

    body.admin-body.admin-sidebar-open .admin-sidebar {
        transform: translateX(0);
    }

    body.admin-body .admin-sidebar-overlay {
        position: fixed;
        inset: 0;
        z-index: 950;
        background: rgba(15, 23, 42, .48);
    }

    body.admin-body.admin-sidebar-open .admin-sidebar-overlay {
        display: block;
    }
}

@media (max-width: 960px) {
    body.customer-body .customer-dashboard-hero,
    body.customer-body .customer-dashboard-grid {
        grid-template-columns: 1fr;
    }

    body.customer-body .customer-hero-illustration {
        display: none;
    }

    body.customer-body .customer-status-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    body.admin-body .admin-content {
        padding: 21px 14px 34px !important;
    }

    body.admin-body .admin-topbar {
        padding: 11px 16px !important;
    }

    body.admin-body .admin-topbar-user > div {
        display: none;
    }

    body.admin-body .admin-welcome-row {
        align-items: stretch;
        flex-direction: column;
    }

    body.admin-body .admin-welcome-actions,
    body.customer-body .customer-hero-actions {
        flex-direction: column;
    }

    body.admin-body .admin-welcome-actions .btn,
    body.customer-body .customer-hero-actions .btn {
        width: 100%;
    }

    body.admin-body .admin-stat-grid,
    body.customer-body .customer-stat-grid {
        grid-template-columns: 1fr;
    }

    body.admin-body .admin-chart-row {
        grid-template-columns: 76px minmax(80px, 1fr);
    }

    body.admin-body .admin-chart-row > strong {
        grid-column: 1 / -1;
        text-align: left;
    }

    body.admin-body .admin-quick-actions {
        grid-template-columns: 1fr;
    }

    body.customer-body .customer-dashboard-hero {
        padding: 28px 22px;
        border-radius: 20px;
    }
}