.yt-ai-bar {
  margin: 1rem 0 1.5rem;
}

.yt-ai-btn {
  background: #D96828;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.yt-ai-btn:hover {
  opacity: 0.9;
}

.yt-ai-modal {
  display: none;
  position: fixed;
  z-index: 1119999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.yt-ai-modal-content {
  background: #fff;
  margin: 8% auto;
  padding: 20px;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  position: relative;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.yt-ai-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  cursor: pointer;
}

.yt-ai-summary-text {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 15px;
}
