.content-area {
    background-color: #F9F7F7;
}

.sfwd-courses-archive-hero-section .entry-hero-container-inner .entry-header {
    display: block;
    text-align: left;
    padding: 48px 0;
}

.sfwd-courses-archive-hero-section .page-description > *:last-child {
    margin-bottom: 0;
}

.ec-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 6px 6px 0px 0px;
    background-color: #fff;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ec-card__thumb {
    overflow: hidden;
    aspect-ratio: 3 / 2;
    background-color: #f3f4f6;
}

.ec-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ec-card__content {
    padding: 20px;
}

.ec-card .entry-title {
    font-size: 24px;
    line-height: 1.33;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
}

.ec-card__title {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
}

.ec-card__title a {
    color: inherit;
    text-decoration: none;
}

.ec-card__title a:hover,
.ec-card__title a:focus {
    text-decoration: underline;
}

.ec-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    color: #4b5563;
    line-height: 1.6;
    min-height: 28px;
}

.ec-card__meta .ec-card__rating::after {
    content: none;
}

.taxonomy-ld_course_category .ec-card__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
}

.taxonomy-ld_course_category .ec-card__content .entry-title {
    margin: 0;
}

.taxonomy-ld_course_category .ec-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.ec-card__price {
    font-weight: 600;
    font-size: 1rem;
    color: #111827;
    gap: 8px;
}
.ec-card__price del {
    opacity: 0.5;
}

.ec-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
    color: #ff2718;
}

.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    background: #ff2718;
}

.ec-card__instructors {
    padding-top: 1em;
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #282828;
}

.ec-card__instructor {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ec-card__instructor-photo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.ec-card__instructor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.ec-card__instructor-name {
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #111827;
}

.ec-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    gap: 1.5rem;
}

.ec-card__price--private,
.ld-price--private {
  text-transform: uppercase;
}