/* Shawburn often constrains .is-layout-constrained and alignwide/full */
@media (max-width: 768px) {
  .wp-site-blocks .alignfull,
  .wp-site-blocks .alignwide,
  .is-layout-constrained,
  .wp-block-group.is-layout-constrained,
  .wp-block-cover .wp-block-cover__inner-container,
  .wp-block-group .wp-block-group__inner-container {
    max-width: 100% !important;
    width: 100% !important;
  }

  /* paragraphs inside Group/Cover get full usable width */
  .wp-block-group p,
  .wp-block-cover p {
    max-width: 100% !important;
    line-height: 1.6 !important;
  }

  /* side padding so text isn’t flush with the screen edge */
  .wp-block-group,
  .wp-block-cover {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }
}

.wp-block-jetpack-contact-form input[type="text"],
.wp-block-jetpack-contact-form input[type="email"],
.wp-block-jetpack-contact-form textarea {
    background-color: #ffffff;  /* white background */
    color: #000000;            /* black text */
    border: 1px solid #ccc;    /* light grey border */
    padding: 8px;
    border-radius: 4px;
}
/* Make YouTube SHORTS narrower on desktop/laptop */
.video-stack .wp-block-embed.wp-embed-aspect-9-16,
.video-stack figure.wp-block-embed.wp-embed-aspect-9-16 {
  max-width: 360px !important;   /* try 320–400px to taste */
  margin: 12px auto !important;
}

/* Ensure the Short scales correctly inside */
.video-stack .wp-block-embed.wp-embed-aspect-9-16 iframe,
.video-stack figure.wp-block-embed.wp-embed-aspect-9-16 iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 9 / 16;
  display: block;
}

/* (Optional) Cap normal landscape videos too, for consistency */
.video-stack .wp-block-embed.wp-embed-aspect-16-9,
.video-stack figure.wp-block-embed.wp-embed-aspect-16-9 {
  max-width: 720px !important;   /* adjust 600–800px if you prefer */
  margin: 12px auto !important;
}
.link-style a, a.link-style {
  color: #1e73be; /* or your preferred link color */
  text-decoration: underline;
}



























