/* CUSTOMER_ALPHA_MY_VIDEOS_PRIVATE_DRAFTS_V53 */
.customer-alpha-my-videos-v53 {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgba(99, 102, 241, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.09);
  color: #0f172a;
}
.customer-alpha-my-videos-v53 h2 { margin: 0 0 8px; font-size: 24px; }
.customer-alpha-my-videos-v53 p { color: #475569; }
.customer-alpha-my-videos-v53 .status-row,
.customer-alpha-my-videos-v53 .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.customer-alpha-my-videos-v53 .pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 10px;
  background: #eef2ff;
  color: #1e1b4b;
  font-size: 12px;
  font-weight: 800;
}
.customer-alpha-my-videos-v53 .card {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #f8fafc;
}
.customer-alpha-my-videos-v53 .card h3 { margin: 0 0 8px; font-size: 18px; }
.customer-alpha-my-videos-v53 .field-list { display: grid; gap: 8px; margin-top: 12px; }
.customer-alpha-my-videos-v53 .field {
  padding: 10px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
}
.customer-alpha-my-videos-v53 .field strong {
  display: block;
  margin-bottom: 3px;
  color: #334155;
  font-size: 12px;
  text-transform: uppercase;
}
.customer-alpha-my-videos-v53 .field span { color: #0f172a; overflow-wrap: anywhere; }
.customer-alpha-my-videos-v53 a,
.customer-alpha-my-videos-v53 button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 9px 12px;
  background: #4f46e5;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}
.customer-alpha-my-videos-v53 button.secondary,
.customer-alpha-my-videos-v53 a.secondary { background: #e0e7ff; color: #1e1b4b; }
.customer-alpha-my-videos-v53 .empty {
  margin-top: 16px;
  padding: 16px;
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  background: #ffffff;
  color: #64748b;
}
.customer-alpha-my-videos-v53 .boundary {
  margin-top: 12px;
  color: #155e75;
  font-size: 12px;
  font-weight: 800;
}
@media (max-width: 720px) { .customer-alpha-my-videos-v53 { padding: 16px; } }
