/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blog-block_posts/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
body {
  min-width: 320px;
}

:root {
  --wp--style--global--content-size: 100% !important;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

:root :where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.entry-content {
  margin: 0 !important;
  width: 100%;
}

.wp-block-group {
  display: flex;
  flex-direction: column;
}

.wp-block-group,
.entry-content {
  flex: 1;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

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

.text-black {
  color: #000;
}

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

.text-white {
  color: #fff;
}

.bg-gray-white {
  background-color: #fafafa;
}

.text-gray-white {
  color: #fafafa;
}

.bg-light-gray {
  background-color: #f6f6f6;
}

.text-light-gray {
  color: #f6f6f6;
}

.bg-gray-medium {
  background-color: #efefef;
}

.text-gray-medium {
  color: #efefef;
}

.bg-gray {
  background-color: #7d7c7c;
}

.text-gray {
  color: #7d7c7c;
}

.bg-graphit {
  background-color: #1c1e21;
}

.text-graphit {
  color: #1c1e21;
}

.bg-violet {
  background-color: #787dff;
}

.text-violet {
  color: #787dff;
}

.bg-soft-blue {
  background-color: #e0f2fe;
}

.text-soft-blue {
  color: #e0f2fe;
}

.bg-blue {
  background-color: #0166ff;
}

.text-blue {
  color: #0166ff;
}

.bg-yellow {
  background-color: #fdd173;
}

.text-yellow {
  color: #fdd173;
}

.bg-red {
  background-color: #eb5757;
}

.text-red {
  color: #eb5757;
}

.bg-green {
  background-color: #27ae60;
}

.text-green {
  color: #27ae60;
}

.bg-dark {
  background-color: #282b34;
}

.text-dark {
  color: #282b34;
}

.bg-img-background {
  background-color: #413a36;
}

.text-img-background {
  color: #413a36;
}

body {
  font-family: "Open Sans";
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  min-height: 100vh;
}

:root {
  --block-padding-top: 32px;
  --block-padding-bottom: 32px;
  --header-padding-bottom: 32px;
}

@media (min-width: 768px) {
  :root {
    --block-padding-top: 64px;
    --block-padding-bottom: 56px;
    --header-padding-bottom: 86px;
  }
}
:root {
  --wp--style--global--content-size: 100%;
  --breakpoint-xs: 0;
  --breakpoint-sm: 376px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
}

h1,
h2,
h3,
h4,
h5,
label,
button,
a {
  font-family: Poppins;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  margin: 0;
}

h1 {
  font-size: 3rem;
  line-height: 1.38;
}

h2 {
  font-size: 2.25rem;
  line-height: 46px;
}

h3 {
  font-size: 2rem;
  line-height: 1.45;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html {
  font-size: 16px;
  scroll-behavior: auto !important;
}

.wp-block-sliceiq-blog-posts {
  padding: var(--block-padding-top) 0 var(--block-padding-bottom) 0;
}
.wp-block-sliceiq-blog-posts .blog-posts-title {
  padding-bottom: 42px;
  color: #282b34;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}
.wp-block-sliceiq-blog-posts .blog-post-card {
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  height: 100%;
}
.wp-block-sliceiq-blog-posts .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.wp-block-sliceiq-blog-posts .col-lg-4,
.wp-block-sliceiq-blog-posts .col-md-6,
.wp-block-sliceiq-blog-posts .col-12 {
  display: flex;
  flex-direction: column;
}
.wp-block-sliceiq-blog-posts .blog-post-content {
  padding: 24px 16px;
  width: 100%;
  position: relative;
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
}
.wp-block-sliceiq-blog-posts .blog-post-image {
  width: 100%;
  height: 300px;
}
.wp-block-sliceiq-blog-posts .blog-post-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.wp-block-sliceiq-blog-posts .blog-post-image .empty-image-placeholder {
  width: 100%;
  height: 300px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Open Sans";
}
.wp-block-sliceiq-blog-posts .blog-post-full-width .blog-post-card {
  flex-direction: row;
  height: 510px;
}
.wp-block-sliceiq-blog-posts .blog-post-full-width .blog-post-card .blog-post-content {
  padding: 42px;
  width: 45%;
  position: absolute;
  height: 510px;
  right: 0;
  background-color: #fdd173;
}
.wp-block-sliceiq-blog-posts .blog-post-full-width .blog-post-card .blog-post-image {
  width: 100%;
  height: 510px;
}
.wp-block-sliceiq-blog-posts .blog-post-full-width .blog-post-card .blog-post-image img {
  height: 510px;
}
.wp-block-sliceiq-blog-posts .blog-post-full-width .blog-post-card .blog-post-image .empty-image-placeholder {
  height: 510px;
  font-size: 16px;
}
.wp-block-sliceiq-blog-posts .col-lg-4 .blog-post-card,
.wp-block-sliceiq-blog-posts .col-md-6 .blog-post-card {
  flex-direction: column;
  height: auto;
}
.wp-block-sliceiq-blog-posts .col-lg-4 .blog-post-card .blog-post-content,
.wp-block-sliceiq-blog-posts .col-md-6 .blog-post-card .blog-post-content {
  border-radius: 30px;
  margin-top: -60px;
}
.wp-block-sliceiq-blog-posts .blog-category {
  color: #1c1e21;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 30px;
  width: 111px;
  height: 38px;
  padding: 10px;
  justify-content: center;
}
.wp-block-sliceiq-blog-posts .blog-post-title {
  color: #282b34;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-block-sliceiq-blog-posts .blog-post-title a:visited {
  color: #1c1e21;
}
.wp-block-sliceiq-blog-posts .blog-post-excerpt {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-block-sliceiq-blog-posts .blog-post-full-width .blog-post-title {
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
.wp-block-sliceiq-blog-posts .blog-post-full-width .blog-post-excerpt {
  color: #000;
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.wp-block-sliceiq-blog-posts .col-lg-4 .blog-post-title,
.wp-block-sliceiq-blog-posts .col-md-6 .blog-post-title {
  height: 64px;
}
.wp-block-sliceiq-blog-posts .col-lg-4 .blog-post-excerpt,
.wp-block-sliceiq-blog-posts .col-md-6 .blog-post-excerpt {
  height: 72px;
}
.wp-block-sliceiq-blog-posts .blog-post-meta {
  margin-top: auto;
}
.wp-block-sliceiq-blog-posts .author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.wp-block-sliceiq-blog-posts .author-avatar img {
  border: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-sliceiq-blog-posts .author-avatar img.avatar {
  margin: 0;
}
.wp-block-sliceiq-blog-posts .author-avatar .placeholder {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.wp-block-sliceiq-blog-posts .author-name {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #282b34;
  margin: 0;
}
.wp-block-sliceiq-blog-posts .post-date {
  color: #282b34;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.wp-block-sliceiq-blog-posts .dot-separator {
  width: 4px;
  height: 4px;
  background-color: #282b34;
  border-radius: 50%;
  margin: 0 8px;
  display: inline-block;
}
.wp-block-sliceiq-blog-posts .pagination-preview {
  border: 2px dashed #e0f2fe;
  border-radius: 12px;
  padding: 16px 24px;
  background: rgba(0, 124, 186, 0.05);
  font-size: 14px;
  color: #e0f2fe;
  text-align: center;
}
.wp-block-sliceiq-blog-posts .blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wp-block-sliceiq-blog-posts .blog-pagination .pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
.wp-block-sliceiq-blog-posts .blog-pagination .pagination-btn.page-number {
  background-color: #fff;
  color: #787dff;
}
.wp-block-sliceiq-blog-posts .blog-pagination .pagination-btn.page-number:hover {
  background-color: #e0f2fe;
}
.wp-block-sliceiq-blog-posts .blog-pagination .pagination-btn.page-number.current {
  background-color: #e0f2fe;
  color: #1c1e21;
}
.wp-block-sliceiq-blog-posts .blog-pagination .pagination-btn.arrow {
  background-color: transparent;
  color: #1c1e21;
}
.wp-block-sliceiq-blog-posts .blog-pagination .pagination-btn.arrow:hover {
  background-color: #e0f2fe;
  color: #787dff;
}
.wp-block-sliceiq-blog-posts .blog-pagination .pagination-btn.arrow.disabled {
  color: #b1b1b1;
  cursor: not-allowed;
}
.wp-block-sliceiq-blog-posts .blog-pagination .pagination-btn.arrow.disabled:hover {
  background-color: transparent;
}
.wp-block-sliceiq-blog-posts .card-link {
  display: block;
}
.wp-block-sliceiq-blog-posts .card-link:hover .blog-post-card {
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.wp-block-sliceiq-blog-posts .card-link:hover .blog-post-title {
  color: #787dff;
}

@media (max-width: 767px) {
  .wp-block-sliceiq-blog-posts .blog-post-card {
    height: auto;
  }
  .wp-block-sliceiq-blog-posts .blog-post-content {
    padding: 24px 16px;
    height: auto;
    border-radius: 30px;
    margin-top: -60px;
  }
  .wp-block-sliceiq-blog-posts .blog-post-image {
    height: 300px;
  }
  .wp-block-sliceiq-blog-posts .blog-post-image img {
    height: 300px;
  }
  .wp-block-sliceiq-blog-posts .blog-post-image .empty-image-placeholder {
    height: 300px;
  }
  .wp-block-sliceiq-blog-posts .blog-post-full-width .blog-post-card {
    flex-direction: column;
    height: auto;
  }
  .wp-block-sliceiq-blog-posts .blog-post-full-width .blog-post-card .blog-post-content {
    padding: 24px !important;
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    background-color: #fdd173 !important;
    border-radius: 30px !important;
    margin-top: -60px !important;
  }
  .wp-block-sliceiq-blog-posts .blog-post-full-width .blog-post-card .blog-post-title {
    height: auto;
  }
  .wp-block-sliceiq-blog-posts .blog-post-full-width .blog-post-card .blog-post-excerpt {
    color: #000;
    height: auto;
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
  .wp-block-sliceiq-blog-posts .blog-pagination .pagination-btn {
    width: 44px;
    height: 44px;
  }
}

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