.courses .course-layout{grid-template-columns:235px minmax(0,1fr);gap:36px}.courses .course-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:20px}.courses .course-card{display:flex;min-width:0;flex-direction:column;border-radius:10px}.courses .card-photo{height:155px;overflow:hidden}.courses .card-photo>a{display:block;height:100%}.courses .card-photo img{width:100%;height:100%;object-fit:cover}.courses .card-body{display:flex;min-height:175px;flex:1;flex-direction:column;padding:17px}.courses .card-body h3{min-height:0;margin-bottom:8px;font-size:14px;line-height:1.35}.courses .card-body h3 a:hover{color:var(--green)}.courses .card-body p{min-height:0;flex:1;margin:0 0 13px;font-size:10px}.courses .card-body footer{justify-content:space-between;gap:8px;margin:0 1px;padding:10px 10px 10px;border-radius: 10px;
    font-size: 11px;}.courses .card-body footer span{min-width:0}.home-course-placeholder{display:grid!important;position:static!important;width:100%;height:100%;padding:0!important;place-items:center;border-radius:0!important;color:#fff;background:linear-gradient(145deg,var(--green),var(--navy))!important;font-size:38px}.home-courses-empty{display:grid;grid-column:1/-1;min-height:210px;padding:30px;place-items:center;border:1px dashed #cbd5df;border-radius:8px;color:var(--muted);text-align:center}.home-courses-empty i{color:var(--green);font-size:38px}.home-courses-empty p{margin:0}
@media(max-width:1050px){.courses .course-layout{grid-template-columns:1fr}.courses .course-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.courses .course-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}
@media(max-width:560px){.courses .course-grid{grid-template-columns:1fr}.courses .card-photo{height:210px}}
