/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/


.tcr-related-insights-section {
  margin: 40px 0;
}
.tcr-related-insights-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.tcr-related-insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.tcr-related-insights-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 340px;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.tcr-related-insights-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.85) 100%);
}

.tcr-related-insights-content {
  position: relative;
  padding: 20px;
  z-index: 2;
  width: 100%;
}
.tcr-related-insights-meta {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.tcr-related-insights-date {
  color: #ccc;
  letter-spacing: 0.5px;
}
.tcr-related-insights-category {
  color: #f9a825; /* highlight color */
}
.tcr-related-insights-card-title {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 10px;
}
.tcr-related-insights-card-excerpt {
  font-size: 14px;
  color: #ddd;
  margin: 0;
}
