:host, :root {
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
}

.whole-site {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/**/
.nav-fixed {
  width: 100%;
  padding-top: 80px;
}

.navbar.nav-centeredlogo {
  min-height: 100px;
}

.nav-centeredlogo .navbar-toggler {
  margin-top: 27px;
  margin-bottom: 27px;
}

.nav-centeredlogo .navbar-brand {
  /* top: 0; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}

/*
*   Editor css class
*/
.alignleft {
  float: left;
  padding: 0;
  margin: 0;
}

.alignright {
  float: right;
  padding: 0;
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
  margin: 2rem 0 0 1rem;
  font-style: italic;
}

/* Fix billing field wrapper */
.woocommerce-input-wrapper {
  width: 100%;
}

/* Woocommerce product gallery slider width fix */
figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}

/* Fix coupon code input width */
@media (min-width: 768px) {
  #coupon_code.input-text {
    width: 110px !important;
  }
}
/*
*   Footer widgets css
*/
.simple-navigation .nav {
  flex-direction: column;
}

/* 
* Grotere container 
*/
@media (min-width: 1600px) {
  .container-bigger {
    max-width: 1520px;
  }
}
/* Maak WordPress afbeeldingen responsive */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

/* Maak embed items responsive met deze class */
.indiv-embed .embed-responsive-item,
.indiv-embed embed,
.indiv-embed iframe,
.indiv-embed object,
.indiv-embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.indiv-embed .wp-block-embed__wrapper::before {
  display: block;
  content: "";
}

.indiv-embed .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.indiv-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.857143%;
}

.indiv-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.indiv-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.indiv-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.copyright-block {
  display: inline-block;
}

#wpadminbar {
  position: fixed;
}

.logged-in.admin-bar .fixed-top,
.logged-in.admin-bar .offcanvas:not(.offcanvas-bottom).show,
.logged-in.admin-bar .offcanvas:not(.offcanvas-bottom),
.logged-in.admin-bar .modal-dialog {
  top: var(--wp-admin--admin-bar--height) !important;
}
.logged-in.admin-bar .modal-fullscreen,
.logged-in.admin-bar .modal-fullscreen-sm-down,
.logged-in.admin-bar .modal-fullscreen-md-down,
.logged-in.admin-bar .modal-fullscreen-lg-down,
.logged-in.admin-bar .modal-fullscreen-xl-down,
.logged-in.admin-bar .modal-fullscreen-xxl-down {
  height: calc(100% - var(--wp-admin--admin-bar--height));
}

#nav-main .menu-item:last-child .nav-link {
  padding-right: 0;
}

[class^=indivaos_fade],
[class*=" indivaos_fade"],
[class^=indivaos_zoom],
[class*=" indivaos_zoom"] {
  opacity: 0;
}

.w-100.wp-block-image img {
  width: 100%;
}

mark,
.mark {
  padding: 0;
}

:root {
  --cc-btn-primary-bg: #61BB46;
  --cc-btn-primary-hover-bg: #529f3c;
}

#c-ttl {
  color: var(--cc-btn-primary-bg);
}

.c_darkmode {
  --cc-btn-primary-bg: #61BB46;
  --cc-btn-primary-hover-bg: #79c562;
}

#offcanvas-cart img {
  max-width: 100%;
  height: auto;
}

/* Color Options
--------------------------------------------- */
.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

.has-primary-color {
  color: #61BB46;
}

.has-primary-background-color {
  background-color: #61BB46;
}

.has-secondary-color {
  color: #2B2B2B;
}

.has-secondary-background-color {
  background-color: #2B2B2B;
}

.has-light-grey-color {
  color: #EEEEEE;
}

.has-light-grey-background-color {
  background-color: #EEEEEE;
}

.fw-thin {
  font-weight: 100 !important;
}

.fw-extra-light {
  font-weight: 200 !important;
}

.fw-extralight {
  font-weight: 200 !important;
}

.fw-ultra-light {
  font-weight: 200 !important;
}

