a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: rgb(6, 108, 225);
  
}

.title-page {
  font-family: "Work Sans", sans-serif;
  font-size: 2.1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
  border-bottom: 3pt solid var(--mme-green);
  padding-left: 0px !important;
  color: var(--mme-blue);
  font-weight: 600;
}

.title-page-news {
  font-family: "Work Sans", sans-serif;
  font-size: 2.5rem;
  color: var(--mme-blue);
  display: block;
  line-height: 1.25;
}
.title-page-news:after {
  display: block;
  clear: both;
  content: "";
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 4.3rem;
  height: 1px;
  width: 100%;
  border-bottom: 4px solid var(--mme-green);
}

.divider {
  width: 100%;
}

.press-room-button {
  background-color: var(--mme-green);
  color: white;
  border-radius: 15px;
  width: 40rem;
  height: 3.2rem;
  border: 4px solid white;
  text-align: center;
  font-size: 1.8rem;
  padding: 0px;
}
.press-room-button:hover {
  color: white;
}

.press-room-button-large {
  background-color: var(--mme-green);
  color: white;
  border-radius: 15px;
  width: 65rem;
  height: 3.2rem;
  border: 4px solid white;
  text-align: center;
  font-size: 1.8rem;
  padding: 0px;
}
.press-room-button-large:hover {
  color: white;
}

.news-justify-text {
  text-align: left;
}

.quote {
  color: var(--mme-blue);
  font-size: 3rem;
  font-weight: 500;
}

.news-subtitle {
  color: var(--mme-blue);
}

.news-list-item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* image-paragraph_block */
.image-paragraph_block > p {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.25 !important;
}
/* image-paragraph_block */

/* block-paragraph_block */
.block-paragraph_block > p {
  text-align: left;
  line-height: 1.25 !important;
}
/* block-paragraph_block */

/* News List */
.key-words-label {
  font-size: 1.2rem;
  width: 180px;
  font-weight: 500;
}
.key-words-input {
  width: 100%;
}
.key-words-input > input[type="text"] {
  border: none;
  border-bottom: 1px solid var(--mme-gray);
  font-size: 1.2rem;
}
.key-words-button > button {
  margin-left: 5px;
  background-color: var(--mme-green);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
}

.advanced-search-label {
  font-size: 1.2rem;
  width: 200px;
  font-weight: 500;
}

/* .advanced-search-select:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
} */

.advanced-search-select > select {
  width: 100%;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid var(--mme-gray);
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

.advanced-search-starttime > input[type="text"] {
  border: none;
  border: 1px solid var(--mme-gray);
  font-size: 1.2rem;
  width: 10ch;
  max-width: 30ch;
  padding: 0.25em 0.5em;
}
.advanced-search-endtime > input[type="text"] {
  border: none;
  border: 1px solid var(--mme-gray);
  font-size: 1.2rem;
  width: 10ch;
  max-width: 30ch;
  padding: 0.25em 0.5em;
}

.advanced-search-month > input[type="text"] {
  border: none;
  border: 1px solid var(--mme-gray);
  font-size: 1.2rem;
  width: 10ch;
  max-width: 30ch;
  padding: 0.25em 0.5em;
}

.advanced-search-year > input[type="text"] {
  border: none;
  border: 1px solid var(--mme-gray);
  font-size: 1.2rem;
  width: 10ch;
  max-width: 30ch;
  padding: 0.25em 0.5em;
}

/* News List */

/* News introduction items */
.news-intro-item{
  display: list-item;
  margin: 0 0 0 2rem;
}
/* News introduction items */

/* News quote items */
.block-block_quote{
  font-style: italic;
}
/* News quote items */