ul.menu, .footer {
    font-size: 1.4rem;
}

.search-results-page {
  max-width: 105rem;
  margin: 0 auto;
}

.search-results-page h4 {
  font-weight: normal;
  font-size: 2rem;
  margin-top: 4rem;
}

.search-result-page {
    display: none;
}

.devact-search-main-title {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}

.devact-search-sub-title {
  font-size: 2rem;
  font-weight: normal;
}

.devact-item {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 1rem;
}

.devact-item-title {
  display: flex;
  justify-content: flex-start;
  column-gap: 3rem;
  align-items: center;
}

.devact-item-phase {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.devact-date,
.devact-item-date {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.devact-community,
.devact-item-municipality {
  font-size: 1.75rem;
}

.devact-subtitle,
.devact-item-title a {
  color: #2f525c;
  font-family: "Volkhov", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1.9rem;
  margin-bottom: 1.4rem;
}

.devact-item-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.devact-item-branches a:link,
.devact-item-branches a:visited {
  color: #2f525c;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.4rem;
}

.devact-item-phase {
  text-align: right;
}

.devact-phase-text-span {
  justify-content: center;
  background-color: #fff;
  color: #2f525c;
  padding: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 5px;
  font-size: 1.4rem;
  border: 1px solid #2f525c;
  text-align: center;
  margin-right: 10px;
}

.devact-item-phase img {
  max-height: 54px;
  width: auto;
}

img.devact-prized {
  height: 54px;
  width: auto;
}

.devact-item-branches a:link,
.devact-item-branches a:visited {
  color: #2f525c;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.3rem;
}

.search-sub-branches {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}



.sub-branch-button {
  background-color: transparent;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border: 1px solid #000;
  cursor: pointer;
}

.sub-branch-button:link, .sub-branch-button:visited {
  text-decoration: none;
  color: #2f2f2f;
}

.pager {
  margin-top: 4rem;
  margin-bottom: 6rem;
  font-size: 1.4rem;
}

.page-selector-title h5 {
  font-size: 1.5rem;
}

.page-selector {
    display: inline-block;
    cursor: pointer;
}

.page-selector:hover {
    color: red;
    font-weight: bold;
}

.page-selected-from-list {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid  #e6c9ea;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    font-weight: bold;
}

.header-logo-image {
  margin-bottom: -2rem;
}