HEX
Server: Apache
System: Linux host60.registrar-servers.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: wwwrenee (3804)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/wwwrenee/public_html/wp-content/themes/maxcoach/assets/scss/learnpress/_widgets.scss
.archive-course-widget-outer  {
	.course-entry {
		display: flex;
		align-items: center;

		+ .course-entry {
			border-top: 1px solid #eee;
			padding-top: 20px;
			margin-top: 20px;
		}
	}

	.course-cover {
		flex-shrink: 0;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		overflow: hidden;
		margin-right: 20px;

		img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}

	.course-title {
		@extend %NormalTransition;
		font-size: 15px;
		line-height: 1.6;
		margin: 0;
		color: $secondary-color;

		&:hover {
			color: $primary-color;
		}
	}

	.course-price {
		font-size: 15px;
		font-weight: 800;
		margin-bottom: 9px;
		color: $primary-color;
	}

	.course-description {
		margin-top: 10px;
	}

	.course-meta-data {
		margin-top: 5px;
	}
}