/* Vital Web Design Samples R22
   Remove the desktop color frame from the three formerly constrained themes.
   Their page content now reaches both viewport edges, matching the other styles. */
@media (min-width: 761px) {
  html body.theme-coastal-ledger:not(.vitalweb-remix) > main,
  html body.theme-vibrant-prism:not(.vitalweb-remix) > main,
  html body.theme-terra-claims:not(.vitalweb-remix) > main {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }
}
