/* =====================================
   SENECA BLOG FEED PAGE (Target Feed Blocks)
   ===================================== */

/* "Seneca Articles & Reports" strip */
.t-feed__title {
  font-family: Arial, sans-serif !important;
  font-size: 30px !important;       /* Desktop */
  background-color: #2EC4B6 !important;
  color: #FDF8F3 !important;
  padding: 15px 25px !important;
  display: inline-block !important;
  border-radius: 4px !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}

/* Feed card titles */
.t-feed__item-title {
  font-family: Arial, sans-serif !important;
  font-size: 20px !important;       /* Desktop */
  color: #4B2E2B !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

/* Feed card excerpt/body */
.t-feed__item-text {
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;       /* Desktop */
  color: #4B2E2B !important;
  line-height: 1.7 !important;
  margin-bottom: 15px !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .t-feed__title {
    font-size: 18px !important;
  }
  .t-feed__item-title {
    font-size: 12px !important;
  }
  .t-feed__item-text {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
}
