.elementor-1169 .elementor-element.elementor-element-4ef8a36{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1169 .elementor-element.elementor-element-4ef8a36 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-c05f130 */.recommended-reading {
  margin: 60px auto;
  max-width: 1200px;
}

.recommended-reading h3 {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.recommended-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.recommended-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.recommended-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
}

.recommended-card a {
  text-decoration: none;
  font-weight: 700;
  color: #1f2937;
  display: block;
  line-height: 1.4;
}/* End custom CSS */