.table--with-anchor .table__content {
  vertical-align: top;
}
.table--with-anchor .cijena {
  display: block;
}
.price-anchor {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  line-height: 1.3;
  font-weight: 400;
  color: #424242;
  opacity: 0.88;
}
.price-anchor-note {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #424242;
  opacity: 0.9;
  margin: 0.75rem 0 1.5rem;
  text-align: left;
}
.price-anchor-note a {
  color: #1c1e4d;
  text-decoration: underline;
}
.cijena-list--anchor {
  font-size: 0.72rem;
  line-height: 1.35;
  color: #424242;
  opacity: 0.82;
  padding-top: 0;
}
.cjenik-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 1.25rem;
}
.cjenik-toolbar a {
  display: inline-block;
  color: #2e2a2b;
  background-color: #c8a978;
  border-radius: 0.3rem;
  padding: 0.5rem 0.85rem;
  text-decoration: none;
  font-weight: 500;
}
.cjenik-toolbar a:hover,
.cjenik-toolbar a:focus {
  color: #2e2a2b;
  background-color: #b8945f;
}
.cjenik-table-wrap {
  overflow-x: auto;
  background: #fff;
  margin: 0 0 1.5rem;
}
.cjenik-table {
  width: 100%;
  border-collapse: collapse;
  color: #424242;
  font-size: 0.875rem;
}
.content-wrapper table.cjenik-table th,
.content-wrapper table.cjenik-table td {
  padding: 0.7rem 0.75rem;
  border: none;
  border-bottom: 1px solid rgba(46, 42, 43, 0.12);
  text-align: left;
  vertical-align: top;
  background: transparent;
}
.content-wrapper table.cjenik-table th {
  background: #1c1e4d;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  border-right: none;
  border-left: none;
}
.content-wrapper table.cjenik-table tr:nth-child(even) td {
  background: rgba(200, 169, 120, 0.08);
}
.cjenik-table a {
  color: #1c1e4d;
}
.cjenik-group {
  margin-top: 2.5rem;
}
.cjenik-group h2 {
  color: #1c1e4d;
  font-size: 22px;
  margin: 0 0 1rem;
}
.cjenik-legal {
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 52rem;
  color: #424242;
}
.cjenik-archive-table {
  min-width: 44rem;
}
.cjenik-archive-table .cjenik-archive-date,
.cjenik-archive-table .cjenik-archive-dl {
  white-space: nowrap;
  vertical-align: middle;
}
.cjenik-archive-table .cjenik-archive-dl {
  width: 1%;
}
.cjenik-filename {
  display: inline-block;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.75rem;
  line-height: 1.4;
  white-space: nowrap;
}
.content-wrapper table.cjenik-table a.cjenik-dl {
  display: inline-block;
  color: #2e2a2b;
  background-color: #c8a978;
  border-radius: 0.3rem;
  padding: 0.4rem 0.75rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.content-wrapper table.cjenik-table a.cjenik-dl:hover,
.content-wrapper table.cjenik-table a.cjenik-dl:focus {
  color: #2e2a2b;
  background-color: #b8945f;
}
@media (max-width: 600px) {
  .table--with-anchor .price-anchor {
    margin-left: 185px;
    text-align: left;
  }
}
