/* === wp-img-auto-sizes-contain-inline-css === */
img:is([sizes=auto i], [sizes^="auto, " i]) {
  contain-intrinsic-size: 3000px 1500px;
}

/* === classic-theme-styles-inline-css === */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}

/* === wp-block-styles-placeholder-inline-css === */
:root {
  --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the block styles printed at wp_footer.";
}

/* === wp-global-styles-placeholder-inline-css === */
:root {
  --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the global-styles printed at wp_footer.";
}
