/*
  Theme Name: Divi Child Theme
  Version: 1.0.0
  Template: Divi
  Author: Divi Pixel
  Author URI: https://www.divi-pixel.com
  Description: PiressLife
  Text Domain: divi-child-theme
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Course Card Container */
.llms-loop-item {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 20px;
}

/* Hover Animation */
.llms-loop-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* Featured Image */
.llms-loop-item img {
  width: 100%;
  height: auto;
  border-bottom: 3px solid #f2f2f2;
  border-radius: 12px 12px 0 0;
}

/* Course Title */
.llms-loop-item-content h4.llms-loop-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin: 16px 0 8px 0;
}

/* Course Excerpt */
.llms-loop-item-content .llms-course-excerpt {
  font-size: 14px;
  color: #777;
  padding: 0 20px;
  text-align: center;
}

/* Enroll Button */
.llms-loop-item .llms-loop-enroll {
  display: inline-block;
  margin-top: 12px;
  background: #0082f3;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.llms-loop-item .llms-loop-enroll:hover {
  background: #005fba;
}
