/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/post-showcase/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.wens-press-pro-post-showcase.design-one .block-section-title h2 {
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}
.wens-press-pro-post-showcase.design-one .wens-press-pro-post-grid {
  display: grid;
  gap: 30px;
}
.wens-press-pro-post-showcase.design-one {
  /* =========================
     COLUMN LAYOUTS
  ========================== */
}
.wens-press-pro-post-showcase.design-one.columns-2 .wens-press-pro-post-grid {
  grid-template-columns: repeat(2, 1fr);
}
.wens-press-pro-post-showcase.design-one.columns-3 .wens-press-pro-post-grid {
  grid-template-columns: repeat(3, 1fr);
}
.wens-press-pro-post-showcase.design-one.columns-4 .wens-press-pro-post-grid {
  grid-template-columns: repeat(4, 1fr);
}
.wens-press-pro-post-showcase.design-one {
  /* =========================
     POST ITEM
  ========================== */
}
.wens-press-pro-post-showcase.design-one .wens-press-pro-post-item {
  display: flex;
  align-items: center;
  gap: 18px;
}
.wens-press-pro-post-showcase.design-one {
  /* Thumbnail */
}
.wens-press-pro-post-showcase.design-one .wens-press-pro-post-thumb {
  flex: 0 0 130px;
}
.wens-press-pro-post-showcase.design-one .wens-press-pro-post-thumb a {
  display: block;
}
.wens-press-pro-post-showcase.design-one .wens-press-pro-post-thumb img {
  width: 100%;
  height: 136px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 3px;
}
.wens-press-pro-post-showcase.design-one {
  /* Content */
}
.wens-press-pro-post-showcase.design-one .wens-press-pro-post-content {
  flex: 1;
}
.wens-press-pro-post-showcase.design-one {
  /* Categories */
}
.wens-press-pro-post-showcase.design-one .wens-press-pro-post-cat a {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  margin-right: 5px;
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: var(--wp--preset--color--primary);
}
.wens-press-pro-post-showcase.design-one {
  /* Title */
}
.wens-press-pro-post-showcase.design-one .wens-press-pro-post-title {
  margin: 5px 0;
}
.wens-press-pro-post-showcase.design-one .wens-press-pro-post-title a {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wens-press-pro-post-showcase.design-one {
  /* Meta */
}
.wens-press-pro-post-showcase.design-one .wens-press-pro-post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #777;
}
.wens-press-pro-post-showcase.design-one .wens-press-pro-post-meta i {
  font-size: 12px;
}
.wens-press-pro-post-showcase.design-one {
  /* =========================
     RESPONSIVE
  ========================== */
}
@media (max-width: 1200px) {
  .wens-press-pro-post-showcase.design-one.columns-4 .wens-press-pro-post-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .wens-press-pro-post-showcase.design-one .wens-press-pro-post-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .wens-press-pro-post-showcase.design-one .wens-press-pro-post-title a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wens-press-pro-post-showcase.design-one .wens-press-pro-post-grid {
    grid-template-columns: 1fr !important;
  }
  .wens-press-pro-post-showcase.design-one .wens-press-pro-post-thumb {
    width: 100%;
  }
  .wens-press-pro-post-showcase.design-one .wens-press-pro-post-thumb img {
    width: 100%;
    height: auto;
  }
  .wens-press-pro-post-showcase.design-one .wens-press-pro-post-title a {
    font-size: 18px;
  }
}