.fw-ultralight {
  font-weight: 200 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-book {
  font-weight: 400 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-demi-bold {
  font-weight: 600 !important;
}

.fw-demibold {
  font-weight: 600 !important;
}

.fw-demi {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extra-bold {
  font-weight: 800 !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-ultra-bold {
  font-weight: 900 !important;
}

.fw-ultrabold {
  font-weight: 900 !important;
}

.fw-heavy {
  font-weight: 900 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.fw-ultra {
  font-weight: 900 !important;
}

.fw-ultra-black {
  font-weight: 900 !important;
}

.fw-ultrablack {
  font-weight: 900 !important;
}

.fw-extra-ultra {
  font-weight: 900 !important;
}

.fw-extraultra {
  font-weight: 900 !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.is-layout-flex.is-vertical {
  flex-direction: column;
}
.is-layout-flex.is-nowrap {
  flex-wrap: nowrap;
}
.is-layout-flex.is-content-justification-left {
  justify-content: flex-start;
}
.is-layout-flex.is-content-justification-center {
  justify-content: center;
}
.is-layout-flex.is-content-justification-right {
  justify-content: flex-end;
}
.is-layout-flex.is-content-justification-space-between {
  justify-content: space-between;
}

.not-found-header {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #2B2B2B;
}
.not-found-header .not-found-wrapper {
  position: absolute;
  inset: 0;
}
.not-found-header .not-found-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, #2B2B2B 0%, rgba(43, 43, 43, 0) 74.63%), linear-gradient(276deg, #2B2B2B 7.39%, rgba(43, 43, 43, 0) 84.28%), linear-gradient(0deg, #2B2B2B 0%, rgba(43, 43, 43, 0) 100%), linear-gradient(107deg, #2B2B2B 8.38%, rgba(145, 145, 145, 0) 100%);
}
.not-found-header .content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}
.not-found-header .content h1, .not-found-header .content h2, .not-found-header .content p {
  color: white;
}
@media (min-width: 992px) {
  .not-found-header .content {
    height: 100vh;
  }
}

:root {
  --scrollbar-width: 17px;
  --vw: 0;
  --container-side: calc((100vw - var(--scrollbar-width) - var(--container-width)) / 2);
  --container-width: 100%;
  --container-width-sm: 540px;
  --container-width-md: 720px;
  --container-width-lg: 960px;
  --container-width-xl: 1140px;
  --container-width-xxl: 1320px;
}
@media (min-width: 576px) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container-width: 1320px;
  }
}

.whole-site {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  color: #2B2B2B;
  font-weight: 400;
  --bs-link-color: #2B2B2B;
  --bs-link-hover-color: #2B2B2B;
}

.wp-block-group-radius {
  border-radius: 20px;
}

.margin-bottom {
  margin-bottom: -40px;
}

/*
* Navigation css
*/
header {
  position: relative;
}
header .navigation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header .topbar {
  color: white;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .topbar .topbar-left .topbar-swiper {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  header .topbar .topbar-left .topbar-swiper .swiper-wrapper {
    justify-content: start;
  }
}
header .topbar .topbar-left .topbar-swiper .swiper-slide {
  position: relative;
  width: 100% !important;
  color: black;
  text-decoration: none;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  header .topbar .topbar-left .topbar-swiper .swiper-slide {
    width: auto !important;
  }
}
header .topbar .topbar-left .topbar-swiper .swiper-slide a {
  color: white !important;
  text-decoration: none;
}
header .topbar .topbar-left .topbar-swiper .swiper-slide span {
  vertical-align: middle;
  color: white !important;
  text-decoration: none;
}
header .topbar .topbar-left .topbar-swiper .swiper-slide svg {
  margin-right: 8px;
  font-size: 16px;
  vertical-align: middle;
}
header .topbar .topbar-right a {
  font-size: 0.8125rem;
  color: white !important;
  text-decoration: none;
}
header .navbar-brand {
  width: 220px;
}
header .navbar-toggler {
  color: white;
  font-size: 32px;
  border: none;
}
header .offcanvas {
  background-color: #2B2B2B;
}
header .offcanvas .offcanvas-header .offcanvas-title {
  color: white;
}
header .nav-item .nav-link {
  color: white;
}
header .navbar-nav .nav-item .nav-link.active,
header .nav-item .nav-link.active {
  color: white;
}
header .nav-item .nav-link:hover {
  color: #61BB46;
}
header .appointment a {
  position: absolute;
  bottom: 0;
  background-color: white;
  width: 100%;
  margin: 0;
  left: 0;
  padding: 20px 0;
  color: #2B2B2B !important;
  text-align: center;
}
header .appointment a:hover {
  background-color: #61BB46;
  color: white !important;
}

.pagination {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .pagination {
    margin-bottom: 72px;
  }
}
.pagination .page-item {
  margin: 6px;
  border-radius: 4px;
}
.pagination .page-item .active {
  border-radius: 4px;
}
.pagination .page-item .page-link {
  font-size: 13px;
  padding: 16px 24px;
  border-radius: 4px;
}

.contact-information {
  border-left: 4px solid #61BB46;
  padding-left: 20px;
}
.contact-information p {
  font-size: 13px;
  margin-bottom: 8px;
}
.contact-information p:last-child {
  margin-bottom: 0;
}

footer h2 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8px;
}
footer .indiv-block ul {
  list-style: none;
  padding: 0;
}
footer .indiv-block ul li {
  padding: 4px 0px 4px 0px;
}
footer .indiv-block ul li:last-child {
  padding-bottom: 0;
}
footer .indiv-block ul li a {
  font-size: 13px;
  color: white;
  text-decoration: none;
  padding-left: 0;
}
footer .indiv-block ul li a:hover {
  color: #61BB46;
}

.btn {
  padding: 16px 24px;
  border-radius: 12px;
}
.btn-small {
  font-size: 13px;
}
.btn-primary {
  --bs-btn-color: white;
  --bs-btn-border-color: #61BB46;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #4d9737;
  --bs-btn-hover-border-color: #4d9737;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #448431;
  --bs-btn-active-border-color: #448431;
  --bs-btn-disabled-color: #9ad08a;
  --bs-btn-disabled-bg: #eaf6e5;
  --bs-btn-disabled-border-color: #c9e7bf;
}
.btn-outline-primary {
  --bs-btn-color: $secondary;
  --bs-btn-border-color: #61BB46;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #4d9737;
  --bs-btn-hover-border-color: #4d9737;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #448431;
  --bs-btn-active-border-color: #448431;
  --bs-btn-disabled-color: #9ad08a;
  --bs-btn-disabled-bg: #eaf6e5;
  --bs-btn-disabled-border-color: #c9e7bf;
}
.btn-secondary {
  --bs-btn-color: white;
  --bs-btn-border-color: #2B2B2B;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #121212;
  --bs-btn-hover-border-color: #121212;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #050505;
  --bs-btn-active-border-color: #050505;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #7A7A7A;
  --bs-btn-disabled-border-color: #7A7A7A;
}
.btn-outline-secondary {
  --bs-btn-color: $secondary;
  --bs-btn-border-color: #2B2B2B;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #121212;
  --bs-btn-hover-border-color: #121212;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #050505;
  --bs-btn-active-border-color: #050505;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #7A7A7A;
  --bs-btn-disabled-border-color: #7A7A7A;
}
.btn-light-grey {
  --bs-btn-color: $secondary;
  --bs-btn-bg: #EEEEEE;
  --bs-btn-border-color: #EEEEEE;
  --bs-btn-hover-color: $secondary;
  --bs-btn-hover-bg: #d5d5d5;
  --bs-btn-hover-border-color: #d5d5d5;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #c8c8c8;
  --bs-btn-active-border-color: #c8c8c8;
  --bs-btn-disabled-color: #B0B0B0;
  --bs-btn-disabled-bg: #EEEEEE;
  --bs-btn-disabled-border-color: #EEEEEE;
}
.btn-white {
  --bs-btn-color: #2B2B2B;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #e5e5e5;
  --bs-btn-hover-color: #2B2B2B;
  --bs-btn-hover-bg: #e6e6e6;
  --bs-btn-hover-border-color: #e6e6e6;
  --bs-btn-active-color: #2B2B2B;
  --bs-btn-active-bg: #d9d9d9;
  --bs-btn-active-border-color: #d9d9d9;
  --bs-btn-disabled-color: #B0B0B0;
  --bs-btn-disabled-bg: #FFFFFF;
  --bs-btn-disabled-border-color: #DDDDDD;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

h1, .h1 {
  font-size: calc(1.43125rem + 2.175vw);
  line-height: normal;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.0625rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    line-height: 64px;
  }
}

h2, .h2 {
  font-size: calc(1.36875rem + 1.425vw);
  line-height: normal;
  color: #2B2B2B;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.4375rem;
  }
}

h3, .h3 {
  font-size: calc(1.31875rem + 0.825vw);
  line-height: normal;
  color: #2B2B2B;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.9375rem;
  }
}

