@charset "UTF-8";
.two-col-wrap {
  margin: 100px 20px;
}

.two-col {
  display: flex;
  gap: 32px;
  align-items: start;
}

.two-col__main :where(p, h2, h3, h4, ul, ol, blockquote, figure) {
  margin-bottom: 1em;
}

/* Prawa kolumna – lista */
.two-col__aside {
  width: 100%;
  max-width: 23.125rem;
}

.two-col__main {
  flex-grow: 1;
}
.two-col__main img {
  margin: 2rem 0 0;
}

.two-col__aside-title {
  margin: 0 0 2.5rem;
  font-size: 2.375rem;
  line-height: 1.3;
}

.two-col__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
  width: 23.125rem;
}

.two-col__thumb img {
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}

.two-col__thumb--placeholder {
  display: block;
  width: 96px;
  height: 96px;
  background: #eee;
  border-radius: 8px;
}

.two-col__title {
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  font-size: 1.5rem;
}

.two-col__title:hover {
  text-decoration: underline;
}

.two-col__date {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.two-col__main p {
  font-size: 1.25rem;
}

.two-col__meta {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.two-col__meta .two-col__more {
  display: flex;
  align-items: center;
  color: var(--wp--preset--color--primary);
  font-size: 1rem;
  gap: 0.5rem;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 900px) {
  .two-col {
    flex-direction: column;
  }
}/*# sourceMappingURL=block.css.map */