/* Grid (3 per row) */
.wb-webinars-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 24px;
}

/* Card */
.wb-webinar-card {
    border: 1px solid #C8C8C8;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 260px;
}
.wb-webinar-card .wb-thumb img { width:100%; height:auto; margin-bottom:8px; }
.wb-webinar-card h3 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 32px;
    letter-spacing: -0.4;
    color: #1c1c1c;
}
.wb-short-title {
    font-weight: 400;
    color: #727272;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}
.wb-meta { 
	font-size:14px; 
	color:#002855; 
	margin: 10px 0px; 
	display: flex; 
	gap: 20px; 
}
.wb-price { 
	margin-top: 10px;
    font-weight: 600;
    text-align: right; 
}
.wb-speakers { 
	display: flex; 
	gap: 10px; 
	flex-wrap: wrap; 
	margin: 15px 0px; 
}
.wb-date {
    width: 50%;
    text-align: center;
    background-color: #f5f9ff;
    padding: 10px;
    border-radius: 24px;
	font-weight: 400;
    font-family: "Poppins", sans-serif;
	font-size: 14px;
}
.wb-time {
	width: 50%;
    text-align: center;
    background-color: #f5f9ff;
    padding: 10px;
    border-radius: 24px;
	font-weight: 400;
    font-family: "Poppins", sans-serif;
	font-size: 14px;
}
.wb-speaker-mini img {
	width:100px;
	height:auto;
}
.price-main-one {
    color: #002855;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.4px;
}
.price-sub-one {
    font-size: 18px;
    color: #727272;
    font-weight: 500;
	margin-bottom: 0px;
}
/* Read more */
.wb-read-more {
	background: #fff;
    border: 1px solid #F99D31;
    color: #F99D31;
    text-align: center;
    fill: #F99D31;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border-radius: 24px;
	
}

/* Single template */
.wb-webinar-single-wrap { max-width: 1000px; margin: 24px auto; padding: 0 16px; }
.wb-webinar-header h1 { margin:0 0 8px; }
.wb-speakers-list { margin:16px 0; }
.wb-speaker img { width:100px; height:auto; display:block; }
.wb-speaker-name { margin-top:6px; font-weight:600; }

/* Responsive */
@media (max-width: 900px) {
	.wb-webinars-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.wb-webinars-grid { grid-template-columns: repeat(1, 1fr); }
}
span.wb-venue-card {
    display: flex;
    background: #f5f9ff;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
	font-weight: 400;
    font-family: "Poppins", sans-serif;
	font-size: 14px;
}
.wb-meta.cme-points {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.4px;
    color: #1c1c1c;
    font-family: "Poppins", sans-serif;
}