/**
 * Webinars index styles
 *
 * @author      Jim Mock
 * @copyright   2025, ON1
 */

.btn.rounded-pill {
	padding: 0.425rem 1.25rem !important;
}

.btn.btn-lg {
	padding: 0.625rem 1.75rem !important;
}

.card {
	border: none;
}

.card .icon-bg {
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	position: relative;
}
