.elementor-3217 .elementor-element.elementor-element-60b893e{--display:flex;}/* Start custom CSS for container, class: .elementor-element-60b893e */.yt-custom-card {
  width: 320px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  margin-bottom: 20px;
  font-family: "Segoe UI", sans-serif;
}

.yt-thumb-overlay {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.yt-thumb-overlay img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
}

.yt-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yt-play-rect {
  width: 60px;
  height: 40px;
  background-color: red;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yt-play-triangle {
  width: 0;
  height: 0;
  border-left: 16px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.yt-overlay-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
  color: white;
}

.yt-overlay-text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.yt-meta-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 4px;
}

.yt-meta-left, .yt-meta-right {
  color: #eee;
}/* End custom CSS */