.postLightboxItem-link {
  text-decoration: none;
}

.postLightboxItem {
  border-radius: 30px;
  overflow: hidden;
  padding: 15px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  min-height: 130px;
  text-decoration: none;
  display: flex;
  align-items: center;
  background-color: var(--wp--preset--color--primary);
}
.postLightboxItem .post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  display: block;
  color: var(--wp--preset--color--base);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.625rem;
}
.postLightboxItem .post-title svg {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
}
.postLightboxItem * {
  text-decoration: none;
}

.postLightboxItemImage {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 437px;
}
.postLightboxItemImage .post-date {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  text-transform: uppercase;
  padding: 20px 30px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}
.postLightboxItemImage .post-thumbnail {
  width: 100%;
  margin: 0;
  aspect-ratio: 370/180;
  overflow: hidden;
  flex-grow: 1;
  width: 100%;
  background-size: cover;
  background-position: center center;
}/*# sourceMappingURL=postLightboxItem.css.map */