/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/post-grid-hero/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.post-grid-hero {
  margin: 40px 0;
  /* Container for the first three posts (featured + 2 secondary) */
  /* Container for remaining posts in 3-column grid */
  /* Tablet breakpoint (max-width: 1024px) */
  /* Mobile breakpoint (max-width: 768px) */
}
.post-grid-hero .hero-top-section {
  display: grid;
  grid-template-columns: 60% auto;
  gap: 15px;
  margin-bottom: 15px;
  min-height: 415px;
}
.post-grid-hero .hero-top-section .hero-featured,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.post-grid-hero .hero-top-section .hero-featured .hero-image,
.post-grid-hero .hero-top-section .hero-featured .secondary-image,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-image,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.post-grid-hero .hero-top-section .hero-featured .hero-image img,
.post-grid-hero .hero-top-section .hero-featured .secondary-image img,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-image img,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}
.post-grid-hero .hero-top-section .hero-featured:before,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(3, 3, 130, 0) 0%, rgba(0, 0, 0, 0.73) 59%);
  z-index: 1;
}
.post-grid-hero .hero-top-section .hero-featured:after,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  transition: background 0.3s ease;
}
.post-grid-hero .hero-top-section .hero-featured:hover:after,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item:hover:after {
  background: rgba(255, 255, 255, 0.116);
}
.post-grid-hero .hero-top-section .hero-featured .hero-content,
.post-grid-hero .hero-top-section .hero-featured .secondary-content,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 20px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .hero-category,
.post-grid-hero .hero-top-section .hero-featured .hero-content .secondary-category,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .hero-category,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .secondary-category,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .hero-category,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .secondary-category,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .hero-category,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .secondary-category {
  margin-bottom: 15px;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .hero-category a,
.post-grid-hero .hero-top-section .hero-featured .hero-content .secondary-category a,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .hero-category a,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .secondary-category a,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .hero-category a,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .secondary-category a,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .hero-category a,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .secondary-category a {
  font-size: 13px;
  background: #4fb286;
  color: black;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1px;
  padding: 3px 7px 3px 7px;
  border-radius: 3px 3px 3px 3px;
  text-decoration: none;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .hero-category a:hover,
.post-grid-hero .hero-top-section .hero-featured .hero-content .secondary-category a:hover,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .hero-category a:hover,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .secondary-category a:hover,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .hero-category a:hover,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .secondary-category a:hover,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .hero-category a:hover,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .secondary-category a:hover {
  color: white;
  background: #3c896d;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .hero-title,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .hero-title,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .hero-title,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .hero-title {
  font-size: 28px; /* Updated to 28px for h2 in hero-featured */
  font-weight: 700;
  margin: 0 0 5px 0;
  line-height: 26px;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .hero-title a,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .hero-title a,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .hero-title a,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .hero-title a {
  color: #fff;
  text-decoration: none;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .hero-title a:hover,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .hero-title a:hover,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .hero-title a:hover,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .hero-title a:hover {
  text-decoration: none;
  color: #4fb286;
  transition: color 0.3s;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .secondary-title,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .secondary-title,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .secondary-title,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .secondary-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  line-height: 26px;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .secondary-title a,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .secondary-title a,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .secondary-title a,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .secondary-title a {
  color: #fff;
  text-decoration: none;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .secondary-title a:hover,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .secondary-title a:hover,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .secondary-title a:hover,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .secondary-title a:hover {
  text-decoration: none;
  color: #4fb286;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .hero-meta,
.post-grid-hero .hero-top-section .hero-featured .hero-content .secondary-meta,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .hero-meta,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .secondary-meta,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .hero-meta,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .secondary-meta,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .hero-meta,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .secondary-meta {
  font-size: 12px;
  color: #ccc;
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .hero-meta .date, .post-grid-hero .hero-top-section .hero-featured .hero-content .hero-meta .read-time,
.post-grid-hero .hero-top-section .hero-featured .hero-content .secondary-meta .date,
.post-grid-hero .hero-top-section .hero-featured .hero-content .secondary-meta .read-time,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .hero-meta .date,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .hero-meta .read-time,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .secondary-meta .date,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .secondary-meta .read-time,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .hero-meta .date,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .hero-meta .read-time,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .secondary-meta .date,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .secondary-meta .read-time,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .hero-meta .date,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .hero-meta .read-time,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .secondary-meta .date,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .secondary-meta .read-time {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .hero-meta .icon,
.post-grid-hero .hero-top-section .hero-featured .hero-content .secondary-meta .icon,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .hero-meta .icon,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .secondary-meta .icon,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .hero-meta .icon,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .secondary-meta .icon,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .hero-meta .icon,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .secondary-meta .icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .hero-meta .calendar-icon, .post-grid-hero .hero-top-section .hero-featured .hero-content .hero-meta .clock-icon,
.post-grid-hero .hero-top-section .hero-featured .hero-content .secondary-meta .calendar-icon,
.post-grid-hero .hero-top-section .hero-featured .hero-content .secondary-meta .clock-icon,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .hero-meta .calendar-icon,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .hero-meta .clock-icon,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .secondary-meta .calendar-icon,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .secondary-meta .clock-icon,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .hero-meta .calendar-icon,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .hero-meta .clock-icon,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .secondary-meta .calendar-icon,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .secondary-meta .clock-icon,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .hero-meta .calendar-icon,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .hero-meta .clock-icon,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .secondary-meta .calendar-icon,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .secondary-meta .clock-icon {
  margin-right: 3px;
}
.post-grid-hero .hero-top-section .hero-featured .hero-content .hero-meta .separator,
.post-grid-hero .hero-top-section .hero-featured .hero-content .secondary-meta .separator,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .hero-meta .separator,
.post-grid-hero .hero-top-section .hero-featured .secondary-content .secondary-meta .separator,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .hero-meta .separator,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .hero-content .secondary-meta .separator,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .hero-meta .separator,
.post-grid-hero .hero-top-section .hero-secondary-initial .secondary-item .secondary-content .secondary-meta .separator {
  font-size: 12px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px; /* Fixed width for centering */
  text-align: center;
}
.post-grid-hero .hero-top-section .hero-secondary-initial {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.post-grid-hero .hero-secondary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.post-grid-hero .hero-secondary .secondary-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-height: 300px;
  transition: all 0.3s ease;
  position: relative;
}
.post-grid-hero .hero-secondary .secondary-item .secondary-image {
  flex: 0 0 150px;
  position: relative;
  z-index: 0;
}
.post-grid-hero .hero-secondary .secondary-item .secondary-image img {
  width: 100%;
  height: 163px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.post-grid-hero .hero-secondary .secondary-item .secondary-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  transition: background 0.3s ease;
}
.post-grid-hero .hero-secondary .secondary-item .secondary-image:hover:after {
  background: rgba(255, 255, 255, 0.116);
}
.post-grid-hero .hero-secondary .secondary-item .secondary-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  padding: 20px;
}
.post-grid-hero .hero-secondary .secondary-item .secondary-content .secondary-category {
  font-size: 12px;
  color: #00c4b4;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.post-grid-hero .hero-secondary .secondary-item .secondary-content .secondary-title {
  font-size: 20px;
  font-weight: 500;
  color: #010630;
  margin: 5px 0;
  line-height: 26px;
  letter-spacing: 0;
}
.post-grid-hero .hero-secondary .secondary-item .secondary-content .secondary-title a {
  color: #010630;
  text-decoration: none;
}
.post-grid-hero .hero-secondary .secondary-item .secondary-content .secondary-title a:hover {
  text-decoration: none;
  color: #3c896d;
}
.post-grid-hero .hero-secondary .secondary-item .secondary-content .secondary-meta {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-grid-hero .hero-secondary .secondary-item .secondary-content .secondary-meta .date, .post-grid-hero .hero-secondary .secondary-item .secondary-content .secondary-meta .read-time {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.post-grid-hero .hero-secondary .secondary-item .secondary-content .secondary-meta .icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.post-grid-hero .hero-secondary .secondary-item .secondary-content .secondary-meta .calendar-icon, .post-grid-hero .hero-secondary .secondary-item .secondary-content .secondary-meta .clock-icon {
  margin-right: 3px;
}
.post-grid-hero .hero-secondary .secondary-item .secondary-content .secondary-meta .separator {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px; /* Fixed width for centering */
  text-align: center;
}
@media (max-width: 1024px) {
  .post-grid-hero .hero-top-section {
    grid-template-columns: 1fr 1fr;
  }
  .post-grid-hero .hero-secondary {
    grid-template-columns: repeat(2, 1fr);
  }
  .post-grid-hero .hero-secondary .secondary-item {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .post-grid-hero .hero-top-section {
    grid-template-columns: 1fr;
  }
  .post-grid-hero .hero-featured,
  .post-grid-hero .hero-secondary-initial .secondary-item {
    min-height: 200px;
  }
  .post-grid-hero .hero-featured .hero-image img,
  .post-grid-hero .hero-secondary-initial .secondary-image img {
    height: 200px;
  }
  .post-grid-hero .hero-featured .hero-content .hero-title,
  .post-grid-hero .hero-secondary-initial .secondary-content .secondary-title a {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .post-grid-hero .hero-content {
    padding: 10px !important;
  }
  .post-grid-hero .secondary-content {
    padding: 15px !important;
  }
  .post-grid-hero .secondary-title {
    font-size: 18px !important;
  }
  .post-grid-hero .hero-secondary .secondary-image img {
    height: 120px;
  }
  .post-grid-hero .hero-secondary .secondary-item {
    height: auto;
    min-height: 300px;
  }
  .post-grid-hero .hero-secondary .secondary-title {
    font-size: 14px;
  }
  .post-grid-hero .hero-secondary {
    grid-template-columns: 1fr;
  }
  .post-grid-hero .hero-category a,
  .post-grid-hero .secondary-category a {
    font-size: 12px !important;
    padding: 2px 5px !important;
  }
  .post-grid-hero .hero-meta .icon,
  .post-grid-hero .secondary-meta .icon {
    width: 12px;
    height: 12px;
  }
  .post-grid-hero .hero-meta .separator,
  .post-grid-hero .secondary-meta .separator {
    width: 8px;
    font-size: 10px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/post-grid-3/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.post-grid-3 {
  margin: 40px 0;
  /* Tablet breakpoint (max-width: 1024px) */
  /* Mobile breakpoint (max-width: 768px) */
}
.post-grid-3 .grid-3-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.post-grid-3 .grid-3-category:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ccc;
}
.post-grid-3 .grid-3-category:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #4fb286;
}
.post-grid-3 .grid-3-category .category-name {
  font-size: 20px;
  font-weight: 700;
  color: #011627;
  text-transform: capitalize;
  line-height: 20px;
  letter-spacing: 1px;
  padding-bottom: 8px;
}
.post-grid-3 .grid-3-category .view-all {
  font-size: 16px;
  color: #4fb286;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}
.post-grid-3 .grid-3-category .view-all:hover {
  color: #3c896d;
}
.post-grid-3 .grid-3-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.post-grid-3 .grid-3-posts .grid-3-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-height: 300px;
  transition: all 0.3s ease;
  position: relative;
}
.post-grid-3 .grid-3-posts .grid-3-item .grid-3-image {
  flex: 0 0 150px;
  position: relative;
  z-index: 0;
}
.post-grid-3 .grid-3-posts .grid-3-item .grid-3-image img {
  width: 100%;
  height: 163px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.post-grid-3 .grid-3-posts .grid-3-item .grid-3-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  transition: background 0.3s ease;
}
.post-grid-3 .grid-3-posts .grid-3-item .grid-3-image:hover:after {
  background: rgba(255, 255, 255, 0.116);
}
.post-grid-3 .grid-3-posts .grid-3-item .grid-3-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  padding: 20px;
  background: rgb(237, 242, 247);
}
.post-grid-3 .grid-3-posts .grid-3-item .grid-3-content .grid-3-title {
  font-size: 20px;
  font-weight: 500;
  color: #010630;
  margin: 5px 0;
  line-height: 26px;
  letter-spacing: 0;
}
.post-grid-3 .grid-3-posts .grid-3-item .grid-3-content .grid-3-title a {
  color: #010630;
  text-decoration: none;
}
.post-grid-3 .grid-3-posts .grid-3-item .grid-3-content .grid-3-title a:hover {
  text-decoration: none;
  color: #3c896d;
}
.post-grid-3 .grid-3-posts .grid-3-item .grid-3-content .grid-3-meta {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-grid-3 .grid-3-posts .grid-3-item .grid-3-content .grid-3-meta .date, .post-grid-3 .grid-3-posts .grid-3-item .grid-3-content .grid-3-meta .read-time {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.post-grid-3 .grid-3-posts .grid-3-item .grid-3-content .grid-3-meta .icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.post-grid-3 .grid-3-posts .grid-3-item .grid-3-content .grid-3-meta .calendar-icon, .post-grid-3 .grid-3-posts .grid-3-item .grid-3-content .grid-3-meta .clock-icon {
  margin-right: 3px;
}
.post-grid-3 .grid-3-posts .grid-3-item .grid-3-content .grid-3-meta .separator {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  text-align: center;
}
@media (max-width: 1024px) {
  .post-grid-3 .grid-3-posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .post-grid-3 .grid-3-item {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .post-grid-3 .grid-3-posts {
    grid-template-columns: 1fr;
  }
  .post-grid-3 .grid-3-item {
    height: auto;
    min-height: 250px;
  }
  .post-grid-3 .grid-3-item .grid-3-content {
    padding: 15px !important;
  }
  .post-grid-3 .grid-3-item .grid-3-content .grid-3-title {
    font-size: 18px !important;
  }
  .post-grid-3 .grid-3-image img {
    height: 120px;
  }
  .post-grid-3 .grid-3-title {
    font-size: 14px;
  }
  .post-grid-3 .grid-3-meta .icon {
    width: 12px;
    height: 12px;
  }
  .post-grid-3 .grid-3-meta .separator {
    width: 8px;
    font-size: 10px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/post-list-4/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.post-list-4 {
  /* Tablet breakpoint (max-width: 1024px) */
  /* Mobile breakpoint (max-width: 768px) */
}
.post-list-4 .list-4-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.post-list-4 .list-4-category:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ccc;
}
.post-list-4 .list-4-category:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #4fb286;
}
.post-list-4 .list-4-category .category-name {
  font-size: 20px;
  font-weight: 700;
  color: #011627;
  text-transform: capitalize;
  line-height: 20px;
  letter-spacing: 1px;
  padding-bottom: 8px;
}
.post-list-4 .list-4-category .view-all {
  font-size: 16px;
  color: #4fb286;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}
.post-list-4 .list-4-category .view-all:hover {
  color: #3c896d;
}
.post-list-4 .list-4-posts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.post-list-4 .list-4-posts .list-4-item {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  min-height: 106px;
  background: #fff;
}
.post-list-4 .list-4-posts .list-4-item .list-4-image-link {
  display: block;
  flex: 0 0 106px;
  position: relative;
  z-index: 0;
  text-decoration: none;
}
.post-list-4 .list-4-posts .list-4-item .list-4-image-link .list-4-image {
  width: 106px;
  height: 106px;
}
.post-list-4 .list-4-posts .list-4-item .list-4-image-link .list-4-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.post-list-4 .list-4-posts .list-4-item .list-4-image-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  transition: background 0.3s ease;
}
.post-list-4 .list-4-posts .list-4-item .list-4-image-link:hover:after {
  background: rgba(255, 255, 255, 0.116);
}
.post-list-4 .list-4-posts .list-4-item .list-4-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
  padding: 5px 15px;
  color: #fff;
}
.post-list-4 .list-4-posts .list-4-item .list-4-content .list-4-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px 0;
  line-height: 24px;
  letter-spacing: 0;
}
.post-list-4 .list-4-posts .list-4-item .list-4-content .list-4-title a {
  color: #010630;
  text-decoration: none;
}
.post-list-4 .list-4-posts .list-4-item .list-4-content .list-4-title a:hover {
  color: #3c896d;
  transition: color 0.3s;
}
.post-list-4 .list-4-posts .list-4-item .list-4-content .list-4-meta {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-list-4 .list-4-posts .list-4-item .list-4-content .list-4-meta .date,
.post-list-4 .list-4-posts .list-4-item .list-4-content .list-4-meta .read-time {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.post-list-4 .list-4-posts .list-4-item .list-4-content .list-4-meta .icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.post-list-4 .list-4-posts .list-4-item .list-4-content .list-4-meta .calendar-icon,
.post-list-4 .list-4-posts .list-4-item .list-4-content .list-4-meta .clock-icon {
  margin-right: 3px;
}
.post-list-4 .list-4-posts .list-4-item .list-4-content .list-4-meta .separator {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  text-align: center;
}
.post-list-4 .list-4-posts .list-4-divider {
  height: 1px;
  margin: 0;
  border: none;
  background: #010630;
  color: #010630;
}
@media (max-width: 1024px) {
  .post-list-4 .list-4-posts .list-4-item {
    min-height: 106px;
  }
  .post-list-4 .list-4-posts .list-4-item .list-4-content {
    padding: 12px;
  }
  .post-list-4 .list-4-posts .list-4-item .list-4-content .list-4-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .post-list-4 .list-4-posts {
    gap: 10px;
  }
  .post-list-4 .list-4-posts .list-4-item {
    min-height: 90px;
  }
  .post-list-4 .list-4-posts .list-4-item .list-4-image-link {
    display: none;
  }
  .post-list-4 .list-4-posts .list-4-item .list-4-content {
    padding: 0px;
  }
  .post-list-4 .list-4-posts .list-4-item .list-4-content .list-4-title {
    font-size: 18px;
    line-height: 24px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/trending/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.trending {
  margin: 40px 0;
  /* No-posts placeholder styling */
  /* Tablet breakpoint (max-width: 1024px) */
  /* Mobile breakpoint (max-width: 768px) */
}
.trending .trending-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.trending .trending-header:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ccc;
}
.trending .trending-header:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #4fb286;
}
.trending .trending-header .header-name {
  font-size: 20px;
  font-weight: 700;
  color: #011627;
  text-transform: capitalize;
  line-height: 20px;
  letter-spacing: 1px;
  padding-bottom: 8px;
}
.trending .trending-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 15px;
}
.trending .trending-posts .trending-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center;
  min-height: 240px;
}
.trending .trending-posts .trending-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #293241;
  opacity: 0.85;
  z-index: 1;
}
.trending .trending-posts .trending-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  transition: background 0.3s ease;
}
.trending .trending-posts .trending-item:hover:after {
  background: rgba(255, 255, 255, 0.116);
}
.trending .trending-posts .trending-item .trending-content {
  position: relative;
  z-index: 3;
  padding: 20px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.trending .trending-posts .trending-item .trending-content .trending-categories {
  margin-bottom: 15px;
}
.trending .trending-posts .trending-item .trending-content .trending-categories a {
  font-size: 13px;
  background: #4fb286;
  color: black;
  text-transform: capitalize;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1px;
  padding: 3px 7px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
}
.trending .trending-posts .trending-item .trending-content .trending-categories a:hover {
  color: white;
  background: #3c896d;
}
.trending .trending-posts .trending-item .trending-content .trending-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 26px;
  letter-spacing: 0;
}
.trending .trending-posts .trending-item .trending-content .trending-title a {
  color: #fff;
  text-decoration: none;
}
.trending .trending-posts .trending-item .trending-content .trending-title a:hover {
  color: #4fb286;
  transition: color 0.3s;
}
.trending .trending-posts .trending-item .trending-content .trending-meta {
  font-size: 12px;
  color: #ccc;
  display: flex;
  align-items: center;
  gap: 8px;
}
.trending .trending-posts .trending-item .trending-content .trending-meta .date,
.trending .trending-posts .trending-item .trending-content .trending-meta .read-time {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.trending .trending-posts .trending-item .trending-content .trending-meta .icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.trending .trending-posts .trending-item .trending-content .trending-meta .calendar-icon,
.trending .trending-posts .trending-item .trending-content .trending-meta .clock-icon {
  margin-right: 3px;
}
.trending .trending-posts .trending-item .trending-content .trending-meta .separator {
  font-size: 12px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  text-align: center;
}
.trending.no-posts {
  text-align: center;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
}
.trending.no-posts p {
  color: #666;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 1024px) {
  .trending .trending-posts {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
  }
  .trending .trending-posts .trending-item {
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  .trending .trending-posts {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, auto);
  }
  .trending .trending-posts .trending-item {
    min-height: 200px;
  }
  .trending .trending-posts .trending-item .trending-content {
    padding: 15px;
  }
  .trending .trending-posts .trending-item .trending-content .trending-categories {
    margin-bottom: 10px;
  }
  .trending .trending-posts .trending-item .trending-content .trending-categories a {
    font-size: 12px;
    padding: 2px 5px;
  }
  .trending .trending-posts .trending-item .trending-content .trending-title {
    font-size: 18px;
    line-height: 24px;
  }
  .trending .trending-posts .trending-item .trending-content .trending-meta {
    font-size: 12px;
  }
  .trending .trending-posts .trending-item .trending-content .trending-meta .icon {
    width: 12px;
    height: 12px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/category-grid/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.category-grid {
  margin: 40px 0;
  /* No-posts placeholder styling */
  /* Breakpoint for dropdown (max-width: 1024px) */
  /* Mobile breakpoint (max-width: 768px) */
}
.category-grid .category-grid-header {
  margin-bottom: 20px;
  display: flex;
  position: relative;
  padding-bottom: 15px;
  justify-content: space-between;
}
.category-grid .category-grid-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ccc;
}
.category-grid .category-grid-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #4fb286;
}
.category-grid .category-grid-header .header-name {
  font-size: 20px;
  font-weight: 700;
  color: #011627;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.category-grid .category-grid-header .category-grid-categories {
  display: flex;
  flex-wrap: wrap;
}
.category-grid .category-grid-header .category-grid-categories .category-buttons {
  display: flex;
  gap: 0;
}
.category-grid .category-grid-header .category-grid-categories .category-dropdown {
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #011627;
  border: none;
  padding: 4px 8px;
  border-radius: 6px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.category-grid .category-grid-header .category-grid-categories .category-dropdown:focus, .category-grid .category-grid-header .category-grid-categories .category-dropdown:hover {
  color: #4fb286;
}
.category-grid .category-grid-header .category-grid-categories .category-dropdown option {
  color: #fff;
}
.category-grid .category-grid-header .category-grid-categories .category-dropdown option:hover {
  background-color: #4fb286;
}
.category-grid .category-grid-header .category-grid-categories .category-filter {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #011627;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 4px 8px;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
  margin-left: 10px;
  border-radius: 6px;
}
.category-grid .category-grid-header .category-grid-categories .category-filter.active, .category-grid .category-grid-header .category-grid-categories .category-filter:hover {
  color: #4fb286;
}
.category-grid .category-grid-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 15px;
}
.category-grid .category-grid-posts .category-grid-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: rgb(237, 242, 247);
  min-height: 240px;
}
.category-grid .category-grid-posts .category-grid-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
  transition: background 0.3s ease;
}
.category-grid .category-grid-posts .category-grid-item:hover:after {
  background: rgba(255, 255, 255, 0.116);
}
.category-grid .category-grid-posts .category-grid-item .category-grid-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-categories {
  margin-bottom: 15px;
}
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-categories a {
  font-size: 13px;
  background: #4fb286;
  color: black;
  text-transform: capitalize;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1px;
  padding: 3px 7px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
}
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-categories a:hover {
  color: white;
  background: #3c896d;
}
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 26px;
  letter-spacing: 0;
}
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-title a {
  color: #011627;
  text-decoration: none;
}
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-title a:hover {
  color: #4fb286;
  transition: color 0.3s;
}
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-excerpt {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px 0;
  line-height: 20px;
}
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-meta {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-meta .date,
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-meta .read-time {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-meta .icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-meta .calendar-icon,
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-meta .clock-icon {
  margin-right: 3px;
}
.category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-meta .separator {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  text-align: center;
}
.category-grid .category-grid-load-more {
  text-align: center;
  margin-top: 20px;
}
.category-grid .category-grid-load-more .load-more-button {
  font-size: 16px;
  font-weight: 500;
  color: #011627;
  background: #4fb286;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  line-height: 20px;
  transition: background 0.3s ease;
}
.category-grid .category-grid-load-more .load-more-button:hover {
  background: #3c896d;
  color: #fff;
}
.category-grid .category-grid-load-more .load-more-button:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.category-grid.no-posts {
  text-align: center;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
}
.category-grid.no-posts p {
  color: #666;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 1024px) {
  .category-grid .category-grid-header {
    align-items: flex-start;
    gap: 10px;
  }
  .category-grid .category-grid-header .header-name {
    margin-bottom: 0;
  }
  .category-grid .category-grid-header .category-grid-categories {
    max-width: 100%;
  }
  .category-grid .category-grid-header .category-grid-categories .category-buttons {
    display: none;
  }
  .category-grid .category-grid-header .category-grid-categories .category-dropdown {
    display: block;
    width: 100%;
  }
  .category-grid .category-grid-posts {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  .category-grid .category-grid-posts .category-grid-item {
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  .category-grid .category-grid-posts {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
  }
  .category-grid .category-grid-posts .category-grid-item {
    min-height: 200px;
  }
  .category-grid .category-grid-posts .category-grid-item .category-grid-content {
    padding: 15px;
  }
  .category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-categories {
    margin-bottom: 10px;
  }
  .category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-title {
    font-size: 18px;
    line-height: 24px;
  }
  .category-grid .category-grid-posts .category-grid-item .category-grid-content .category-grid-excerpt {
    font-size: 13px;
    line-height: 18px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/category-posts-list/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.category-posts-list .list-title {
  position: relative;
  color: #4fb286;
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 12px;
  font-weight: 700;
}
.category-posts-list .list-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
  width: 3px;
  background-color: #4fb286;
}
.category-posts-list ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.category-posts-list ul li {
  padding: 5px 0;
}
.category-posts-list ul li.with-line {
  border-bottom: 1px solid #666666;
}
.category-posts-list ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 23px;
}
.category-posts-list ul li a:hover {
  color: #4fb286;
  text-decoration: none;
}
.category-posts-list.no-items {
  text-align: center;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 5px;
}
.category-posts-list.no-items p {
  color: #666;
  font-size: 14px;
  margin: 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/sidebar-post-list/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.category-grid-header {
  margin-bottom: 16px;
  display: flex;
  position: relative;
  padding-bottom: 8px;
  justify-content: space-between;
}
.category-grid-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ccc;
}
.category-grid-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #4fb286;
}
.category-grid-header .header-name {
  font-size: 18px;
  font-weight: 700;
  color: #011627;
  text-transform: capitalize;
}

.sidebar-list-posts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sidebar-list-posts .sidebar-list-item {
  display: flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  background: #fff;
}
.sidebar-list-posts .sidebar-list-item .sidebar-list-image-link {
  display: block;
  flex: 0 0 106px;
  position: relative;
  z-index: 0;
  text-decoration: none;
}
.sidebar-list-posts .sidebar-list-item .sidebar-list-image-link .sidebar-list-image {
  height: 90px;
}
.sidebar-list-posts .sidebar-list-item .sidebar-list-image-link .sidebar-list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.sidebar-list-posts .sidebar-list-item .sidebar-list-image-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  transition: background 0.3s ease;
}
.sidebar-list-posts .sidebar-list-item .sidebar-list-image-link:hover:after {
  background: rgba(255, 255, 255, 0.116);
}
.sidebar-list-posts .sidebar-list-item .sidebar-list-content {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidebar-list-posts .sidebar-list-item .sidebar-list-content .sidebar-list-title {
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 22px;
  letter-spacing: 0;
}
.sidebar-list-posts .sidebar-list-item .sidebar-list-content .sidebar-list-title a {
  color: #010630;
  text-decoration: none;
}
.sidebar-list-posts .sidebar-list-item .sidebar-list-content .sidebar-list-title a:hover {
  color: #3c896d;
  transition: color 0.3s;
}
.sidebar-list-posts .sidebar-list-divider {
  height: 1px;
  margin: 0;
  border: none;
  background: #010630;
}

.no-posts {
  text-align: center;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 6px;
}
.no-posts p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

/* Tablet breakpoint (max-width: 1024px) */
@media (max-width: 1024px) {
  .sidebar-list-posts .sidebar-list-item .sidebar-list-content {
    padding-left: 20px;
  }
  .sidebar-list-posts .sidebar-list-item .sidebar-list-content .sidebar-list-title {
    font-size: 16px;
    line-height: 22px;
  }
}
/* Mobile breakpoint (max-width: 768px) */
@media (max-width: 768px) {
  .sidebar-list-posts {
    gap: 10px;
  }
  .sidebar-list-posts .sidebar-list-item .sidebar-list-image-link {
    display: none;
  }
  .sidebar-list-posts .sidebar-list-item .sidebar-list-content {
    padding: 0px;
  }
  .sidebar-list-posts .sidebar-list-item .sidebar-list-content .sidebar-list-title {
    font-size: 18px;
    line-height: 24px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/sidebar-category-list/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.sidebar-category-list .category-grid-header {
  margin-bottom: 16px;
  display: flex;
  position: relative;
  padding-bottom: 8px;
  justify-content: space-between;
}
.sidebar-category-list .category-grid-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ccc;
}
.sidebar-category-list .category-grid-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #4fb286;
}
.sidebar-category-list .category-grid-header .header-name {
  font-size: 18px;
  font-weight: 700;
  color: #011627;
  text-transform: capitalize;
}
.sidebar-category-list .sidebar-category-posts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar-category-list .sidebar-category-posts .sidebar-category-item .sidebar-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #011627;
  text-decoration: none;
  background: #4fb286; /* Background for the link */
  padding-left: 10px;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.sidebar-category-list .sidebar-category-posts .sidebar-category-item .sidebar-category-link:hover {
  background: #3c896d;
}
.sidebar-category-list .sidebar-category-posts .sidebar-category-item .sidebar-category-link span:nth-child(1) { /* Category name */
  flex: 1;
}
.sidebar-category-list .sidebar-category-posts .sidebar-category-item .sidebar-category-link span:nth-child(2) { /* Count */
  display: flex;
  background: #011627;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  width: 50px;
  height: 40px;
  justify-content: center;
}
.sidebar-category-list .no-posts {
  text-align: center;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
}
.sidebar-category-list .no-posts p {
  color: #666;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .sidebar-category-list .sidebar-category-posts .sidebar-category-item .sidebar-category-link {
    font-size: 14px;
    padding-left: 10px;
  }
  .sidebar-category-list .sidebar-category-posts .sidebar-category-item .sidebar-category-link span:nth-child(2) {
    padding: 1px 6px;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./templates/archive/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.archive .archive-hero-section {
  width: 100%;
  height: 250px;
  background-image: url("https://times4tech.com/wp-content/uploads/2024/02/triangles-bg-bottom.webp"); /* Your specified image */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax effect */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  /* Light grey overlay for readability */
}
.archive .archive-hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(237, 242, 247, 0.5); /* Light grey overlay, semi-transparent */
  z-index: 1;
}
.archive .archive-hero-section .hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--global-content-width, 1290px);
  padding: 20px;
}
.archive .archive-hero-section .hero-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
  text-transform: capitalize;
  color: inherit;
}
.archive .archive-hero-section .hero-description {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: inherit;
}

/* Mobile: Disable parallax and reduce height */
@media (max-width: 768px) {
  .archive .archive-hero-section {
    height: 100%;
    background-attachment: scroll; /* Disable parallax for performance */
  }
  .archive .archive-hero-section .hero-title {
    font-size: 24px;
  }
  .archive .archive-hero-section .hero-description {
    display: none;
  }
  .archive .post-grid-3 .grid-3-pagination .nav-links .page-numbers {
    line-height: 1.6;
  }
}
/* Optional pagination styles (if needed later) */
.archive .post-grid-3 .grid-3-pagination {
  text-align: center;
  margin-top: 20px;
}
.archive .post-grid-3 .grid-3-pagination .nav-links .page-numbers {
  font-size: 16px;
  font-weight: 500;
  color: #011627;
  background: #4fb286;
  padding: 0px 10px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.archive .post-grid-3 .grid-3-pagination .nav-links .page-numbers.current,
.archive .post-grid-3 .grid-3-pagination .nav-links .page-numbers:hover {
  background: #3c896d;
  color: #fff;
}

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