.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: 150%; /* 2:3 Portrait 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);
}

/* Modal Overlay */
.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(8px);
  padding: 20px;
}

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-modal-container {
  position: relative;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  max-width: 440px; /* reels portrait size */
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-modal-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 177.77%; /* 9:16 Aspect Ratio for portrait reels */
  background: #000;
}

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-modal-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, transform 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-modal-close-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.05);
}

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-modal-mute-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.cc_1Y5QghZ9ie_2Tgs0zP5oE .k-reel-modal-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: var(--primary, #1b7a33);
  text-decoration: none;
  text-align: center;
  transition: background 0.2s;
}

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

.cc_1Y5QghZ9ie_2Tgs0zP5oE button.k-reel-hit-area {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
