/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* ─── Webflow Richtext Content Styles ─────────────────────────────────────── */

/* Video embeds: full width with aspect-ratio padding trick */
.w-richtext-figure-type-video {
  position: relative;
  width: 100%;
  height: 0;
}

.w-richtext-figure-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Image figures: full width */
.w-richtext-figure-type-image {
  width: 100%;
  max-width: 100% !important;
}

.w-richtext-figure-type-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
