.no-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100% !important;
}

.single-post .entry-content.wp-block-post-content.is-layout-constrained h2,
.single-post .entry-content.wp-block-post-content.is-layout-constrained h3,
.single-post .entry-content.wp-block-post-content.is-layout-constrained h4,
.page-template-default .entry-content.wp-block-post-content.is-layout-constrained h2,
.page-template-default .entry-content.wp-block-post-content.is-layout-constrained h3,
.page-template-default .entry-content.wp-block-post-content.is-layout-constrained h4 {
  margin-top: var(--wp--preset--spacing--large);
}

:root :where(.wp-block-separator) {
  border-color: var(--wp--preset--color--background-4);
  margin-top: var(--wp--preset--spacing--large);
  margin-bottom: var(--wp--preset--spacing--large);
}

.podcast-block {
  margin-block-start: 0;
  max-width: 300px;
}
.podcast-block__link-text {
  font-weight: 700 !important;
}
.podcast-block__link {
  background-color: var(--wp--preset--color--background-4);
  color: var(--wp--preset--color--foreground-1);
  border-radius: 999px;
}
.podcast-block__link:hover {
  background-color: var(--wp--preset--color--background-1);
  color: var(--wp--preset--color--foreground-1) !important;
  box-shadow: none;
}

.podcast-player {
  background-color: var(--wp--preset--color--background-1);
  padding: var(--wp--preset--spacing--large);
  border-radius: 10px;
}
.podcast-player .title {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: var(--wp--preset--spacing--medium);
}

blockquote {
  font-style: italic;
  border-left: 2px solid var(--wp--preset--color--background-4);
  padding-left: var(--wp--preset--spacing--large);
}
blockquote p {
  font-style: italic;
}

.wp-block-jetpack-related-posts {
  max-width: none;
}
.wp-block-jetpack-related-posts li {
  background: #fff;
  padding: var(--wp--preset--spacing--large);
  border-radius: 10px;
}
.wp-block-jetpack-related-posts li a {
  color: var(--wp--preset--color--foreground-1);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
  margin-bottom: var(--wp--preset--spacing--large);
  text-decoration: none;
}
.wp-block-jetpack-related-posts li .jp-related-posts-i2__post-defs {
  color: var(--wp--preset--color--foreground-4);
}
.wp-block-jetpack-related-posts li:hover {
  background-color: var(--wp--preset--color--foreground-1);
  color: var(--wp--preset--color--background-1);
}
.wp-block-jetpack-related-posts li:hover * {
  color: var(--wp--preset--color--background-1);
}

:root :where(.wp-block-image .wp-element-caption,
.wp-block-image .wp-block-audio figcaption,
.wp-block-image .wp-block-embed figcaption,
.wp-block-image .wp-block-gallery figcaption,
.wp-block-image .wp-block-image figcaption,
.wp-block-image .wp-block-table figcaption,
.wp-block-image .wp-block-video figcaption) {
  color: var(--wp--preset--color--foreground-4);
  font-size: var(--wp--preset--font-size--x-small);
}

.no-word-break {
  word-break: keep-all;
}

