.prices--with-anchor {
  align-items: stretch;
}
@media (min-width: 768px) {
  .prices--with-anchor {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .prices--with-anchor {
    grid-template-columns: repeat(4, 1fr);
  }
}
.prices--with-anchor .prices__item {
  display: flex;
  flex-direction: column;
}
.prices--with-anchor .prices__item__dates {
  min-height: 4rem;
  padding: 0.35rem 0.2rem;
  line-height: 1.25;
}
.prices--with-anchor .prices__item__price {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  padding: 0.75rem 0.5rem;
  min-height: 5.25rem;
  text-align: center;
}
.prices__item__current {
  display: block;
  width: 100%;
  font-weight: 600;
  color: #000051;
  text-align: center;
}
.price-anchor,
.prices__item__price .price-anchor {
  display: block;
  width: 100%;
  font-size: 0.68rem;
  line-height: 1.3;
  font-weight: 400;
  color: #000051;
  opacity: 0.88;
  text-align: center;
}
.price-anchor-note {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #000051;
  opacity: 0.9;
  margin: 0 0 1.5rem;
}
.price-anchor-note a {
  color: #0e6fff;
  text-decoration: underline;
}
.card__info__top__price-anchor {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.625rem;
  line-height: 1.35;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #000051;
  opacity: 0.82;
}
.cjenik-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 2rem;
}
.cjenik-toolbar a {
  display: inline-block;
  color: #000;
  background-color: #fbc02d;
  border-radius: 0.3rem;
  padding: 0.5rem 0.85rem;
}
.cjenik-table-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 0.375rem;
}
.cjenik-table {
  width: 100%;
  border-collapse: collapse;
  color: #000051;
  font-size: 0.875rem;
}
.cjenik-table th,
.cjenik-table td {
  padding: 0.7rem 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 81, 0.12);
  text-align: left;
  vertical-align: top;
}
.cjenik-table th {
  background: #000051;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.cjenik-table tr:nth-child(even) td {
  background: rgba(0, 0, 81, 0.03);
}
.cjenik-table a {
  color: #0e6fff;
}
.cjenik-group {
  margin-top: 2.5rem;
}
.cjenik-legal {
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 52rem;
}
.cjenik-table td a {
  margin-right: 0;
}
