.wac-slider-init {
  max-width: 100%;
  margin: auto;
  cursor: grab;
  color: white;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%;
}

.wac-slider-element {
  height: 300px;
  width: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.wac-slider-element-child {
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  justify-content: flex-end;
}

.wac-slider-init .wac-slider-title {
  color: white;
  font-weight: 600;
  text-decoration: none;
  font-size: 17px;
}

.wac-slider-init .wac-slider-title:focus {
  background: none !important;
}

.wac-slider-description {
  font-size: 15px;
  color: #ffffffd1;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: all;
}

.wac-slider-category {
  position: absolute;
  font-size: 14px;
  background-color: #2d2c2d4f;
  color: #fff;
  padding: 1px 5px;
  display: inline-block;
  right: 8px;
  top: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 110px;
}

.wac-slider-bottom-black {
  width: 100%;
  height: 75%;
  background: linear-gradient(180deg, rgb(0 0 0/0%) 0%, rgb(0 0 0/65%) 100%);
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.wac-list-fancy-bottom-black {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 40%) 0%, rgb(0 0 0 / 50%) 100%);
    bottom: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
  }

.wac-navigation-wrapper {
  position: relative;
}

.wac-navigation-wrapper .dots {
  display: flex;
  padding: 12px 0;
  justify-content: center;
}

.wac-navigation-wrapper .dot {
  width: 10px;
  height: 10px;
  background: #eaeaea;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid transparent;
}

.wac-navigation-wrapper .dot:focus {
  outline: none;
}

.wac-navigation-wrapper .dot--active {
  background: #555;
}

.wac-navigation-wrapper .arrow {
  width: fit-content;
  height: fit-content;
  fill: #fff;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #32373c4a;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.wac-navigation-wrapper .arrow svg {
  width: 20px;
  height: 20px;
}

.wac-navigation-wrapper .arrow--left {
  left: 10px;
}

.wac-navigation-wrapper .arrow--right {
  left: auto;
  right: 10px;
}

.wac-navigation-wrapper .arrow--disabled.arrow--left {
  opacity: 0;
}

.wac-navigation-wrapper .arrow--disabled.arrow--right {
  opacity: 0;
}

.wac-navigation-wrapper .thumbnail .keen-slider__slide {
  font-size: 30px;
  margin-top: 10px;
  height: 100px;
}

.wac-navigation-wrapper .thumbnail .keen-slider__slide {
  cursor: pointer;
}

.wac-navigation-wrapper .thumbnail .keen-slider__slide.active {
  border: 2px dashed black;
}

.wac-list-main {
  display: flex;
  flex-direction: column;
}

.wac-list-el {
  display: flex;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.5);
}


.wac-list-text-area {
  margin-right: 10px;
  width: 55%;
  max-width: 55%;
}

.wac-list-cat {
  text-transform: uppercase;
  color: #b4b4b4;
  font-size: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.wac-list-title {
  color: inherit;
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: all;
  text-decoration: none;
}

.wac-list-image {
  max-height: 75px;
  max-width: 45%;
  width: 45%;
  height: 75px;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wac-list-fancy-text-area {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    color: white;
    margin-top: auto;
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
  }

  .wac-list-fancy-el {
    display: flex;
    min-height: 70px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .wac-list-fancy-title {
    color: inherit;
    font-weight: 600;
    font-size: 14px;
    display: -webkit-box;
    color: white !important;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    transition-duration: 0.2s;
    transition-property: all;
    text-decoration: none;
  }

  .wac-list-fancy-cat {
    text-transform: uppercase;
    color: #f4f4f4;
    font-size: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
  }

.wac-grid-main {
  width: 100%;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1em;
  margin-bottom: 20px;
  margin-top: 10px;
}

.wac-grid-el {
  height: auto;
  width: 100%;
  -webkit-box-shadow: -1px 2px 6px 0px rgb(26 26 26 / 11%);
  -moz-box-shadow: -1px 2px 6px 0px rgb(26 26 26 / 11%);
  box-shadow: -1px 2px 6px 0px rgb(26 26 26 / 11%);
  overflow: hidden;
  background-color: white;
}

.wac-grid-image {
    height: 250px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
  }


.wac-grid-cat{
    opacity: 0.7;
    margin-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
}
.wac-grid-title{
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;    
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.wac-grid-content{
    padding-left: 12px;
    padding-right: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 15px;
}


.wac-grid-fancy-element {
  height: 300px;
  width: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.wac-grid-fancy-element-child {
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  justify-content: flex-end;
}

.wac-grid-fancy-title {
  color: white;
  font-weight: 600;
  text-decoration: none;
  font-size: 17px;
}

.wac-grid-fancy-init .wac-grid-fancy-title:focus {
  background: none !important;
}

.wac-grid-fancy-description {
  font-size: 15px;
  color: #ffffffd1;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: all;
}

.wac-grid-fancy-category {
  position: absolute;
  font-size: 14px;
  background-color: #2d2c2d4f;
  color: #fff;
  padding: 1px 5px;
  display: inline-block;
  right: 8px;
  top: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 110px;
}

.wac-grid-fancy-bottom-black {
  width: 100%;
  height: 75%;
  background: linear-gradient(180deg, rgb(0 0 0/0%) 0%, rgb(0 0 0/65%) 100%);
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}