.wens-press-pro-post-showcase.design-two {
  width: 100%;
}
.wens-press-pro-post-showcase.design-two .block-section-title h2 {
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-grid {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-item {
  display: grid;
  grid-template-columns: 44% 52%;
  gap: 30px;
  align-items: center;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-thumb {
  position: relative;
  overflow: hidden;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-thumb img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 6px;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-thumb .wens-press-pro-post-cat {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-thumb .wens-press-pro-post-cat a {
  display: inline-block;
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 2px 8px;
  margin-right: 3px;
  margin-bottom: 6px;
  border-radius: 6px;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-content .wens-press-pro-post-title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 5px;
  margin-top: 0;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-content .wens-press-pro-post-title a {
  text-decoration: none;
  color: #222;
  transition: all 0.3s ease;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-content .wens-press-pro-post-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
  flex-wrap: wrap;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-content .wens-press-pro-post-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-content .wens-press-pro-post-meta span i {
  font-size: 13px;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-content .wens-press-pro-post-excerpt {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-content .wens-press-pro-read-more a {
  display: inline-block;
  padding: 9px 15px;
  border: 1px solid #bbb;
  text-decoration: none;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.wens-press-pro-post-showcase.design-two .wens-press-pro-post-content .wens-press-pro-read-more a:hover {
  text-decoration: none !important;
  border-color: var(--wp--preset--color--primary);
  color: #222;
}
@media (max-width: 991px) {
  .wens-press-pro-post-showcase.design-two .wens-press-pro-post-item {
    grid-template-columns: 1fr;
  }
  .wens-press-pro-post-showcase.design-two .wens-press-pro-post-content .wens-press-pro-post-title {
    font-size: 28px;
  }
  .wens-press-pro-post-showcase.design-two .wens-press-pro-post-thumb img {
    height: auto;
  }
}
@media (max-width: 576px) {
  .wens-press-pro-post-showcase.design-two .block-section-title h2 {
    font-size: clamp(16px, 4vw, 28px);
  }
  .wens-press-pro-post-showcase.design-two .wens-press-pro-post-content .wens-press-pro-post-title {
    font-size: 24px;
  }
  .wens-press-pro-post-showcase.design-two .wens-press-pro-post-content .wens-press-pro-post-excerpt {
    font-size: 16px;
    line-height: 1.6;
  }
}

.wens-press-pro-post-showcase.design-three .wens-press-pro-post-thumb {
  position: relative;
  overflow: hidden;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-post-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-post-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px;
  z-index: 2;
}
.wens-press-pro-post-showcase.design-three .block-section-title h2 {
  margin-bottom: 15px;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-banner-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-banner-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-post-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-banner-large .wens-press-pro-post-thumb {
  height: 540px;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-banner-large .wens-press-pro-post-title {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-banner-small .wens-press-pro-post-thumb {
  height: 260px;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-banner-small .wens-press-pro-post-title {
  font-size: 22px;
  line-height: 1.4;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-post-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 88%;
  padding: 25px;
  z-index: 2;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-post-cat a {
  display: inline-block;
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 2px 8px;
  margin-right: 3px;
  margin-bottom: 6px;
  border-radius: 6px;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-post-title {
  margin: 0;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-post-title a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-post-title a:hover {
  text-underline-offset: 10px;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 0px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-post-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.wens-press-pro-post-showcase.design-three .wens-press-pro-post-meta i {
  font-size: 12px;
}
@media (max-width: 991px) {
  .wens-press-pro-post-showcase.design-three .wens-press-pro-banner-grid {
    grid-template-columns: 1fr;
  }
  .wens-press-pro-post-showcase.design-three .wens-press-pro-banner-large .wens-press-pro-post-thumb {
    height: 400px;
  }
  .wens-press-pro-post-showcase.design-three .wens-press-pro-banner-small .wens-press-pro-post-thumb {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .wens-press-pro-post-showcase.design-three .wens-press-pro-banner-large .wens-press-pro-post-thumb {
    height: 300px;
  }
  .wens-press-pro-post-showcase.design-three .wens-press-pro-banner-large .wens-press-pro-post-title {
    font-size: 24px;
  }
  .wens-press-pro-post-showcase.design-three .wens-press-pro-banner-small .wens-press-pro-post-title {
    font-size: 18px;
  }
  .wens-press-pro-post-showcase.design-three .wens-press-pro-post-overlay {
    padding: 18px;
  }
}

.wens-press-pro-post-showcase.design-four {
  width: 100%;
}
.wens-press-pro-post-showcase.design-four .block-section-title {
  margin-bottom: 10px;
}
.wens-press-pro-post-showcase.design-four .block-section-title h2 {
  margin: 0;
  font-size: clamp(16px, 4vw, 32px);
  font-weight: 700;
  line-height: 1.3;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-grid {
  display: grid;
  gap: 30px;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-grid.col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-grid.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-grid.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-item {
  overflow: hidden;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-thumb {
  position: relative;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-thumb a {
  display: block;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-thumb img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 6px;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-thumb .wens-press-pro-cat {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-thumb .wens-press-pro-cat a {
  display: inline-block;
  background: var(--wp--preset--color--primary);
  backdrop-filter: blur(4px);
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 6px;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-thumb .wens-press-pro-cat a:hover {
  text-decoration: none !important;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-overlay {
  padding-top: 18px;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-post-title {
  margin: 0 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-post-title a {
  color: #111;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-meta .wens-press-pro-post-author {
  text-transform: uppercase;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #777;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-meta span i {
  font-size: 12px;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-excerpt {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 12px;
}
.wens-press-pro-post-showcase.design-four .wens-press-pro-readmore a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .wens-press-pro-post-showcase.design-four .wens-press-pro-grid.col-4, .wens-press-pro-post-showcase.design-four .wens-press-pro-grid.col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wens-press-pro-post-showcase.design-four .wens-press-pro-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .wens-press-pro-post-showcase.design-four .wens-press-pro-grid.col-4, .wens-press-pro-post-showcase.design-four .wens-press-pro-grid.col-3, .wens-press-pro-post-showcase.design-four .wens-press-pro-grid.col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .wens-press-pro-post-showcase.design-four .wens-press-pro-title {
    font-size: 22px;
  }
  .wens-press-pro-post-showcase.design-four .wens-press-pro-thumb img {
    height: 220px;
  }
}

.post-showcase-design-five .post-showcase-grid {
  display: grid;
  gap: 25px;
}
.post-showcase-design-five.column-1 .post-showcase-grid {
  grid-template-columns: 1fr;
}
.post-showcase-design-five.column-2 .post-showcase-grid {
  grid-template-columns: repeat(2, 1fr);
}
.post-showcase-design-five.column-3 .post-showcase-grid {
  grid-template-columns: repeat(3, 1fr);
}
.post-showcase-design-five.column-4 .post-showcase-grid {
  grid-template-columns: repeat(4, 1fr);
}
.post-showcase-design-five .wens-press-pro-post-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.post-showcase-design-five .wens-press-pro-post-thumb {
  position: relative;
}
.post-showcase-design-five .wens-press-pro-post-thumb img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post-showcase-design-five {
  /* Category overlay like your image */
}
.post-showcase-design-five .wens-press-pro-post-cat.overlay {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  gap: 5px;
}
.post-showcase-design-five .wens-press-pro-post-cat.overlay a {
  display: inline-block;
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 2px 8px;
  margin-right: 3px;
  margin-bottom: 6px;
  border-radius: 6px;
}
.post-showcase-design-five .wens-press-pro-post-content {
  padding: 15px;
}
.post-showcase-design-five .wens-press-pro-post-title {
  font-size: 20px;
  margin: 0px 0;
}
.post-showcase-design-five .wens-press-pro-post-title a {
  color: #111;
  text-decoration: none;
  font-weight: 700;
}
.post-showcase-design-five .wens-press-pro-post-meta {
  font-size: 12px;
  color: #777;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.post-showcase-design-five .wens-press-pro-post-excerpt {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
.post-showcase-design-five .read-more {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
@media (max-width: 1024px) {
  .post-showcase-design-five .post-showcase-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .post-showcase-design-five .post-showcase-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  .post-showcase-design-five .post-showcase-grid {
    grid-template-columns: 1fr !important;
  }
}

.wens-press-pro-pagination-wrapper {
  width: 100%;
  margin-block-start: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.wens-press-pro-pagination-wrapper .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.wens-press-pro-pagination-wrapper .page-numbers:hover {
  background: var(--wp--preset--color--primary);
  color: #fff;
  border-color: var(--wp--preset--color--primary);
  text-decoration: none !important;
}
.wens-press-pro-pagination-wrapper .page-numbers.current {
  background: var(--wp--preset--color--primary);
  color: #fff;
  border-color: var(--wp--preset--color--primary);
}
.wens-press-pro-pagination-wrapper .prev,
.wens-press-pro-pagination-wrapper .next {
  padding: 0 18px;
}

/*# sourceMappingURL=style-index.css.map*/