/* Main container */
.pricing-container {
	width: 100%;
	margin: 53px auto;
	background-color: #f9fafb;
}

/* Grid layout */
.pricing-grid {
	display: grid;
	grid-template-columns: 30% 18% 18% 18% ;
}

/* Service name cell */
.service-name-cell {
	grid-column: 1;
	height: 121px;
	border-radius: 5px 5px 0px 0px;
	background: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	box-sizing: border-box;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #F1EDE5;
}

.service-title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 28px;
	margin-left: 20px;
}

.service-description {
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #999999;
	margin-top: 18px;
	margin-left: 20px;
}

/* Member header cells */
.general-member-header {
	background: linear-gradient(0deg, #7188A7 0%, #ABC0DB 100%);

	box-sizing: border-box;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #F1EDE5;
}

.business-member-header {
	background: linear-gradient(0deg, #F4BD72 0%, #FEEBCE 100%);
}

.vip-member-header {
	background: linear-gradient(0deg, #1D2146 0%, #7A80AA 100%);

}
.member-cor{
	font-size: 20px;
	color: #753706!important;

}
.member-vip{
	font-size: 20px;
	color: #F7E2C4!important;
}
.member-vip-sub{
	margin-top: 22px!important;
	font-size: 14px!important;
	color: #F7E2C4!important;
	text-align: center;
}

.member-title {
	margin-top: 26.5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

.member-description {
	font-size: 12px;
	margin: 18px auto 0 ;
	width: 140px;
	color: #FFFFFF;

}

/* Media header */
.media-header {
	grid-column: 5;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: #f3f4f6;
}

.video-header,
.image-header {
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.media-title {
	font-size: 20px;
	font-weight: normal;
	color: #333333;

}

/* Service category */
.service-category {
	grid-column: 1 / span 5;
	background-color: #F7F7F7;
}

.category-title {
	margin: 16px 0;
	padding-left: 15px;
	font-weight: normal;
	color: #000000;
	border-left: 4px solid #dc2626;
	font-size: 18px;
}

/* Service cells */
.service-cell {
	grid-column: 1;
	padding: 16px;
	background-color: white;
	height: 96px;
	border-bottom: 1px solid #F1EDE5;
}

.service-label {
	grid-column: 2;
	padding: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	color: #333333;

}

/* Member cells */
.general-member-cell {
	grid-column: 2;
	padding: 16px;
	text-align: center;
	background-color: #EAF3FF;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 96px;
	border-bottom: 1px solid #F1EDE5;

}

.business-member-cell {
	grid-column: 3;
	padding: 16px;
	text-align: center;
	background-color: #FFEDD2;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 96px;
	border-bottom: 1px solid #F1EDE5;

}

.vip-member-cell {
	grid-column: 4;
	padding: 16px;
	text-align: center;
	background-color: #E4E4E9;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 96px;
	border-bottom: 1px solid #F1EDE5;

}

/* Media cells */
.media-cell {
	height: 96px;
	display: flex;
	border-bottom: 1px solid #F1EDE5;

}

.video-cell,
.image-cell {
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f3f4f6;
}

.media-icon {
	opacity: 0.5;
}

/* Text styles */
.highlight-green {
	font-size: 16px;
	color: #23B045;
}

.highlight-blue {
	color: #2563eb;
	font-weight: 500;
}

.text-gray {
	color: #7289A8;
}

.percentage {
	font-size: 16px;
	color: #000000;

}


.video-icon{
	background-image: url('/images/d2c-video.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 85px;
	height: 47px;
	margin: 0 auto
}

.image-icon {
	background-image: url('/images/d2c-image.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 85px;
	height: 47px;
	margin: 0 auto
}
