/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
:root {
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1400px;
}

:root {
  --close-btn-height: 40px;
  --layout-container-size: 1400px;
  --layout-container-gap: 24px;
  --plyr-color-main: #fa0505;
}

.wp-react-post-grid {
  padding: 120px 0 420px 0;
  background: #000;
  position: relative;
  /* List style fixes to prevent FOUC */
  /* Light Theme Styles */
  /* Thumbnail */
  /* Modal */
  /* Modal content */
  /* Close button */
}
.wp-react-post-grid ul, .wp-react-post-grid li {
  list-style-type: none !important;
  margin-left: 0 !important;
}
.wp-react-post-grid.theme-light {
  background: #fff;
  padding: 0;
}
.wp-react-post-grid.theme-light .wp-react-post-grid__post-list-no-data {
  color: #333;
}
.wp-react-post-grid.theme-light .wp-react-post-grid__post-card {
  background: #f8f8f8;
  border-radius: 5px;
  overflow: hidden;
}
.wp-react-post-grid.theme-light .wp-react-post-grid__input-wrapper select {
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
}
.wp-react-post-grid.theme-light .wp-react-post-grid__input-wrapper select option {
  background-color: #f8f8f8;
  color: #333;
}
.wp-react-post-grid.theme-light .wp-react-post-grid__load-more-btn:hover {
  background: #e0e0e0;
  color: #333;
}
.wp-react-post-grid.theme-light .wp-react-post-grid__post-list-wrapper {
  min-height: auto;
}
.wp-react-post-grid.theme-light:after {
  background: transparent !important;
}
.wp-react-post-grid__post-list-wrapper {
  position: relative;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: var(--layout-container-size);
}
.wp-react-post-grid__post-list {
  display: grid;
  gap: var(--layout-container-gap);
}
@media (min-width: 768px) {
  .wp-react-post-grid__post-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .wp-react-post-grid__post-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.wp-react-post-grid__post-list-no-data {
  color: #fff;
}
.wp-react-post-grid__post-card {
  background: #fff;
  aspect-ratio: 16/9;
  transition: transform 0.3s ease;
  cursor: pointer;
  position: relative;
}
.wp-react-post-grid__post-card:hover .wp-react-post-grid__post-card-btn:before {
  border-color: #fff;
}
.wp-react-post-grid__post-card:hover .wp-react-post-grid__post-card-btn:after {
  opacity: 1;
}
.wp-react-post-grid__post-card:hover .wp-react-post-grid__post-card-btn svg {
  transition-duration: 600ms;
}
.wp-react-post-grid__post-card:hover .wp-react-post-grid__post-card-btn svg path {
  transition-duration: 600ms;
}
.wp-react-post-grid__post-card:hover .wp-react-post-grid__post-card-btn svg circle {
  opacity: 0;
  transition-duration: 600ms;
}
.wp-react-post-grid__post-card:hover .wp-react-post-grid__post-card-image-wrapper img {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 600ms;
}
.wp-react-post-grid__post-card:hover .wp-react-post-grid__post-card-image-wrapper:before {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  background-color: transparent;
  transform: translateZ(0);
  opacity: 0;
  transition-duration: 600ms;
}
.wp-react-post-grid__post-card:hover .wp-react-post-grid__post-card-logo-image {
  opacity: 0;
  transition-duration: 600ms;
}
.wp-react-post-grid__post-card:hover .wp-react-post-grid__post-card-device-name {
  opacity: 0;
  transition-duration: 600ms;
}
.wp-react-post-grid__post-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 1200ms;
}
.wp-react-post-grid__post-card-image-wrapper {
  height: 100%;
  overflow: hidden;
}
.wp-react-post-grid__post-card-image-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
  transition: all 1200ms cubic-bezier(0.4, 0, 0.2, 1);
  --tw-gradient-from: rgb(0 0 0 / 0.90) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0.35) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.wp-react-post-grid__post-card-logo-image {
  max-height: 30px;
  position: absolute;
  top: 25px;
  left: 25px;
  overflow: hidden;
  z-index: 4;
  opacity: 1;
  transition: all 1200ms cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(0) invert(1);
}
.wp-react-post-grid__post-card-device-name {
  position: absolute;
  width: auto;
  max-width: 80%;
  text-align: left;
  font-size: 1.7rem;
  z-index: 5;
  bottom: 25px;
  left: 20px;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 0 !important;
  transition: all 1200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-react-post-grid__post-card-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: transparent;
  border: none;
  z-index: 4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  margin: 0;
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-react-post-grid__post-card-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-react-post-grid__post-card-btn svg {
  position: relative;
  z-index: 2;
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-react-post-grid__post-card-btn svg path {
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-react-post-grid__post-card-btn svg circle {
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-react-post-grid__post-card-btn:hover path:nth-of-type(2) {
  transform: translateX(2px);
}
.wp-react-post-grid__load-more-btn {
  background: #fa0505;
  border-radius: 5px;
  color: #fff;
  min-width: 140px;
  padding: 0.5rem 0.75rem;
  margin: 32px auto;
  height: 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}
.wp-react-post-grid__load-more-btn:hover {
  background: #fff;
  color: #000;
}
.wp-react-post-grid__load-more-btn:disabled:hover {
  background: #fa0505;
  color: #fff;
  cursor: initial;
}
.wp-react-post-grid__overlay {
  position: fixed;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99;
  border: 0;
  padding: 50px 0 0 0;
  margin: 0;
  background: transparent;
  opacity: 0;
  transition: opacity 0.5s ease;
  left: 24px;
  max-width: calc(100vw - var(--layout-container-gap) * 2);
  left: var(--layout-container-gap);
}
@media (max-width: 767px) {
  .wp-react-post-grid__overlay {
    padding: 40px 0 0 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .wp-react-post-grid__overlay {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .wp-react-post-grid__overlay {
    max-width: calc(var(--layout-container-size) - var(--layout-container-gap) * 2);
    left: calc((100vw - var(--layout-container-size) + var(--layout-container-gap) * 2) / 2);
  }
}
.wp-react-post-grid__overlay.is-visible {
  opacity: 1;
}
.wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content {
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content {
    border-radius: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(2) {
  transition-delay: 0.2s;
}
.wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(3) {
  transition-delay: 0.3s;
}
.wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(4) {
  transition-delay: 0.4s;
}
.wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(5) {
  transition-delay: 0.5s;
}
.wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(6) {
  transition-delay: 0.6s;
}
.wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(7) {
  transition-delay: 0.7s;
}
.wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(8) {
  transition-delay: 0.8s;
}
.wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(9) {
  transition-delay: 0.9s;
}
.wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(10) {
  transition-delay: 1s;
}
.wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(11) {
  transition-delay: 1.1s;
}
.wp-react-post-grid__overlay.is-visible .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(12) {
  transition-delay: 1.2s;
}
.wp-react-post-grid__overlay.is-exiting {
  opacity: 0;
}
.wp-react-post-grid__overlay.is-exiting .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.wp-react-post-grid__overlay.is-exiting .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(2) {
  transition-delay: 1s;
}
.wp-react-post-grid__overlay.is-exiting .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(3) {
  transition-delay: 0.9s;
}
.wp-react-post-grid__overlay.is-exiting .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(4) {
  transition-delay: 0.8s;
}
.wp-react-post-grid__overlay.is-exiting .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(5) {
  transition-delay: 0.7s;
}
.wp-react-post-grid__overlay.is-exiting .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(6) {
  transition-delay: 0.6s;
}
.wp-react-post-grid__overlay.is-exiting .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(7) {
  transition-delay: 0.5s;
}
.wp-react-post-grid__overlay.is-exiting .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(8) {
  transition-delay: 0.4s;
}
.wp-react-post-grid__overlay.is-exiting .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(9) {
  transition-delay: 0.3s;
}
.wp-react-post-grid__overlay.is-exiting .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(10) {
  transition-delay: 0.2s;
}
.wp-react-post-grid__overlay.is-exiting .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(11) {
  transition-delay: 0.1s;
}
.wp-react-post-grid__overlay.is-exiting .wp-react-post-grid__overlay-content .wp-react-post-grid__overlay-item:nth-child(12) {
  transition-delay: 0s;
}
.wp-react-post-grid__overlay-content {
  width: 100%;
  height: 100%;
  position: relative;
  gap: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - var(--close-btn-height));
}
@media (max-width: 767px) {
  .wp-react-post-grid__overlay-content {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .wp-react-post-grid__overlay-content {
    height: auto;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.wp-react-post-grid__overlay-close {
  margin: 0 0 0 auto;
  flex: var(--close-btn-height) 0 0;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  transition: 0.3s;
  z-index: 99;
  display: flex;
  align-items: self-end;
  padding-bottom: 10px;
  outline: none;
}
@media (max-width: 767px) {
  .wp-react-post-grid__overlay-close {
    margin-right: 10px;
  }
}
.wp-react-post-grid__overlay-close svg {
  display: flex;
  fill: #fff;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .wp-react-post-grid__overlay-close {
    top: -20px;
  }
}
.wp-react-post-grid__overlay-close:hover {
  transform: scale(1.1);
}
.wp-react-post-grid__overlay-image {
  object-fit: cover;
  width: 100%;
  min-height: 242px;
}
.wp-react-post-grid__overlay-logo {
  max-height: 90px;
  max-width: 80%;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 4;
}
.wp-react-post-grid .logo-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}
.wp-react-post-grid .logo-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(44px);
  backdrop-filter: blur(44px);
  transform: translateZ(0);
  z-index: 2;
  transition: 0.3s ease;
}
.wp-react-post-grid .logo-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wp-react-post-grid .logo-device-name {
  position: absolute;
  width: auto;
  max-width: 80%;
  text-align: left;
  color: #fff;
  font-size: 1.7rem;
  z-index: 5;
  bottom: 25px;
  left: 20px;
  margin-bottom: 0 !important;
}
.wp-react-post-grid__overlay-item {
  height: 100%;
  display: flex;
  opacity: 0;
  transform: scale(1.2);
}
.wp-react-post-grid__overlay-item.order-0 {
  order: 0;
}
.wp-react-post-grid__overlay-item.order-1 {
  order: 1;
}
.wp-react-post-grid__overlay-item.order-2 {
  order: 2;
}
.wp-react-post-grid__overlay-item.order-3 {
  order: 3;
}
.wp-react-post-grid__overlay-item.order-4 {
  order: 4;
}
.wp-react-post-grid__overlay-item.order-5 {
  order: 5;
}
.wp-react-post-grid__overlay-item.order-6 {
  order: 6;
}
.wp-react-post-grid__overlay-item.order-7 {
  order: 7;
}
.wp-react-post-grid__overlay-backdrop {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: -1;
}
.wp-react-post-grid__input-wrapper {
  display: flex;
  gap: 16px;
  margin: 0 0 68px;
  flex-wrap: wrap;
}
.wp-react-post-grid__select-input {
  padding: 10px;
  min-width: 290px;
  background: transparent;
  color: #d9d9d9;
  border-width: 2px;
  border-radius: 2px;
  position: relative;
  width: 100%;
  appearance: none;
  padding: 10px 40px 10px 10px;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"5\" viewBox=\"0 0 8 5\" fill=\"none\"%3E%3Cpath d=\"M8 0H0L4 4.5L8 0Z\" fill=\"%23D9D9D9\"/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px 8px;
  line-height: 1.5;
  cursor: pointer;
}
.wp-react-post-grid__select-input option {
  background-color: #222;
  color: #d9d9d9;
}
@media (min-width: 768px) {
  .wp-react-post-grid__select-input {
    width: auto;
  }
}
.wp-react-post-grid__quote {
  background-color: #e6e6e6;
  background-image: url(.././img/quote.png);
  background-repeat: no-repeat;
  background-position: 18px 18px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 600;
  overflow: hidden;
}
.wp-react-post-grid__overlay-item.stats\/facts .wp-react-post-grid__wysiwyg-wrapper {
  background-image: url(.././img/stats-bg.png);
}
.wp-react-post-grid__wysiwyg-wrapper {
  padding: 24px;
  background: #fff;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 260px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .wp-react-post-grid__wysiwyg-wrapper {
    padding: 20px;
    min-height: 200px;
  }
}
.wp-react-post-grid__wysiwyg-wrapper p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wp-react-post-grid__wysiwyg-wrapper p {
    -webkit-line-clamp: none;
    display: block;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.wp-react-post-grid__image-block {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wp-react-post-grid__image-block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.wp-react-post-grid__image-block.centered {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.wp-react-post-grid__image-block.centered img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.wp-react-post-grid__list {
  margin: 0;
  padding: 0;
}
.wp-react-post-grid__list-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 0;
}
.wp-react-post-grid__list-item p {
  margin: 0 0 0 38px;
  color: #000;
  font-size: 1rem;
}
.wp-react-post-grid__list-item a {
  color: #000;
}
.wp-react-post-grid__list-item svg {
  height: 25px;
  min-width: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
.wp-react-post-grid__list-item svg path {
  fill: #888;
}
@media (max-width: 1279px) {
  .wp-react-post-grid__list-item svg {
    height: 20px;
    min-width: 22.5px;
    margin-top: 4px;
  }
}
.wp-react-post-grid__list-wrapper {
  background-color: #fff;
  background-image: url(.././img/list.svg);
  background-repeat: no-repeat;
  background-size: 34%;
  background-position: 105% 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}
.wp-react-post-grid:after {
  content: "";
  background: #000;
  position: absolute;
  left: calc((100vw - 100%) / -2);
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.wp-react-post-grid__video-thumbnail {
  cursor: pointer;
  background-color: #333;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.wp-react-post-grid__video-thumbnail img:not(.wp-react-post-grid__video-thumbnail-play) {
  height: 100%;
  width: 100%;
}
.wp-react-post-grid__video-thumbnail:hover .wp-react-post-grid__video-thumbnail-play {
  transform: translate(-50%, -50%) scale(1.1);
}
.wp-react-post-grid__video-thumbnail-play {
  position: absolute;
  height: 90px;
  top: 50%;
  transition: 0.3s;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 9;
}
.wp-react-post-grid__video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
  border-radius: 5px;
  overflow: hidden;
}
.wp-react-post-grid__modal-content {
  position: relative;
  width: 90%;
  z-index: 89;
  max-width: 800px;
  background: #000;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.wp-react-post-grid__close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  z-index: 9;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url(.././img/close-white.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.wp-react-post-grid h1,
.wp-react-post-grid h2,
.wp-react-post-grid h3,
.wp-react-post-grid h4,
.wp-react-post-grid h5 {
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .wp-react-post-grid h4, .wp-react-post-grid h5 {
    font-size: 1.2rem;
  }
}
.wp-react-post-grid p {
  line-height: 1.45em;
}
@media (max-width: 767px) {
  .wp-react-post-grid p {
    font-size: 1rem;
  }
}
.wp-react-post-grid q {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 400;
  display: block;
  max-height: 300px; /* Limit height of quote text */
  overflow: hidden; /* Hide overflow text */
}
@media (max-width: 1279px) {
  .wp-react-post-grid__post-card {
    aspect-ratio: 16/10;
  }
  .wp-react-post-grid__post-card-logo-image {
    max-height: 25px;
    top: 15px;
    left: 15px;
  }
  .wp-react-post-grid__post-card-device-name {
    font-size: 1.4rem;
    bottom: 15px;
    left: 15px;
  }
  .wp-react-post-grid__post-card-btn {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
  }
  .wp-react-post-grid__overlay-item.featured, .wp-react-post-grid__overlay-item.logo, .wp-react-post-grid__overlay-item.image, .wp-react-post-grid__overlay-item.list, .wp-react-post-grid__overlay-item.wysiwyg, .wp-react-post-grid__overlay-item.post_preview, .wp-react-post-grid__overlay-item.stats\/facts, .wp-react-post-grid__overlay-item.quote, .wp-react-post-grid__overlay-item.video {
    min-height: 240px;
  }
  .wp-react-post-grid__overlay-logo {
    max-height: 30px;
    top: 20px;
    left: 20px;
  }
  .wp-react-post-grid .logo-device-name {
    font-size: 1.4rem;
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .wp-react-post-grid q {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 767px) {
  .wp-react-post-grid__overlay-item.wysiwyg {
    min-height: auto !important;
  }
}

.plyr__control.plyr__control--overlaid {
  background: transparent !important;
}
.plyr__control.plyr__control--overlaid svg {
  height: 80px;
  width: 80px;
}
.plyr__control.plyr__control--overlaid .plyr--video .plyr__control:hover {
  background: transparent !important;
}

/* Note: The HTML entity issue (&amp; displaying incorrectly) 
   needs to be fixed in the React component that renders the content,
   not in CSS. The component should properly decode HTML entities. */
.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #303030;
  border-top: 4px solid #fa0505;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loader p {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader--btn {
  margin: auto;
}
.loader--btn .spinner {
  border-color: #d30303;
  border-top-color: #ffffff;
  width: 12px !important;
  height: 12px !important;
  animation-duration: 700ms;
}

.wp-react-post-grid__image-block {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wp-react-post-grid__image-block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.wp-react-post-grid__image-block.centered {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.wp-react-post-grid__image-block.centered img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/*# sourceMappingURL=wp-react-post-grid-plugin.css.map*/