/* Essential styles for shortcodes - theme-independent */

/* buttonLink shortcode */
.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid currentColor;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.8;
}

/* imgarticle shortcode */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* videoauto shortcode - already uses inline styles, nothing needed */
