/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/

.btn-download {
	display: inline-block;
	background: var(--c-main);
	color: #fff;
	padding: 10px 16px;
	border-radius: 4px;
	text-decoration: none;
}
.btn-download:hover {
	background: #2ab391bd;
	color: #fff;
}
.media-ratio .wp-post-image, .media-ratio > img{
	background-size:100% !important;
}



.member_content{
	text-align:center;
}
.member_content .title{
	margin-bottom:30px;
}
.member_content .title h1{
	font-family: "Public Sans", system-ui, sans-serif;
	color: #5584a4;
	font-size: 262.5%;
	text-shadow: none;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	font-weight: bold;
	margin:0;
}
.member_content .title h2{
	font-family: "Public Sans", system-ui, sans-serif;
	color: #254458;
	font-size: 156.25%;
	text-shadow: none;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	font-weight: bold;
	margin-top:0;
	margin-bottom:15px;
}
.member_content .title p{
	font-family: "Public Sans", system-ui, sans-serif;
	color: #000000;
	font-size: 93.75%;
	text-shadow: none;
	line-height: 1.8;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	font-weight: 800;
	margin:0;
}
.membership-pricing {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
.login_renew span a{
	font-family: "Public Sans", system-ui, sans-serif;
	display:block;
	text-align:center;
	font-size: 125%;
	text-shadow: none;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: inherit;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	font-weight: 800;
	color:#5584a4;
}
.notice_msg span{
	font-family: "Public Sans", system-ui, sans-serif;
	color:#5584a4;
	font-size: 75%;
	text-shadow: none;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: inherit;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	font-weight: bold;
	text-align:center;
	display:block;
}
.plan h3 {
	font-family: "Public Sans", system-ui, sans-serif;
	color:#5584a4;
	font-size: 137.5%;
	text-shadow: none;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: inherit;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	font-weight: bold;
	margin:0 0 10px;
}
.plan-desc{
	font-family: "Public Sans", system-ui, sans-serif;
	color: #808b95;
	font-size: 68.75%;
	text-shadow: none;
	line-height: 1.8;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: inherit;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	font-weight: normal;
}
.price-btn {
	display: block;
	background: #5584a4;
	color: #fff;
	padding: 8px 30px;
	margin: 10px 0;
	border-radius: 10px;
	text-decoration: none;
	width: fit-content;
	position:relative;
	font-family: "Public Sans", system-ui, sans-serif;
	color: #ffffff;
	font-size: 106.25%;
	text-shadow: none;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	font-weight: 500;
	border:1px solid #5584a4;
}

.price-btn:hover {
	background: transparent;
	color:#5584a4 !important;
}

.price-btn .best-badge {
	display: block;
	color: #c85b2b;
	font-weight: 600;
	margin-top: 5px;
	position: absolute;
	right: -90px;
	top: 0;
}
.post-header{
	display:none;
}


.forum-stats-box {
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	margin: 0px 0 30px;
}
.forum-stats-title {
	font-weight: 700;
	font-size: 20px;
	border-bottom: 2px solid #5584A4;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.forum-stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 15px;
	text-align: center;
}
.forum-stat .stat-number {
	font-size: 22px;
	font-weight: 700;
	color: #5584A4;
	display: block;
}
.forum-stat .stat-label {
	font-size: 14px;
	color: #5584A4;
}



@media screen and (max-width:1280px){
	.membership-pricing {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width:600px){
	.membership-pricing {
		grid-template-columns: repeat(1, 1fr);
	}
}