/* Social Video Embedder - Frontend Styles */

.sve-embed-container {
  margin: 20px 0;
  position: relative;
}

.sve-embed-container iframe {
  max-width: 100%;
  height: auto;
  border: none;
  border-radius: 4px;
}

.sve-embed-container blockquote {
  margin: 0;
  padding: 0;
}

/* TikTok specific styles */
.sve-embed-tiktok {
  text-align: center;
}

.sve-embed-tiktok blockquote.tiktok-embed {
  max-width: 100% !important;
  min-width: 100% !important;
}

/* Instagram specific styles */
.sve-embed-instagram {
  text-align: center;
}

.sve-embed-instagram blockquote.instagram-media {
  max-width: 100% !important;
}

/* YouTube Shorts specific styles */
.sve-embed-youtube_shorts {
  max-width: 400px;
  margin: 20px auto;
}

/* Kwai specific styles */
.sve-embed-kwai {
  max-width: 400px;
  margin: 20px auto;
}

/* Fallback link styles */
.sve-embed-fallback {
  padding: 15px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}

.sve-embed-fallback a {
  color: #0073aa;
  text-decoration: none;
  font-weight: 500;
}

.sve-embed-fallback a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .sve-embed-container {
    margin: 15px 0;
  }

  .sve-embed-youtube_shorts,
  .sve-embed-kwai {
    max-width: 100%;
  }
}

/* Loading state */
.sve-embed-loading {
  opacity: 0.6;
  pointer-events: none;
}
