/******* Do not edit this file *******
Code Snippets Manager
Saved: Jul 01 2026 | 20:43:49 */
@charset "UTF-8";
.cbs-video-embed-wrapper {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.cbs-video-embed-wrapper iframe {
  width: 100%;
  aspect-ratio: 1.7777777778;
  display: block;
  border: none;
}
.entry-content.cbs-tutorial-video.wp-block-post-content.is-layout-flow {
  max-width: 860px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block: 2rem;
}
.entry-content.cbs-tutorial-video .cbs-video-embed-wrapper {
  max-width: 800px;
  margin-inline: auto;
  margin-block-end: 1.5rem;
}
.entry-content.cbs-tutorial-video .cbs-video-embed-wrapper iframe {
  width: 100%;
  aspect-ratio: 1.7777777778;
  display: block;
  border: none;
}
/* Related Videos card title */
.wp-block-heading.has-text-align-left.cbs-content-heading {
  color: #1A2E35 !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem !important;
  text-align: center !important;
}
/* Videos archive — centre filter row to match Tutorial archive */
.cbs-video-filter-wrapper {
  text-align: center;
}
.cbs-filter-row--plugin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 1rem;
}
.cbs-filter-row--plugin .cbs-filter-label {
  font-weight: 600;
  margin-inline-end: 0.25rem;
}
