.about-us-two-column {
  display: flex;
}

.about-us-two-column .wp-block-column {
  width: 50%;
}

.about-us-two-column .wp-block-column img {
  width: 90% !important;
}

.about-us-two-column .wp-block-column.second-column {
  width: 50%;
  margin: 2rem 0;
  background: lightgray;
  padding: 30px;
}

.blogpost {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
  position: relative;
  font-family: Helvetica !important;
}

.blogpost .footer {
  position: relative;
  width: 100%;
  background-color: transparent;
  height: 100px;
  margin-top: auto;
}

.blogpost .footer-BG {
  top: 0;
  width: 100%;
  background-color: var(--collection-1-accent-colors-accent-orange);
  position: absolute;
  left: 0;
  height: 100px;
}

.blogpost .terms-conditions {
  position: absolute;
  top: 40px;
  right: 164px;
  font-family: "Area Normal-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.blogpost .socials {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  position: absolute;
  top: 32px;
  left: calc(50.00% - 64px);
}

.blogpost .instagram {
  position: relative;
  width: 25.59px;
  height: 25.59px;
  margin-left: -1.00px;
}

.blogpost .brand-strava {
  position: relative;
  width: 37px;
  height: 37px;
  aspect-ratio: 1;
}

.blogpost .user-circle-single {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

.blogpost .text-wrapper {
  position: absolute;
  top: 40px;
  left: calc(50.00% - 802px);
  font-family: "Area Normal-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.blogpost .blog-post {
  display: block;
  flex-direction: column;
  width: 100%;
  max-width: 1600px;
  height: auto;
  align-items: flex-start;
  gap: clamp(2rem, 5vw, 50px);
  padding: 1rem clamp(1rem, 5vw, 160px);
  position: relative;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

.blogpost .blog-post img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
  margin: 1rem 0;
  display: block;
}

.blogpost .blog-post figure {
  margin: 2rem 0;
  position: relative;
}

.blogpost .blog-post figure img {
  /* width: 100%; */
  height: auto;
  margin: 0;
}

.blogpost .blog-post-subtitle {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Bicyclette-Bold", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: clamp(1.5rem, 4vw, 46px);
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: clamp(1rem, 3vw, 28px);
}

.blogpost .span {
  font-weight: var(--h2-font-weight);
  font-family: var(--h2-font-family);
  font-style: var(--h2-font-style);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  font-size: var(--h2-font-size);
}

.blogpost .text-wrapper-2 {
  font-family: var(--small-font-family);
  font-size: var(--small-font-size);
  font-style: var(--small-font-style);
  font-weight: var(--small-font-weight);
  letter-spacing: var(--small-letter-spacing);
  line-height: var(--small-line-height);
}

.blogpost .text-wrapper-3 {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-style: var(--body-font-style);
  font-weight: var(--body-font-weight);
  letter-spacing: var(--body-letter-spacing);
}

.blogpost .pill {
  display: inline-flex;
  height: 39px;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  position: relative;
  background-color: var(--collection-1-accent-colors-accent-orange);
  border-radius: 100px;
  margin-bottom: 20px;
}

.blogpost .blog-topic {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Area Normal-Bold", Helvetica;
  font-weight: 700;
  color: var(--collection-1-neutral-colors-off-white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.blogpost p {
  position: relative;
  align-self: stretch;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: #000000;
  font-size: var(--body-font-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  font-style: var(--body-font-style);
  margin-bottom: 1rem;
}

.blogpost .blog-post p {
  margin-bottom: 1.5rem;
}

.blogpost .blog-post p:last-child {
  margin-bottom: 0;
}

.blogpost .imagew-caption {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.blogpost .unsplash {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 0.5rem;
}

.blogpost .div {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1.5rem;
  left: 0;
  font-family: var(--small-font-family);
  font-weight: var(--small-font-weight);
  color: var(--collection-1-neutral-colors-text);
  font-size: clamp(0.75rem, 1.5vw, var(--small-font-size));
  text-align: right;
  letter-spacing: var(--small-letter-spacing);
  line-height: var(--small-line-height);
  font-style: var(--small-font-style);
}

/* .blogpost .string-broccoli {
  position: relative;
  align-self: stretch;
  margin-bottom: -285.88px;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: #000000;
  font-size: var(--body-font-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  font-style: var(--body-font-style);
} */

.blogpost .blog-pagination {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 2090px;
  left: 1552px;
}

.blogpost .previous-post {
  position: relative;
  top: 1px;
  left: 1px;
  width: 48px;
  display: flex;
  transform: rotate(180.00deg);
}

.blogpost .arrow-back {
  margin-top: 0;
  width: 48px;
  height: 48px;
  margin-left: 0;
  transform: rotate(-180.00deg);
  object-fit: cover;
}

.blogpost .blog-title-container {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.blogpost .blog-title-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/title-bg.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 0;
}

.blogpost .blog-title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: clamp(1rem, 5vw, 104px) 5%;
  z-index: 1;
  /* margin-top: 10px; */
}

.blogpost .text-wrapper-4 {
  height: auto;
  margin-top: 0;
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  color: var(--collection-1-neutral-colors-text);
  font-size: 70px;
  text-align: center;
  letter-spacing: var(--h1-letter-spacing);
  line-height: var(--h1-line-height);
  white-space: normal;
  font-style: var(--h1-font-style);
}

.blogpost .filter-dropdown {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 22rem;
  height: auto;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

.blogpost .filterdropdown {
  display: flex;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--collection-1-neutral-colors-off-white);
  border-radius: 90px;
  border: 1px solid;
  border-color: var(--collection-1-neutral-colors-grey);
}

.blogpost .text-wrapper-5 {
  position: relative;
  width: fit-content;
  font-family: "Area Normal-Bold", Helvetica;
  font-weight: 700;
  color: var(--collection-1-neutral-colors-text);
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.blogpost .nav {
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: clamp(120px, 15vw, 171px);
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #3c663b;
  display: flex;
  justify-content: center;
  z-index: 1000;
  padding: 1rem 5%;
}

.blogpost .nav-2 {
  width: 100%;
  max-width: 120rem;
  height: auto;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.blogpost .logo {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: clamp(150px, 20vw, 204px);
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.625rem;
  position: relative;
  flex-shrink: 0;
}

.blogpost .img {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 2.3;
  object-fit: cover;
}

.blogpost .nav-links {
  align-items: center;
  gap: clamp(1rem, 3vw, 1.8rem);
  position: relative;
  flex: 1;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.blogpost .nav-item {
  position: relative;
  width: 167px;
  height: 29px;
}

.blogpost .nav-item-2 {
  position: absolute;
  width: 99.07%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  font-family: "Area Normal-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  display: flex;
  justify-content: center;
}

.blogpost .nav-item-wrapper {
  position: relative;
  width: 182px;
  height: 29px;
}

.blogpost .div-wrapper {
  position: relative;
  width: 80px;
  height: 29px;
}

.blogpost .nav-item-3 {
  position: relative;
  width: 166px;
  height: 29px;
}

.blogpost .nav-item-4 {
  position: relative;
  width: 133px;
  height: 29px;
}

.blogpost .nav-item-5 {
  position: absolute;
  width: 100.75%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Area Normal-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.blogpost .BTN-newsletter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ef4623;
  border-radius: 6px;
}

.blogpost .button {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Area Normal-Bold", Helvetica;
  font-weight: 700;
  color: var(--collection-1-neutral-colors-off-white);
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}
/* Inject original CSS code here */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.blogpost .nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blogpost .nav-links li {
  display: inline-block;
}

.blogpost .nav-item-2,
.blogpost .nav-item-5 {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.blogpost .BTN-newsletter button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font: inherit;
  color: inherit;
}

.blogpost .filterdropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 60px;
}

.blogpost .filterdropdown option {
  background-color: var(--collection-1-neutral-colors-off-white);
  color: var(--collection-1-neutral-colors-text);
}

.blogpost .pill span {
  display: block;
}

.blogpost .previous-post {
  display: block;
  text-decoration: none;
}

.blogpost .socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.blogpost .footer p {
  margin: 0;
}

/* Mobile Styles (max-width: 767px) */
@media (max-width: 767px) {
  .blogpost .nav-2 {
    flex-direction: column;
    gap: 1rem;
  }
  
  .blogpost .nav-links {
    gap: 1rem;
  }
  
  .blogpost .nav-item-2,
  .blogpost .nav-item-5 {
    font-size: 1rem;
    padding: 0.375rem 0.5rem;
  }
  
  .blogpost .blog-post {
    padding: 1rem 1rem;
    gap: 2rem;
  }
  
  .blogpost .blog-title {
    padding: 1rem 5%;
  }
  
  .blogpost .filter-dropdown {
    max-width: calc(100% - 2rem);
    margin: 0 1rem;
  }
  
  .blogpost .imagew-caption {
    aspect-ratio: 4/3;
  }
  
  .blogpost .pizza-ipsum-dolor,
  .blogpost .string-broccoli {
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.6;
  }
  
  .blogpost .blog-post img {
    margin: 0.75rem 0;
    border-radius: 0.25rem;
  }
  
  .blogpost .blog-post figure {
    margin: 1.5rem 0;
  }
  
  .blogpost .blog-post p {
    margin-bottom: 1.25rem;
  }

  .about-us-two-column {
    display: block;
  }

  .about-us-two-column .wp-block-column {
    width: 100%;
  }

  .about-us-two-column .wp-block-column.second-column {
    width: 100%;
  }
}

/* Tablet Styles (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .blogpost .blog-post figure img {
    width: 100%;
  }

  .blogpost .nav-2 {
    gap: 1.5rem;
  }
  
  .blogpost .nav-links {
    gap: 1.25rem;
  }
  
  .blogpost .blog-post {
    padding: 1rem 3rem;
    gap: 3rem;
  }
  
  .blogpost .blog-title {
    padding: 2rem 5%;
  }
  
  .blogpost .imagew-caption {
    aspect-ratio: 3/2;
  }
  
  .blogpost .blog-post img {
    margin: 1.25rem 0;
  }
  
  .blogpost .blog-post figure {
    margin: 2.25rem 0;
  }
  
  .blogpost .blog-post p {
    margin-bottom: 1.375rem;
  }

  .about-us-two-column {
    display: block;
  }

  .about-us-two-column .wp-block-column {
    width: 100%;
  }

  .about-us-two-column .wp-block-column.second-column {
    width: 100%;
  }
}

/* Desktop Styles (1024px+) */
@media (min-width: 1024px) {
  .blogpost .blog-post {
    padding: 1rem 8rem;
  }
}

/* Large Desktop Styles (1440px+) */
@media (min-width: 1440px) {
  .blogpost .blog-post {
    padding: 1rem 10rem;
  }
}
