/*
|==========================================================================
| Astrova Premium Dashboard UI
|==========================================================================
*/

/* ==========================================================================
   Base
========================================================================== */

.dsh-dashboard-wrapper{
	padding:30px 0;
	direction:rtl;
	font-family:"Tajawal",sans-serif;
	background:#f8fafc;
}

/* ==========================================================================
   Card Animations
========================================================================== */

@keyframes dshCardFadeUp{
	from{
		opacity:0;
		transform:translateY(18px);
	}
	to{
		opacity:1;
		transform:translateY(0);
	}
}

/* ==========================================================================
   Clean Dashboard Hero
========================================================================== */

.dsh-dashboard-hero{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;
	padding:26px 32px;
	margin-bottom:25px;
	border-radius:24px;
	background:linear-gradient(135deg,#020617 0%,#0f172a 100%);
	overflow:hidden;
	box-shadow:0 16px 40px rgba(2,6,23,.16);
}

.dsh-dashboard-hero::before{
	content:"";
	position:absolute;
	width:260px;
	height:260px;
	border-radius:50%;
	background:rgba(34,197,94,.06);
	top:-100px;
	left:-100px;
	filter:blur(8px);
}

.dsh-dashboard-hero-content{
	position:relative;
	z-index:2;
	flex:1;
	text-align:right;
}

.dsh-dashboard-topbar{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	gap:12px;
	margin-bottom:14px;
	flex-wrap:wrap;
}

.dsh-dashboard-plan{
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:10px 16px;
	border-radius:999px;
	background:rgba(255,255,255,.08);
	border:1px solid rgba(255,255,255,.06);
	color:#fff;
	font-size:13px;
	font-weight:700;
	font-family:"Cairo",sans-serif;
}

.dsh-plan-dot{
	width:9px;
	height:9px;
	border-radius:50%;
	background:#22c55e;
	box-shadow:0 0 10px rgba(34,197,94,.8);
}

.dsh-watch-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:10px 18px;
	border-radius:12px;
	background:#22c55e;
	color:#fff !important;
	text-decoration:none;
	font-size:13px;
	font-weight:700;
	font-family:"Cairo",sans-serif;
	transition:.3s;
	box-shadow:0 10px 24px rgba(34,197,94,.18);
}

.dsh-watch-btn:hover{
	transform:translateY(-2px);
	background:#16a34a;
}

.dsh-dashboard-greeting{
	margin-bottom:10px;
	font-size:14px;
	font-weight:500;
	color:#cbd5e1;
}

.dsh-dashboard-greeting strong{
	color:#fff;
	font-weight:700;
}

.dsh-dashboard-title{
	margin:0 0 12px;
	font-size:34px;
	font-weight:800;
	line-height:1.5;
	color:#fff;
	font-family:"Cairo",sans-serif;
}

.dsh-dashboard-description{
	margin:0;
	max-width:720px;
	font-size:15px;
	line-height:2;
	color:#cbd5e1;
}

/* ==========================================================================
   Top Statistics Grid
========================================================================== */

.dsh-dashboard-top-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px;
	margin-bottom:25px;
	align-items:stretch;
}

.dsh-dashboard-top-grid > .dsh-card{
	height:100%;
	min-height:430px;
}

/* ==========================================================================
   Layout
========================================================================== */

.dsh-request-layout{
	display:grid;
	grid-template-columns:2fr 1fr;
	gap:25px;
	margin-top:25px;
	align-items:stretch;
}

.dsh-full-width-section{
	margin-top:25px;
}

/* ==========================================================================
   Cards
========================================================================== */

.dsh-card{
	position:relative;
	padding:24px;
	border:1px solid #e2e8f0;
	border-radius:24px;
	background:#fff;
	overflow:hidden;
	box-shadow:0 12px 35px rgba(15,23,42,.06);
	animation:dshCardFadeUp .55s ease both;
	transition:.35s ease;
	display:flex;
	flex-direction:column;
	height:100%;
}

.dsh-card:hover{
	transform:translateY(-8px);
	box-shadow:0 22px 50px rgba(15,23,42,.12);
	border-color:#cbd5e1;
}

.dsh-card-header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:20px;
}

.dsh-card-header h3{
	margin:0;
	font-size:16px;
	font-weight:800;
	color:#0f172a;
	font-family:"Cairo",sans-serif;
	line-height:1.6;
}

.dsh-card-icon{
	width:46px;
	height:46px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:14px;
	background:#eff6ff;
	font-size:20px;
}
/* ==========================================================================
   Usage Card
========================================================================== */

.dsh-progress-wrapper{
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}

.dsh-progress-circle{
	width:150px;
	height:150px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
}

