/*
Theme Name: Caards Child
Template: caards
*/

.recent-card-section {
 
  border-radius: 16px;
  padding: 20px;
  margin: 35px 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
   background-color: #ffffff!important;
}

.recent-card-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.recent-card-flex a img {
  width: 200px;
  height: auto;
  border-radius: 10px;
  flex-shrink: 0;
}

.recent-card-content {
  flex: 1;
  min-width: 220px;
}

.recent-card-category {
  font-size: 13px;
  color: #1b5e20;
  margin-bottom: 6px;
  font-weight: 600;
  text-transform: uppercase;
}

.recent-card-content h4 {
  margin: 0 0 8px;
  font-size: 22px;
}

.recent-card-content h4 a {
  color: #2e7d32;
  text-decoration: none;
}

.recent-card-content h4 a:hover {
  text-decoration: underline;
}

.recent-card-content small {
  color: #555;
  font-size: 13px;
}