.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  width: 100%;
}

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-media-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  overflow: hidden;
  background: #000;
}

.k-reel-video,
.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-fallback-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-hit-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-views-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
  backdrop-filter: blur(4px);
}

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-mute-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  backdrop-filter: blur(4px);
  transition: background 0.2s;
}

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-mute-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-link-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary, #1b7a33);
  text-decoration: none;
  background: #fdfdfd;
  border-top: 1px solid #f2f2f2;
  transition: background 0.2s, color 0.2s;
}

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-link-bar:hover {
  background: #f7f7f7;
  color: var(--primary-dark, #154f26);
}
