body.path-new-projects .views-element-container .views-row {
  display: flex ;
  flex-direction: row ;
  align-items: flex-start ;
  gap: 20px ;
  padding: 20px ;
  margin-bottom: 20px ;
  background: #f5f8fa ;
  border-radius: 8px ;
  transition: box-shadow 0.2s ease ;
}

body.path-new-projects .views-element-container .views-row:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) ;
}

body.path-new-projects .views-element-container .views-row img {
  width: 100% ;
  max-width: 240px ;
  height: auto ;
  border-radius: 4px ;
  object-fit: cover ;
  flex-shrink: 0 ;
}

body.path-new-projects .views-element-container .views-row .content,
body.path-new-projects .views-element-container .views-row .field-content {
  flex: 1 ;
}

body.path-new-projects .views-element-container .views-row h3 a,
body.path-new-projects .views-element-container .views-row .field-title a {
  font-size: 1.25rem ;
  font-weight: 600 ;
  color: #003366 ;
  text-decoration: none ;
}

body.path-new-projects .views-element-container .views-row h3 a:hover,
body.path-new-projects .views-element-container .views-row .field-title a:hover {
  color: #0059b3 ;
}

body.path-new-projects .views-element-container .views-row p {
  font-size: 0.95rem ;
  color: #333 ;
  line-height: 1.5 ;
  margin-top: 10px ;
}
body.path-new-projects .views-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background: #f5f8fa;
  border-radius: 8px;
  transition: box-shadow 0.2s ease;
}

body.path-new-projects .views-row:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

body.path-new-projects .views-row img {
  width: 100%;
  max-width: 240px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

body.path-new-projects .views-row .field-content {
  flex: 1;
}

body.path-new-projects .views-row h3 a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #003366;
  text-decoration: none;
}

body.path-new-projects .views-row h3 a:hover {
  color: #0059b3;
}

body.path-new-projects .views-row p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  margin-top: 10px;
}
