/* Panel "Objaśnienia i informacje do tabel" */

.tabcontentlista > aside {
  margin: 26px 0 34px;
  padding: 20px 24px;
  border: 1px solid #dce6f0;
  border-left: 4px solid #fcb00f;
  border-radius: 10px;
  background: #f4f8fc;
}

.tabcontentlista > aside #legenda {
  margin: 0 0 12px;
  color: #0d1f2d;
  font-size: 16px;
  line-height: 1.35;
}

.tabcontentlista > aside ul {
  display: grid;
  gap: 8px;
  margin-left: 18px;
  color: #5a6675;
  font-size: 13px !important;
  line-height: 1.55;
}

.tabcontentlista > aside a {
  color: #2266b4;
  font-weight: 700;
}