.dsh-progress-inner{
	width:115px;
	height:115px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	border-radius:50%;
	background:#fff;
	text-align:center;
	box-shadow:0 8px 20px rgba(15,23,42,.08);
}

.dsh-progress-number{
	font-size:28px;
	font-weight:800;
	color:#0f172a;
	font-family:"Cairo",sans-serif;
}

.dsh-usage-stats{
	display:flex;
	flex-direction:column;
	gap:12px;
}

.dsh-stat-item{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:14px 16px;
	border-radius:16px;
	background:#f8fafc;
	border:1px solid #e2e8f0;
}

.dsh-stat-item strong{
	width:42px;
	height:42px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:linear-gradient(135deg,#2563eb,#7c3aed);
	color:#fff;
	font-size:14px;
	font-weight:800;
	font-family:"Cairo",sans-serif;
}

.dsh-stat-item span{
	font-size:14px;
	color:#475569;
	font-weight:700;
}

/* ==========================================================================
   Support Card
========================================================================== */

.dsh-support-card{
	justify-content:flex-start;
}

.dsh-support-profile{
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	gap:12px;
	margin-bottom:18px;
}

.dsh-support-avatar{
	width:95px;
	height:95px;
	border-radius:50%;
	object-fit:cover;
	border:4px solid #f1f5f9;
	box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.dsh-support-info h4{
	margin:0 0 6px;
	font-size:20px;
	font-weight:800;
	color:#0f172a;
	font-family:"Cairo",sans-serif;
}

.dsh-support-info span{
	display:block;
	font-size:14px;
	color:#64748b;
	margin-bottom:0;
}

.dsh-support-stats{
	display:flex;
	flex-direction:column;
	gap:12px;
	margin-bottom:18px;
}

.dsh-support-stat{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:14px 16px;
	border-radius:16px;
	background:#f8fafc;
	border:1px solid #e2e8f0;
	font-size:14px;
	font-weight:700;
	color:#475569;
}

.dsh-support-stat strong{
	color:#0f172a;
	font-weight:800;
}

.dsh-support-button{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:15px;
	margin-top:6px;
	border-radius:14px;
	background:#25d366;
	color:#fff !important;
	text-decoration:none;
	font-weight:800;
	font-family:"Cairo",sans-serif;
	transition:.3s;
	box-shadow:0 12px 24px rgba(37,211,102,.18);
}

.dsh-support-button:hover{
	transform:translateY(-2px);
	box-shadow:0 16px 28px rgba(37,211,102,.28);
}

/* ==========================================================================
   Statistics Card
========================================================================== */

.dsh-statistics-grid{
	display:flex;
	flex-direction:column;
	gap:14px;
}

.dsh-statistics-item{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:16px 18px;
	border-radius:18px;
	background:#f8fafc;
	border:1px solid #e2e8f0;
	text-align:right;
}

.dsh-statistics-number{
	width:52px;
	height:52px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:linear-gradient(135deg,#2563eb,#7c3aed);
	color:#fff;
	font-size:16px;
	font-weight:800;
	font-family:"Cairo",sans-serif;
	margin:0;
}

.dsh-statistics-label{
	flex:1;
	padding-right:14px;
	font-size:14px;
	font-weight:700;
	color:#475569;
}

/* ==========================================================================
   Astrova Services Card
========================================================================== */

.dsh-astrova-services-card{
	background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);
	border:none;
	color:#fff;
	padding:28px;
}

.dsh-astrova-services-card .dsh-card-header h3{
	color:#fff;
}

.dsh-astrova-services-card .dsh-card-icon{
	background:rgba(255,255,255,.08);
}

.dsh-astrova-services-description{
	margin:0 0 20px;
	font-size:14px;
	line-height:1.9;
	color:rgba(255,255,255,.78);
	font-weight:600;
}

.dsh-astrova-services-list{
	display:flex;
	flex-direction:column;
	gap:14px;
}

.dsh-astrova-service-item{
	display:flex;
	flex-direction:column;
	gap:12px;
	padding:16px;
	border-radius:18px;
	background:rgba(255,255,255,.06);
	border:1px solid rgba(255,255,255,.08);
}
.dsh-astrova-service-info{
	display:flex;
	align-items:center;
	gap:10px;
}

.dsh-astrova-service-dot{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#22c55e;
	flex-shrink:0;
	box-shadow:0 0 10px rgba(34,197,94,.7);
}

.dsh-astrova-service-title{
	font-size:14px;
	font-weight:800;
	color:#fff;
	font-family:"Cairo",sans-serif;
	line-height:1.7;
}

.dsh-astrova-service-button{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:48px;
	border-radius:14px;
	background:linear-gradient(135deg,#2563eb,#7c3aed);
	color:#fff !important;
	text-decoration:none;
	font-size:14px;
	font-weight:800;
	font-family:"Cairo",sans-serif;
	transition:.3s;
}

.dsh-astrova-service-button:hover{
	transform:translateY(-2px);
	box-shadow:0 14px 28px rgba(37,99,235,.30);
}

.dsh-astrova-empty-state{
	padding:18px;
	border-radius:16px;
	background:rgba(255,255,255,.06);
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:rgba(255,255,255,.75);
}

/* ==========================================================================
   Request Form
========================================================================== */

.dsh-request-card{
	padding:34px;
	border-radius:30px;
}

.dsh-request-header{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:20px;
	margin-bottom:28px;
	padding-bottom:22px;
	border-bottom:1px solid #e2e8f0;
}

.dsh-request-header-content{
	display:flex;
	align-items:center;
	gap:16px;
}

.dsh-request-header-icon{
	width:58px;
	height:58px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:18px;
	background:linear-gradient(135deg,#eff6ff,#dbeafe);
	font-size:24px;
	flex-shrink:0;
}

.dsh-request-header-text h3{
	margin:0 0 6px;
	font-size:24px;
	font-weight:800;
	color:#0f172a;
	font-family:"Cairo",sans-serif;
}

.dsh-request-header-text p{
	margin:0;
	font-size:14px;
	line-height:1.8;
	color:#64748b;
	font-weight:600;
}

.dsh-request-limit-box{
	min-width:130px;
	padding:16px;
	border-radius:18px;
	background:linear-gradient(135deg,#eff6ff,#eef2ff);
	border:1px solid #dbeafe;
	text-align:center;
}

.dsh-request-limit-box span{
	display:block;
	font-size:13px;
	font-weight:700;
	color:#64748b;
	margin-bottom:8px;
}

.dsh-request-limit-box strong{
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	margin:0 auto;
	border-radius:50%;
	background:linear-gradient(135deg,#2563eb,#7c3aed);
	color:#fff;
	font-size:18px;
	font-weight:800;
	font-family:"Cairo",sans-serif;
}

.dsh-request-form-area input,
.dsh-request-form-area textarea,
.dsh-request-form-area select{
	width:100%;
	height:60px;
	padding:0 22px;
	border:1px solid #dbe4f0;
	border-radius:18px;
	background:#f8fafc;
	font-size:15px;
	color:#0f172a;
	margin-bottom:22px;
	transition:.3s;
	font-family:"Tajawal",sans-serif;
	box-shadow:none;
}

.dsh-request-form-area textarea{
	height:170px;
	padding-top:18px;
	resize:vertical;
}

.dsh-request-form-area input:focus,
.dsh-request-form-area textarea:focus,
.dsh-request-form-area select:focus{
	outline:none;
	background:#fff;
	border-color:#2563eb;
	box-shadow:0 0 0 4px rgba(37,99,235,.08);
}

.dsh-request-form-area label{
	display:block;
	margin-bottom:10px;
	font-size:14px;
	font-weight:800;
	color:#0f172a;
	font-family:"Cairo",sans-serif;
}

.dsh-request-form-area .wpforms-submit{
	width:100% !important;
	height:60px !important;
	border:none !important;
	border-radius:18px !important;
	background:linear-gradient(135deg,#2563eb,#7c3aed) !important;
	color:#fff !important;
	font-size:18px !important;
	font-weight:800 !important;
	font-family:"Cairo",sans-serif !important;
	box-shadow:0 16px 35px rgba(37,99,235,.24);
	transition:.3s;
}

.dsh-request-form-area .wpforms-submit:hover{
	transform:translateY(-2px);
	box-shadow:0 20px 40px rgba(37,99,235,.32);
}

/* ==========================================================================
   Downloads History + Modal + Pagination
========================================================================== */

.dsh-requests-list{
	overflow-x:auto;
}

.dsh-requests-table{
	width:100%;
	min-width:760px;
	border-collapse:separate;
	border-spacing:0 12px;
}

.dsh-requests-table thead th{
	padding:16px;
	background:#f8fafc;
	color:#475569;
	font-size:13px;
	font-weight:800;
	font-family:"Cairo",sans-serif;
	text-align:center;
	border-bottom:1px solid #e2e8f0;
}

.dsh-requests-table tbody tr{
	background:#fff;
	box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.dsh-requests-table tbody td{
	padding:18px 16px;
	text-align:center;
	font-size:14px;
	color:#334155;
	font-weight:600;
	border-top:1px solid #f1f5f9;
	border-bottom:1px solid #f1f5f9;
}

.dsh-requests-table tbody td:first-child{
	border-right:1px solid #f1f5f9;
	border-radius:16px 0 0 16px;
}

.dsh-requests-table tbody td:last-child{
	border-left:1px solid #f1f5f9;
	border-radius:0 16px 16px 0;
}

.dsh-request-id{
	font-weight:800;
	color:#0f172a;
	font-family:"Cairo",sans-serif;
}

.dsh-request-product{
	font-weight:700;
	color:#1e293b;
	max-width:220px;
	word-break:break-word;
}

.dsh-status-badge{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:8px 14px;
	border-radius:999px;
	font-size:12px;
	font-weight:800;
	font-family:"Cairo",sans-serif;
}

.dsh-status-pending{
	background:#fff7ed;
	color:#ea580c;
}

.dsh-status-processing{
	background:#eff6ff;
	color:#2563eb;
}

.dsh-status-completed{
	background:#ecfdf3;
	color:#16a34a;
}

.dsh-status-rejected{
	background:#fef2f2;
	color:#dc2626;
}

.dsh-button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:10px 18px;
	border:none;
	border-radius:12px;
	background:linear-gradient(135deg,#2563eb,#7c3aed);
	color:#fff !important;
	text-decoration:none;
	font-size:13px;
	font-weight:800;
	font-family:"Cairo",sans-serif;
	cursor:pointer;
	transition:.3s;
}

.dsh-button:hover{
	transform:translateY(-2px);
	box-shadow:0 12px 24px rgba(37,99,235,.25);
}

.dsh-button-secondary{
	background:#f8fafc;
	color:#0f172a !important;
	border:1px solid #e2e8f0;
}

.dsh-button-secondary:hover{
	background:#eef2ff;
	box-shadow:none;
}

.dsh-empty-state{
	padding:40px;
	text-align:center;
	color:#64748b;
	font-size:15px;
	font-weight:700;
}

.dsh-pagination{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10px;
	margin-top:30px;
	flex-wrap:wrap;
}

.dsh-page-link{
	width:42px;
	height:42px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:12px;
	background:#fff;
	border:1px solid #e2e8f0;
	color:#0f172a;
	text-decoration:none;
	font-weight:800;
	transition:.3s;
}

.dsh-page-link:hover,
.dsh-page-link.active{
	background:linear-gradient(135deg,#2563eb,#7c3aed);
	color:#fff;
	border-color:transparent;
}

.dsh-modal{
	display:none;
	position:fixed;
	inset:0;
	background:rgba(15,23,42,.65);
	z-index:99999;
	padding:30px;
	align-items:center;
	justify-content:center;
}

.dsh-modal-content{
	width:100%;
	max-width:900px;
	max-height:90vh;
	background:#fff;
	border-radius:24px;
	overflow:hidden;
	box-shadow:0 25px 60px rgba(0,0,0,.2);
	animation:dshCardFadeUp .25s ease;
}

.dsh-modal-header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:22px 24px;
	border-bottom:1px solid #e2e8f0;
	background:#f8fafc;
}

.dsh-modal-header h3{
	margin:0;
	font-size:20px;
	font-weight:800;
	font-family:"Cairo",sans-serif;
	color:#0f172a;
}

.dsh-modal-close{
	width:42px;
	height:42px;
	border:none;
	border-radius:12px;
	background:#fff;
	font-size:24px;
	cursor:pointer;
	font-weight:800;
	color:#0f172a;
}

.dsh-modal-body{
	padding:24px;
	max-height:70vh;
	overflow-y:auto;
}

.dsh-request-details-table{
	width:100%;
	border-collapse:collapse;
}

.dsh-request-details-table th,
.dsh-request-details-table td{
	padding:14px 16px;
	border-bottom:1px solid #e2e8f0;
	text-align:right;
	font-size:14px;
}

.dsh-request-details-table th{
	width:220px;
	font-weight:800;
	color:#0f172a;
	font-family:"Cairo",sans-serif;
	background:#f8fafc;
}

.dsh-request-details-table td{
	color:#475569;
	font-weight:600;
}

.dsh-request-notes{
	margin-top:24px;
	padding:20px;
	border-radius:18px;
	background:#f8fafc;
	border:1px solid #e2e8f0;
}

.dsh-request-notes h4{
	margin:0 0 12px;
	font-size:16px;
	font-weight:800;
	font-family:"Cairo",sans-serif;
	color:#0f172a;
}

.dsh-request-notes p{
	margin:0;
	line-height:2;
	color:#475569;
	font-weight:600;
}

/* ==========================================================================
   Responsive
========================================================================== */

.dsh-full-width-section .dsh-card{
	padding:30px !important;
	border-radius:28px !important;
}

@media(max-width:1100px){

	.dsh-dashboard-top-grid{
		grid-template-columns:1fr;
	}

	.dsh-dashboard-top-grid > .dsh-card{
		min-height:auto;
	}

	.dsh-request-layout{
		grid-template-columns:1fr;
	}

	.dsh-upgrade-area .dsh-card{
		position:relative;
		top:auto;
	}
}

@media(max-width:768px){

	.dsh-request-header{
		flex-direction:column;
		align-items:stretch;
	}

	.dsh-request-header-content{
		flex-direction:column;
		text-align:center;
	}

	.dsh-request-header-text h3{
		font-size:22px;
	}

	.dsh-request-limit-box{
		width:100%;
	}

	.dsh-astrova-service-item{
		padding:14px;
	}

	.dsh-requests-table{
		min-width:650px;
	}

	.dsh-modal{
		padding:15px;
	}

	.dsh-modal-content{
		max-height:95vh;
	}

	.dsh-request-details-table th,
	.dsh-request-details-table td{
		font-size:13px;
		padding:12px;
	}
}
/*
|--------------------------------------------------------------------------
| Astrova Portal Premium Services
|--------------------------------------------------------------------------
*/

.dsh-astrova-portal-wrapper {
	padding-top: 10px;
}

.dsh-astrova-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 30px;
	align-items: stretch;
}

.dsh-service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 30px;
	border-radius: 28px;
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid #e2e8f0;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
	transition: all 0.35s ease;
	overflow: hidden;
	height: 100%;
	min-height: 420px;
}

.dsh-service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 24px 55px rgba(15, 23, 42, 0.14);
	border-color: #cbd5e1;
}

.dsh-service-card-active::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.dsh-service-card-soon {
	opacity: 0.96;
}

.dsh-service-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 8px 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f59e0b, #ea580c);
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	font-family: "Cairo", sans-serif;
	box-shadow: 0 10px 24px rgba(234, 88, 12, 0.22);
}

.dsh-service-icon {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 22px;
	background: linear-gradient(135deg, #eff6ff, #eef2ff);
	font-size: 34px;
	margin-bottom: 24px;
	box-shadow: 0 12px 24px rgba(37, 99, 235, 0.08);
}

.dsh-service-title {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 800;
	color: #0f172a;
	font-family: "Cairo", sans-serif;
	line-height: 1.6;
}

.dsh-service-description {
	margin: 0 0 26px;
	font-size: 14px;
	line-height: 2;
	color: #64748b;
	font-weight: 600;
	flex-grow: 1;
}

.dsh-service-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 56px;
	border-radius: 18px;
	background: linear-gradient(135deg, #2563eb, #7c3aed);
	color: #ffffff !important;
	text-decoration: none;
	font-size: 16px;
	font-weight: 800;
	font-family: "Cairo", sans-serif;
	transition: all 0.3s ease;
	box-shadow: 0 16px 35px rgba(37, 99, 235, 0.22);
}

.dsh-service-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 42px rgba(37, 99, 235, 0.30);
}

.dsh-service-button-disabled {
	background: linear-gradient(135deg, #cbd5e1, #94a3b8);
	cursor: not-allowed;
	box-shadow: none;
}

.dsh-service-button-disabled:hover {
	transform: none;
	box-shadow: none;
}

@media (max-width: 1100px) {
	.dsh-astrova-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.dsh-astrova-services-grid {
		grid-template-columns: 1fr;
	}

	.dsh-service-card {
		padding: 24px;
		min-height: auto;
		border-radius: 24px;
	}

	.dsh-service-title {
		font-size: 20px;
	}

	.dsh-service-button {
		height: 52px;
		font-size: 15px;
	}
}
/*
|--------------------------------------------------------------------------
| Force Astrova Portal Position
|--------------------------------------------------------------------------
*/

.woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: column;
}

.woocommerce-MyAccount-navigation-link--astrova-portal {
	order: 5 !important;
}

.woocommerce-MyAccount-navigation-link--subscriptions {
	order: 4 !important;
}

.woocommerce-MyAccount-navigation-link--downloads {
	order: 6 !important;
}

.woocommerce-MyAccount-navigation-link--edit-address {
	order: 7 !important;
}

.woocommerce-MyAccount-navigation-link--edit-account {
	order: 8 !important;
}

.woocommerce-MyAccount-navigation-link--wishlist,
.woocommerce-MyAccount-navigation-link--favorites {
	order: 9 !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout {
	order: 99 !important;
}