.bs-website:not(.theme-view) {
    --font-name: puvi !important;
    --regular-font: puviregular !important;
    --medium-font: puvimedium !important;
    --light-font: puvilight !important;
    --bold-font: puvibold !important;
     --menu-item-active-color: #E42527 !important;
	--primary-button-bg-color: #E42527 !important;

}


.bs-section:not(.community-section-footer, .community-section-banner, .main-banner) article.foreground-layer {
    padding: 7em 0;
}

.bs-section.community-section-mediaWithButton-5 .bs-container 
{
        max-width: 1080px !important;
        --container-left-margin: auto !important;
        --container-right-margin: auto !important;
    }


.bs-section.community-section-mediaWithButton-5 .bs-container 
{
        max-width: 1080px !important;
        --container-left-margin: auto !important;
        --container-right-margin: auto !important;
    }

/* Apply only on desktop */
@media (min-width: 768px) {
  section[data-section-id="48525000431331051"] .foreground-layer.bs-container {
    width: 710px !important;
    margin-left: 600px !important;
  }
}

@media (min-width: 768px) {
  /* Target only this section */
  section[data-section-id="48525000431331103"] .embed-layout {
      --embed-lyt-width: 800px !important;
      --embed-lyt-ratio: 60% !important; /* 480 / 800 */
  }

  /* Directly override iframe dimensions */
  section[data-section-id="48525000431331103"] iframe {
      width: 800px !important;
      height: 480px !important;
  }
}

section[data-section-id="48525000431356063"] .foreground-layer.bs-container {
    padding-top: 480px !important;
}


