@font-face {
  font-family: "Rubik";
  src: url(../pm-core/fonts/Rubik-VariableFont_wght.ttf);
  font-weight: normal;
}
body {
  --wp--preset--shadow--natural: 0px 0px 14px rgba(0, 0, 0, 0.08) !important;
}

/* ========================= POSTS ============================== */
body .category-list {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
}
body .category-list li {
  cursor: pointer;
}
body .wp-block-post-featured-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 330px;
}
@media screen and (min-width: 999px) {
  body .wp-block-column.double-col { /* desktop */
    flex-basis: 36% !important;
    padding-right: 2em;
  }
}
@media screen and (max-width: 998px) {
  body .wp-block-column.double-col { /* smartphone */
    flex-basis: 100% !important;
  }
}
body ul.wp-block-post-template {
  display: flex;
}
body ul.wp-block-post-template h2, body ul.wp-block-post-template ~ section.sticky-post h2 {
  font-weight: normal;
}
body ul.wp-block-post-template .marks {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 1em 0;
}
body ul.wp-block-post-template.col {
  flex-direction: column;
}
body ul.wp-block-post-template.col li {
  padding-bottom: 1em;
}
body ul.wp-block-post-template:not(.col) {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3%;
}
@media screen and (min-width: 999px) {
  body ul.wp-block-post-template:not(.col) > li { /* desktop */
    width: 31%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 999px) {
  body ul.wp-block-post-template:not(.col) > li .txt-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  body ul.wp-block-post-template:not(.col) > li .txt-wrapper h2 {
    margin: 0;
    min-height: 3em;
  }
  body ul.wp-block-post-template:not(.col) > li .txt-wrapper time {
    margin-top: auto;
  }
}
body ul.wp-block-post-template:not(.col) > li .img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
body ul.wp-block-post-template:not(.col) > li .img-wrapper img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
body ul.wp-block-post-template:not(.col) > li h2, body ul.wp-block-post-template:not(.col) > li h3 {
  cursor: pointer;
}
body section.sticky-post h2 {
  font-weight: normal;
}
body section.sticky-post img {
  width: 100%;
  border-radius: 30px;
}
body section.sticky-post .txt-wrapper {
  max-width: 600px;
}

/* ========================= BLOG ARCHIVE LIST ============================== */
.blog-archive {
  padding: 2em var(--wp--preset--spacing--h-s, 1.5rem);
}
.blog-archive__title {
  font-size: var(--wp--preset--font-size--extra-large, 2.5rem);
  font-weight: normal;
  margin-bottom: 1.5em;
}
.blog-archive__list {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
.blog-archive__item {
  display: flex;
  flex-direction: row;
  gap: 2em;
  align-items: center;
  list-style: none;
}
.blog-archive__image {
  flex: 0 0 400px;
  display: block;
}
.blog-archive__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog-archive__content {
  flex: 1;
  min-width: 0;
}
.blog-archive__post-title {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 0.15em;
}
.blog-archive__post-title a {
  text-decoration: none;
  color: inherit;
}
.blog-archive__post-title a:hover {
  text-decoration: underline;
}
.blog-archive__date {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.9rem;
  margin-bottom: 0.75em;
}
.blog-archive__date .dashicons {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
}
.blog-archive__excerpt {
  margin-bottom: 1em;
}
.blog-archive__excerpt p {
  margin: 0;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.blog-archive__tag {
  display: inline-block;
  padding: 0.25em 0.85em;
  background: var(--wp--preset--color--tertiary, #f6f6f6);
  border-radius: 50px;
  font-size: 0.85rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}
.blog-archive__tag:hover {
  background: var(--wp--preset--color--separator, #e0e0e0);
}
.blog-archive__pagination {
  margin-top: 3em;
}
.blog-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4em 0.9em;
  border: 1px solid var(--wp--preset--color--separator, #e0e0e0);
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  margin: 0 0.15em;
}
.blog-archive__pagination .page-numbers.current {
  background: var(--wp--preset--color--secondary, #072439);
  color: #fff;
  border-color: var(--wp--preset--color--secondary, #072439);
}
.blog-archive__pagination .page-numbers:hover:not(.current) {
  background: var(--wp--preset--color--tertiary, #f6f6f6);
}
@media screen and (max-width: 998px) {
  .blog-archive__item {
    flex-direction: column;
  }
  .blog-archive__image {
    flex: none;
    width: 100%;
  }
  .blog-archive__image img {
    aspect-ratio: 4/3;
  }
}/*# sourceMappingURL=posts.css.map */