h4, .h4 {
  font-size: calc(1.28125rem + 0.375vw);
  line-height: normal;
  color: #2B2B2B;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5625rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: normal;
  color: #2B2B2B;
}

h6, .h6 {
  font-size: 1rem;
  line-height: normal;
  color: #2B2B2B;
}

p {
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25.6px;
}
p.has-small-font-size {
  font-size: 0.8125rem;
  line-height: 20.6px;
}
p.has-large-font-size {
  font-size: 1.25rem;
  line-height: 32px;
}

p:has(+ p, + ul) {
  margin-bottom: 24px;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-bottom: 0;
}
h1:has(+ p, + div.text), .h1:has(+ p, + div.text), h2:has(+ p, + div.text), .h2:has(+ p, + div.text), h3:has(+ p, + div.text), .h3:has(+ p, + div.text) {
  margin-bottom: 12px;
}
p:has(+ h1, + .h1, + h2, + .h2, + h3, + .h3), ul:has(+ h1, + .h1, + h2, + .h2, + h3, + .h3) {
  margin-bottom: 40px;
}

.is-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-background > *, .is-background > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

.showcase-slider {
  width: 100%;
  height: 212px;
  padding: 20px;
  border: 1px solid #2B2B2B;
  border-radius: 20px;
  background: rgba(85, 85, 85, 0.25);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}
