.tl-home-widgets {
  display: grid;
  gap: 20px;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid #c7d6da;
  border-radius: 14px;
  background: #eef3f4;
  box-shadow: 0 8px 22px rgba(4, 31, 42, .09);
}

.tl-home-widgets > article { padding-block: 0; }

.tl-home-widgets [class*="wp-block-acf-"] {
  overflow: hidden;
  border: 1px solid #cbd9dd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 17px rgba(4, 31, 42, .075);
}

.tl-home-widgets [class*="wp-block-acf-"] > .container {
  padding-top: 18px;
  padding-bottom: 18px;
}

.tl-home-widgets h2 {
  position: relative;
  margin-bottom: 14px !important;
  padding-left: 13px;
  font-size: 18px !important;
  letter-spacing: .02em;
}

.tl-home-widgets h2::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 4px;
  border-radius: 4px;
  background: #e32636;
}

.tl-home-widgets article a { border-radius: 9px; }
.tl-home-widgets article img { transition: transform .25s ease; }
.tl-home-widgets article a:hover img { transform: scale(1.025); }
.tl-home-widgets article h3 { line-height: 1.28; }
.tl-home-widgets table { overflow: hidden; border-radius: 8px; }

.tl-home-widgets .video-card {
  padding: 8px;
  border: 1px solid #d8e2e5;
  border-radius: 11px;
  background: #f8fafb;
  box-shadow: 0 3px 9px rgba(4, 31, 42, .06);
}

@media (max-width: 780px) {
  .tl-home-widgets { padding: 14px; }
}

@media (max-width: 520px) {
  .tl-home-widgets {
    margin-inline: -10px;
    padding: 10px;
    border-radius: 0;
  }
}
