.joomdle_item_full {
    border-style: solid;
    border-color:#e5e5e5;
    border-width: 1px 1px 1px 1px;
    background: #f2f2f2;
    margin-bottom: 5px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    font-weight:bold;
    padding: 5px;
    margin-bottom: 2px;
    overflow:auto;
}

.joomdle_course_list_item_title {
}

.joomdle_course_list_item_description {
}

.joomdle_category_list_item_title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--link-color);
  text-decoration: none;
}

.joomdle_list_description { /* subarea for category description */
    background: #F8F7EE;
    color: black;
    margin-bottom: 10px;
    padding: 5px;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
}

/* Users lists */
.joomdle_user_list_item {
    margin-bottom: 10px;
    padding-bottom: 5px; 
    height: 73px;
}

.joomdle_user_list_item_name {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.joomdle_user_list_item_name a:link {
    font-weight:bold;
}
.joomdle_user_list_item_name a:visited {
    font-weight:bold;
}

/* Teacher page */
.joomdle_user_details {
    margin-bottom: 10px;
    padding-bottom: 5px; 
    padding-top: 10px; 
    padding-left: 100px;
}

.joomdle_user_pic {
    float: left; 
    border-style: solid;
    border-color:#e5e5e5;
    border-width: 1px 1px 1px 1px;
    padding: 2px;
    margin-top: 5px; 
    margin-bottom: 5px; 
    margin-left: 10px; 
    background: #fff; 
}

.joomdle-courselist h4 {
    margin-bottom:10px;
}

table.simpletable {
    border: 1px solid;
    border-color:black;
}

.simpletable td {
    border: 1px solid;
    border-color:black;
}


.joomdle_mycourses_no_list ul {
    list-style-type: none;
    margin-left: 0px !important;
}

.joomdle_mycourses_no_list img {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 3px solid;
    float: left !important;
    margin-left: 0px !important;
    margin-right: 10px !important;
    margin-bottom: 9px !important;      
}

.joomdle_mycourses_no_list ul li a {
    vertical-align: top;
}

.joomdle_mycourses_no_list .clear_float {
    clear: left;
    border-bottom: 2px dotted;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: justify;
}

.joomdle_mycourses_no_list .course_summary {
    text-align: justify;
}

.joomdle_nocourses_message {
}

.joomdle_course_image img {
  max-width: 100px;
  max-height: 100px;
}

.joomdle-courselist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
  font-family: "Inter", sans-serif;
}

.joomdle_card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.joomdle_course_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.joomdle_course_info {
  padding: 15px;
  flex: 1;
}

.joomdle_course_title a {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--link-color);
  text-decoration: none;
}

.joomdle_course_title a:hover {
  text-decoration: underline;
}

.joomdle_course_description {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #555;
}

.joomdle-categorylist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
  font-family: "Inter", sans-serif;
}

.joomdle_category_info {
  padding: 15px;
  flex: 1;
}