.hide-on-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: block !important;
  }
}
@media (max-width: 782px) {
  .mobile-center {
    text-align: center;
  }
  .mobile-center-img {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 991px) {
  .tablet-center {
    text-align: center;
  }
  .tablet-center-img {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.wp-block-categories-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--wp--preset--spacing--xx-small);
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wp-block-categories-list li.cat-item-1 {
  display: none;
}

@media (max-width: 991px) {
  .wp-block-categories-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .wp-block-categories-list {
    grid-template-columns: 1fr;
  }
}
.wp-block-query .wp-block-post {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.wp-block-query .wp-block-post > .wp-block-group {
  height: 100%;
  width: 100%;
}
.wp-block-query .wp-block-post .is-style-clickable-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wp-block-query .wp-block-post .wp-block-post-date,
.wp-block-query .wp-block-post .is-content-justification-left {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.wp-block-query .wp-block-group.grid-post {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wp-block-query .wp-block-post-featured-image {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  overflow: hidden;
  width: 100%;
}
.wp-block-query .wp-block-post-featured-image img {
  height: 100%;
  width: 100%;
}

/*.wp-block-categories-list li a {
  color: var(--wp--preset--color--foreground-1);
  background-color: var(--wp--preset--color--background-4);
  border-radius: var(--wp--custom--border-radius--round);
  text-decoration: none;
  display: flex;
  padding: 12px 28px;
  font-weight: 600;
}

.wp-block-categories-list li a:hover {
  color: var(--wp--preset--color--background-1);
  background-color: var(--wp--preset--color--foreground-1);
}*/
.d-flex {
  display: flex;
}

body {
  background: var(--wp--preset--color--background-2);
}

/*.wp-block-query .wp-block-post > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}*/
.mt-auto {
  margin-top: auto !important;
}

.overflow-hidden {
  overflow: hidden;
}

.no-underline a,
.no-underline {
  text-decoration: none !important;
}

/* pagination */
.wp-block-query-pagination {
  margin-top: var(--wp--preset--spacing--xx-large);
}

.wp-block-query-pagination-numbers {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
  color: var(--wp--preset--color--foreground-1);
  font-size: var(--font-size--x-small, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: var(--wp--custom--border-radius--round);
  background: var(--wp--preset--color--background-4);
}

.wp-block-query-pagination span.page-numbers,
.wp-block-query-pagination a.page-numbers:hover,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover {
  background: var(--wp--preset--color--foreground-1);
  color: var(--wp--preset--color--background-1);
}

.wp-block-query-pagination .page-numbers.dots {
  background: none;
  color: var(--wp--preset--color--foreground-4);
}

.wp-block-query-pagination .page-numbers {
  width: 44px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .wp-block-query-pagination-previous,
  .wp-block-query-pagination-next {
    display: none;
  }
  .wp-container-core-query-pagination-is-layout-1 {
    justify-content: center;
  }
}
/* pagination */
/* search */
/*.wp-block-query-title {
  position: relative;
  max-width: fit-content !important;
}

.wp-block-query-title::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(48px);
  width: 100vw;
  background-color: var(--wp--preset--color--background-4);
  height: 1px;
  z-index: -1;
}*/
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-radius: var(--wp--custom--border-radius--round);
  background-color: var(--wp--preset--color--background-1);
  padding: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--medium);
  border: 0;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--regular);
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) input {
  background-color: transparent !important;
}

.wp-block-search__button {
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  padding: 0 !important;
  border-radius: var(--wp--custom--border-radius--round) !important;
}

.wp-block-search__button:hover {
  background-color: var(--wp--preset--color--foreground-1) !important;
}

.wp-block-search__button:hover svg {
  fill: var(--wp--preset--color--background-1);
}

.wp-block-search__button svg {
  transform: rotateY(180deg);
  transition: fill 0.3s ease;
}

/* search */
.wp-block-post-author__avatar img {
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  border-radius: var(--wp--custom--border-radius--round);
  border: 2px solid var(--wp--preset--color--background-4);
}

.wp-block-post-author__content {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.wp-block-post-author__name {
  text-transform: uppercase;
}

.book-shadow {
  position: relative;
}

.book-shadow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  opacity: 0.15;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 26.04%, #fff 51.86%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 78.57%);
  mix-blend-mode: plus-lighter;
}

.book-shadow img {
  box-shadow: 5px 5px 14.2px 0px rgba(0, 0, 0, 0.12), 10px 10px 14.2px 0px rgba(0, 0, 0, 0.07), 20px 20px 32px 0px rgba(0, 0, 0, 0.2);
}

.video-single .wp-block-heading {
  transition: color 0.3s ease;
}

.video-single {
  transition: background 0.3s ease;
}

.video-single:hover {
  background: var(--wp--preset--color--foreground-1) !important;
}

.video-single:hover .wp-block-heading {
  color: var(--wp--preset--color--background-1);
}

.video-single > .wp-block-group {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.video-single > .wp-block-group figure + .wp-block-group {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.reviews-slider .swiper-button-next,
.reviews-slider .swiper-button-prev {
  width: 56px;
  height: 56px;
  background-color: var(--wp--preset--color--background-1);
  border-radius: var(--wp--custom--border-radius--round);
}
.reviews-slider .swiper-button-next:hover,
.reviews-slider .swiper-button-prev:hover {
  background-color: var(--wp--preset--color--background-4);
}

.reviews-slider .swiper-button-next::after,
.reviews-slider .swiper-button-prev::after {
  font-size: 16px;
  color: var(--wp--preset--color--foreground-1);
}

@media (max-width: 991px) {
  .reviews-slider .swiper-button-next,
  .reviews-slider .swiper-button-prev {
    top: 90%;
  }
}
.bullet-friday-icon {
  position: relative;
  max-width: fit-content;
}

.bullet-friday-icon::before {
  content: "";
  position: absolute;
  left: -47px;
  top: 35%;
  background-image: url(../images/icons/bullet-friday-icon.svg);
  width: 35px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-100%);
}

@media (max-width: 479px) {
  .bullet-friday-icon::before {
    display: none;
  }
}
.newsletter-read-more {
  position: relative;
  overflow: hidden;
  max-height: 600px;
  transition: max-height 0.3s ease-in-out;
}

.newsletter-read-more-wrapper.expanded .newsletter-read-more {
  max-height: none;
}

.newsletter-read-more-wrapper {
  overflow: hidden;
  position: relative;
}

.newsletter-read-more-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(180deg, rgba(246, 241, 241, 0) 0%, #f6f1f1 44.55%);
  pointer-events: none;
  z-index: 4;
  transition: opacity 0.3s ease;
}

.newsletter-read-more-wrapper.expanded::before {
  opacity: 0;
}

.newsletter-read-more-wrapper .wp-block-buttons {
  z-index: 99;
  position: relative;
}

.editor-styles-wrapper .newsletter-read-more-wrapper::before {
  display: none;
}

.editor-styles-wrapper .newsletter-read-more {
  max-height: 100%;
}

.interviews-slider-wrapper .swiper-button-next,
.interviews-slider-wrapper .swiper-button-prev,
.videos-slider-wrapper .swiper-button-next,
.videos-slider-wrapper .swiper-button-prev,
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  border-radius: 999px;
  margin: 0;
  height: 23px;
  width: 43px;
  background: rgba(255, 255, 255, 0.1);
  top: auto;
  bottom: 0;
}

.interviews-slider-wrapper .swiper-button-prev,
.videos-slider-wrapper .swiper-button-prev,
.hero-slider .swiper-button-prev {
  left: auto;
  right: 63px;
}

.interviews-slider-wrapper .swiper-button-prev::before,
.videos-slider-wrapper .swiper-button-prev::before,
.hero-slider .swiper-button-prev::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/icons/long-arrow-left-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hero-slider .swiper-button-prev::before {
  background-image: url(../images/icons/long-arrow-left.svg);
  top: 4px;
}

.interviews-slider-wrapper .swiper-button-next::before,
.videos-slider-wrapper .swiper-button-next::before,
.hero-slider .swiper-button-next::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/icons/long-arrow-right-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hero-slider .swiper-button-next::before {
  background-image: url(../images/icons/long-arrow-right.svg);
  top: 4px;
}

.interviews-swiper-navigation,
.videos-swiper-navigation {
  display: flex;
  gap: 10px;
}

.interviews-slider-wrapper .swiper-button-next,
.interviews-slider-wrapper .swiper-button-prev,
.videos-slider-wrapper .swiper-button-next,
.videos-slider-wrapper .swiper-button-prev {
  position: relative;
  width: 79px;
  height: 40px;
  background: var(--wp--preset--color--background-3);
  border-radius: 9999px;
  right: auto;
  transition: background 0.3s ease;
}

.interviews-slider-wrapper .swiper-button-next,
.interviews-slider-wrapper .swiper-button-prev {
  background: var(--wp--preset--color--background-1);
}

.videos-slider-wrapper .swiper-button-next::before,
.videos-slider-wrapper .swiper-button-prev::before {
  transition: background 0.3s ease;
}

/*.interviews-slider-wrapper .swiper-button-prev::before,
.videos-slider-wrapper .swiper-button-prev::before {
  mask-image: url(../images/icons/long-arrow-left-dark.svg);
  mask-repeat: no-repeat;
  background: var(--wp--preset--color--foreground-1);
}

.interviews-slider-wrapper .swiper-button-next::before,
.videos-slider-wrapper .swiper-button-next::before {
  mask-image: url(../images/icons/long-arrow-right-dark.svg);
  mask-repeat: no-repeat;
  background: var(--wp--preset--color--foreground-1);
}*/
/*.interviews-slider-wrapper .swiper-button-prev:hover::before,
.videos-slider-wrapper .swiper-button-prev:hover::before,
.interviews-slider-wrapper .swiper-button-next:hover::before,
.videos-slider-wrapper .swiper-button-next:hover::before {
  background: var(--wp--preset--color--foreground-1);
}*/
.interviews-slider-wrapper .swiper-button-prev:hover,
.videos-slider-wrapper .swiper-button-prev:hover,
.interviews-slider-wrapper .swiper-button-next:hover,
.videos-slider-wrapper .swiper-button-next:hover {
  background: var(--wp--preset--color--background-4);
}

.interviews-slider-wrapper .swiper-button-prev::before,
.interviews-slider-wrapper .swiper-button-next::before,
.videos-slider-wrapper .swiper-button-prev::before,
.videos-slider-wrapper .swiper-button-next::before {
  width: 15px;
  height: 15px;
  top: 54%;
  transform: translateX(-50%) translateY(-50%);
}

.interviews-slider-wrapper .swiper-button-prev::after,
.interviews-slider-wrapper .swiper-button-next::after,
.videos-slider-wrapper .swiper-button-prev::after,
.videos-slider-wrapper .swiper-button-next::after,
.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  display: none;
}

@media (max-width: 991px) {
  .flex-mobile {
    flex-wrap: wrap !important;
  }
  .hero .flex-mobile {
    flex-wrap: wrap !important;
    margin: 20px 0 !important;
  }
  body:not(.editor-styles-wrapper) .hero {
    aspect-ratio: auto;
  }
}
.book-hover {
  transition: background 0.3s ease;
}

.book-hover:hover {
  background-color: var(--wp--preset--color--background-1);
}

.columns-books {
  justify-content: center;
}

.footer-cta ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-cta li {
  position: relative;
}

.footer-cta li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 3px;
  transform: translateX(-100%);
  background-image: url(../images/icons/list-icon.svg);
  width: 18px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-wrapper {
  padding-bottom: 2px;
  padding-top: 2px;
}

/*@media (min-width: 991px) {
  .interviews-slider .swiper-wrapper,
  .videos-slider .swiper-wrapper {
    margin-left: var(--wp--preset--spacing--x-small) !important;
  }

  .interviews-slider .swiper-slide,
  .videos-slider .swiper-slide {
    margin-right: var(--wp--preset--spacing--x-small) !important;
  }
}*/
.interviews-slider .swiper-slide,
.videos-slider .swiper-slide {
  width: 300px;
  height: auto;
  transition: background 0.3s ease;
  display: flex;
  flex-direction: column;
}

.interviews-slider .swiper-slide:hover,
.videos-slider .swiper-slide:hover {
  background-color: var(--wp--preset--color--foreground-1) !important;
}

.interviews-slider .swiper-slide p,
.interviews-slider .swiper-slide .wp-block-heading,
.videos-slider .swiper-slide .wp-block-heading {
  transition: color 0.3s ease;
}

.interviews-slider .swiper-slide:hover p,
.interviews-slider .swiper-slide:hover .wp-block-heading,
.videos-slider .swiper-slide:hover .wp-block-heading,
.videos-slider .swiper-slide:hover .wp-block-heading a {
  color: var(--wp--preset--color--background-1) !important;
}

.entry-content ul li,
.entry-content ol li,
.wp-block-post-content ul li,
.wp-block-post-content ol li {
  margin-bottom: 0.2rem;
}

iframe {
  border-radius: 10px;
}

@media (max-width: 991px) {
  .wrap-mobile {
    flex-wrap: wrap !important;
  }
}
.wp-block-post-content .acf-block {
  max-width: 100% !important;
}

.wp-block-cover__inner-container {
  max-width: var(--wp--style--global--wide-size);
}

.wp-block-post-template li > div {
  transition: background 0.3s ease, color 0.3s ease;
}

.wp-block-post-template li div h2 a {
  transition: color 0.3s ease;
}

.wp-block-post-template li path {
  fill: var(--wp--preset--color--primary) !important;
  transition: fill 0.3s ease;
}

.wp-block-post-template .wp-block-post-date {
  transition: color 0.3s ease;
}

.wp-block-post-template li:hover .wp-block-post-date {
  color: var(--wp--preset--color--background-3) !important;
}

.wp-block-post-template li:hover > div {
  background-color: var(--wp--preset--color--foreground-1) !important;
  color: var(--wp--preset--color--background-3) !important;
}

.wp-block-post-template li:hover h2 a {
  color: var(--wp--preset--color--background-1) !important;
  text-decoration: none !important;
}

.wp-block-post-template li:hover path {
  fill: var(--wp--preset--color--secondary) !important;
}

.wp-block-post-template li:hover .wp-block-read-more {
  color: var(--wp--preset--color--secondary) !important;
  text-decoration: none !important;
}

.taxonomy-topics a:hover {
  color: var(--wp--preset--color--primary);
}

.link-arrow ~ svg path {
  transition: fill 0.3s ease;
}

.link-arrow:hover ~ svg path {
  fill: var(--wp--preset--color--primary);
}

.blog-topic {
  transition: background 0.3s ease, color 0.3s ease;
}

.blog-topic:hover {
  background-color: var(--wp--preset--color--foreground-1) !important;
  color: var(--wp--preset--color--background-1) !important;
}

.blog-topic:hover a {
  color: var(--wp--preset--color--primary);
}

.blog-topic:hover .link-arrow + svg path {
  fill: var(--wp--preset--color--primary);
}

.blog-topic a:hover {
  color: var(--wp--preset--color--secondary);
}

.blog-topic .link-arrow:hover + svg path {
  fill: var(--wp--preset--color--secondary);
}

:root .entry-content p :where(a:where(:not(.wp-element-button)):hover) {
  text-decoration: underline !important;
  text-decoration-color: var(--wp--preset--color--secondary) !important;
}

a:where(:not(.wp-element-button)) {
  text-decoration-color: var(--wp--preset--color--secondary) !important;
  text-underline-offset: 3px;
}

:root :where(.wp-block-button .wp-block-button__link:hover) {
  color: var(--wp--preset--color--background-1) !important;
  background: var(--wp--preset--color--foreground-1) !important;
}

/* Footer */
footer a:where(:not(.wp-element-button)),
.taxonomy-category a,
.gray-underline a {
  text-decoration-color: #D0D2D4 !important;
}
footer a:where(:not(.wp-element-button)):hover,
.taxonomy-category a:hover,
.gray-underline a:hover {
  text-decoration: underline #9fa2a6 !important;
}

.wp-block-social-link-anchor {
  padding: 0.55em;
}

.wp-block-social-links .wp-social-link svg {
  height: 0.8em;
  width: 0.8em;
}

.wp-block-latest-posts li {
  border-bottom: 1px solid var(--wp--preset--color--background-4);
  padding: var(--wp--preset--spacing--x-small) 0;
}
.wp-block-latest-posts li time {
  color: var(--wp--preset--color--foreground-4);
}

/* Gravity forms */
html .gform_wrapper form {
  background-color: var(--wp--preset--color--background-1);
  border: none;
  border-radius: var(--wp--custom--border-radius--round) !important;
  padding: 6px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

html .gform_wrapper .gform_body {
  flex: 1;
  width: auto !important;
}

html .gform_wrapper input[type=email] {
  background-color: none;
  border: none;
  font-size: var(--wp--preset--font-size--small) !important;
  font-weight: 600 !important;
  padding: 24px 24px 20px 24px !important;
  width: 100% !important;
  box-shadow: none;
}

html .gform_wrapper input[type=email]::placeholder {
  color: #8E8D8C !important;
}

html .gform_wrapper input[type=submit] {
  background-color: #F8C43B !important;
  border-radius: var(--wp--custom--border-radius--round) !important;
  color: var(--wp--preset--color--foreground-1) !important;
  margin-bottom: 0 !important;
  border: none !important;
  font-size: var(--wp--preset--font-size--small) !important;
  font-weight: 600 !important;
  padding: 24px 24px 20px 24px !important;
  box-shadow: none !important;
  white-space: nowrap;
}
html .gform_wrapper input[type=submit]:hover {
  background-color: var(--wp--preset--color--primary) !important;
  color: #fff !important;
}

html .gform-theme--foundation .gform_footer,
html .gform-theme--foundation .gform_page_footer {
  margin-block-start: 0 !important;
}

html .gform_footer.before {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

html .gfield .validation_message {
  display: none;
}

html .gform_validation_errors {
  margin-bottom: 10px !important;
}
html .gform_validation_errors li {
  color: #fff !important;
}
html .gform_validation_errors li:before {
  display: none;
}

html .gform_submission_error {
  color: #fff !important;
}

html .gform_validation_error_link {
  color: #fff !important;
  text-decoration-color: #fff !important;
}

.gform-theme--api,
.gform-theme--framework {
  --gf-form-validation-bg-color: rgba(var(--gf-color-danger-rgb), 0.1);
}

@media (max-width: 767px) {
  html .gform_wrapper form {
    background: none;
    flex-direction: column !important;
    padding: 0 !important;
  }
  html .gform_wrapper .gform_body {
    width: 100% !important;
  }
  html .gform_wrapper .gform_footer.before {
    width: 100% !important;
  }
  html .gform_wrapper input[type=email] {
    background-color: var(--wp--preset--color--background-1);
    border-radius: var(--wp--custom--border-radius--round) !important;
    padding: 12px !important;
    height: 64px;
    text-align: center;
    width: 100% !important;
  }
  html .gform_wrapper input[type=submit],
  html .gform_wrapper .gform_footer {
    width: 100% !important;
  }
}
.select2-container--default .select2-selection--single {
  border: none;
  background: none;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: none;
  background: #fff;
  font-size: var(--wp--preset--font-size--medium) !important;
  border-radius: 99px;
  padding: 24px 24px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 25px;
  right: 40px;
}
.select2-container--default .select2-dropdown {
  border: none;
  background: #F6F1F1;
  border-radius: 10px;
  padding: 24px;
  margin: 10px 0 0 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.select2-container--default .select2-dropdown .select2-search__field {
  border-radius: 99px;
  padding-left: 20px;
}
.select2-container--default .select2-results__option {
  padding-left: 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  border-radius: 99px;
  background-color: #fff;
  color: var(--wp--preset--color--primary);
  font-weight: bold;
  padding-left: 20px;
}

.fhww-budget-calculator__wrapper input {
  border-radius: 10px;
}

.fhww-budget-calculator__results-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fhww-budget-calculator__results-column input {
  text-align: right;
}

.fhww-budget-calculator__results-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.fhww-budget-calculator__results {
  margin: 40px 0;
}

.fhww-budget-calculator__row td {
  border-bottom: 1px solid var(--wp--preset--color--background-4);
  padding: 10px 20px 10px 0;
}

.fhww-budget-calculator__results-row input[type=reset] {
  background: var(--wp--preset--color--background-4);
  border: none;
  color: var(--wp--preset--color--foreground-1);
  cursor: pointer;
  margin: 0 10px;
}

.fhww-budget-calculator__results-row input[type=button] {
  background: var(--wp--preset--color--foreground-1);
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

#expense-calc-submit {
  background: var(--wp--preset--color--primary);
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:has(.cmplz-blocked-content-container)::before {
    display: none;
}
