* {
  font-family: "Inter", arial, sans-serif;
}

article {
  padding: 10px;
  position: relative;
}
article select {
  padding: 1px 2px;
}

input,
select {
  height: 25px !important;
}

.dateUpdate {
  display: none;
}

:root {
  --md-primary-fg-color: #001a47;
}

header {
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 3px solid var(--md-primary-fg-color);
}
header > .title {
  background-color: var(--md-primary-fg-color);
  padding: 10px;
  color: white;
  font-size: 2rem;
}
header > .selector_search {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: white;
}

section {
  padding: 1rem 0;
  font-size: 0.9rem;
}
section ul {
  padding: 0 15px;
}
section h2 {
  padding: 0;
  margin: 0;
}
section .updateDate {
  display: grid;
  grid-template-columns: fit-content(200px) auto;
  font-size: 0.75rem;
  padding: 0;
  margin-bottom: 1rem;
}
section .updateDate > div {
  padding-right: 15px;
}

table td {
  text-align: left;
  border: 1px solid lightgray;
  max-width: 500px !important;
}

.tableKey {
  width: 7%;
}

.tableAffected {
  width: 10%;
}

.tableFix {
  width: 10%;
}

.tableComponents {
  width: 8%;
}

.tableSummary {
  width: 20%;
}

.tableDescription {
  width: 25%;
}

.tableWorkaround {
  width: 20%;
}