@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@font-face {
  font-family: "Futura LT Pro";
  font-style: light;
  font-weight: 200;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: bold;
  font-weight: 600;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Heavy.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: light;
  font-weight: 200;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: bold;
  font-weight: 600;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Heavy.ttf") format("truetype");
}
.sample-plan-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
.sample-plan-card-content::after {
  content: "";
  height: 100%;
  width: 100%;
  background: var(--box-theme-color);
  top: 0;
  position: absolute;
  opacity: 0.1;
}
@supports not (-webkit-touch-callout: none) {
  .sample-plan-card-content {
    background: hsl(from var(--box-theme-color) h s l/0.1);
  }
  .sample-plan-card-content::after {
    display: none;
  }
}
.sample-plan-card-track-name {
  font: normal 700 0.75rem/1.05rem "Open Sans", -apple-system, sans-serif;
  color: var(--box-theme-color);
  letter-spacing: 0.06px;
  text-transform: uppercase;
}
.sample-plan-card-box-title {
  font: normal 800 1.25rem/1.5rem "Futura LT Pro", -apple-system, sans-serif;
  color: var(--box-theme-color);
  text-align: center;
  letter-spacing: 0.4px;
}
.sample-plan-card-icons-wrapper {
  gap: 16px;
}
.sample-plan-card-icons-wrapper img,
.sample-plan-card-icons-wrapper .lucide {
  width: 16px;
  height: 16px;
  color: var(--lucide-sample-plan-icon-color, inherit);
}
.sample-plan-card-icons-wrapper .sample-plan-card-box-format {
  gap: 4px;
  font: normal 700 0.875rem/1.225rem "Open Sans", -apple-system, sans-serif;
  color: var(--box-theme-color);
}

.sample-plan-separator {
  margin: 8px 0;
}
.sample-plan-separator .lucide {
  background: var(--box-theme-color);
  color: #fff;
  margin: 0 16px;
  min-width: 24px;
}
.sample-plan-separator::before, .sample-plan-separator::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--box-theme-color);
}