.showcase-slider .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1200px) {
  .showcase-slider .swiper-wrapper .swiper-slide {
    flex-direction: row;
  }
}
.showcase-slider .swiper-wrapper .swiper-slide .swiper-image {
  width: 100%;
  height: 172px;
  background-color: #2B2B2B;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .showcase-slider .swiper-wrapper .swiper-slide .swiper-image {
    width: 172px;
    height: 172px;
  }
}
.showcase-slider .swiper-wrapper .swiper-slide .swiper-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1200px) {
  .showcase-slider .swiper-wrapper .swiper-slide .swiper-image img {
    width: 172px;
    height: 172px;
  }
}
.showcase-slider .swiper-wrapper .swiper-slide .swiper-content {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .showcase-slider .swiper-wrapper .swiper-slide .swiper-content {
    margin-top: unset;
    padding-left: 32px;
  }
}
.showcase-slider .swiper-wrapper .swiper-slide .swiper-content h2 {
  color: white;
}
.showcase-slider .swiper-buttons {
  display: none;
}
@media (min-width: 1400px) {
  .showcase-slider .swiper-buttons {
    display: block;
    position: absolute;
    left: 224px;
    bottom: 20px;
    z-index: 20;
    gap: 12px;
  }
}
.showcase-slider .swiper-buttons .btn-prev,
.showcase-slider .swiper-buttons .btn-next {
  width: 40px;
  height: 40px;
  border-radius: 80px;
  background-color: #61BB46;
  border: 1px solid #61BB46;
  color: white;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.showcase-slider .swiper-buttons .btn-prev.swiper-button-disabled,
.showcase-slider .swiper-buttons .btn-next.swiper-button-disabled {
  background-color: #2B2B2B;
  border: 1px solid #2B2B2B;
  color: white;
}

.is-preview .showcase-slider {
  overflow: hidden;
}
.is-preview .showcase-slider a {
  pointer-events: none;
}
.is-preview .showcase-slider .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.is-preview .showcase-slider .swiper-slide {
  flex: 0 0 100%;
  max-width: 100%;
}
.is-preview .showcase-slider .swiper-image {
  flex: 0 0 172px;
  width: 172px;
  height: 172px;
}
.is-preview .showcase-slider .swiper-image img {
  width: 100%;
  height: 100%;
}
.is-preview .showcase-slider .swiper-slide:not(:first-child) {
  display: none;
}

.wsf-aanvragen .form-label {
  font-size: 13px;
  color: white;
}
.wsf-aanvragen .form-control {
  background-color: #458532;
  border: 1px solid #458532;
  color: white;
  padding: 16px 20px;
  border-radius: 12px;
}
.wsf-aanvragen .form-control::placeholder {
  color: white;
  opacity: 1;
}
.wsf-aanvragen .form-select {
  background-color: #458532;
  border: 1px solid #458532;
  color: white;
  padding: 16px 20px;
  border-radius: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M1 1 L5 5 L9 1' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 6px;
}
.wsf-aanvragen .invalid-feedback {
  color: white;
}

.wsf-contact .form-label {
  font-size: 16px;
}
.wsf-contact .form-control {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  padding: 16px 20px;
  border-radius: 12px;
}
.wsf-contact .form-control::placeholder {
  color: #9D9D9D;
  opacity: 1;
}
.wsf-contact textarea {
  min-height: 160px;
}
.wsf-contact .invalid-feedback {
  color: black;
}

.archive .alert {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .archive .alert {
    margin-bottom: 102px;
  }
}

.category-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-top: 40px;
  margin-bottom: 72px;
  gap: 16px;
  /* Firefox */
  scrollbar-width: none;
}
.category-list .btn {
  flex: 0 0 auto;
}
.category-list ::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .category-list {
    justify-content: center;
  }
}

.item-post {
  position: relative;
}
.item-post .post-thumbnail {
  height: 220px;
  border-radius: 20px;
  background-color: #EEEEEE;
}
@media (min-width: 992px) {
  .item-post .post-thumbnail {
    height: 320px;
  }
}
.item-post .post-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}

.post-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .post-content {
    margin-top: 102px;
    margin-bottom: 102px;
  }
}
.post-content .post-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dee2e6;
  padding-top: 16px;
  margin-top: 24px;
  font-size: 13px;
}
.post-content .post-footer .post-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-content .post-footer .post-left .icon {
  background-color: black;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-content .post-footer .post-left .icon svg {
  color: white;
}
.post-content .post-footer .post-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-content .post-footer .post-right .a2a_default_style a .a2a_svg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black !important;
}
.post-content .post-footer .post-right .a2a_default_style a .a2a_svg svg {
  width: 24px !important;
}

.footer {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}