/* User Provided Stylesheet */

/*
 * myst-theme iframe embeds use padding-bottom: 60% for a responsive box.
 * Slidev decks are 16:9 (9/16 = 56.25%); the extra height shows as
 * letterboxing (black bars). Match the container to the deck aspect ratio.
 *
 * Target hosted Slidev paths only so other iframes keep the theme default.
 */
.relative.inline-block:has(iframe[src*="/slides/"]) {
  padding-bottom: 56.25% !important;
}
