@charset "UTF-8";

@media all {
	.webinar-entry {
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: space-between;
	}

	.webinar-entry:first-of-type {
		border-top: 1px solid #00000020;
		padding-top: 1rem;
	}

	.webinar-entry:not(:last-of-type) {
		border-bottom: 1px solid #00000020;
		padding-bottom: 1rem;
	}

	.webinar-entry:last-of-type a.btn {
		width: 100%;
	}

	.webinars .card-body {
		display: flex;
		flex-direction: column;
	}
}