.page-node-1000042 .issue-title h2 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
  margin-top: 10px;
}
.page-node-1000042 .issue-title h2:after {
  content: "";
  background-color: #008083;
  width: 90px;
  height: 5px;
  display: block;
  margin-top: 5px;
}
.page-node-1000042 .issue-title a.field-link {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px 30px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin-bottom: 30px;
}
.page-node-1000042 .issue-title a.field-link:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005f60;
}
.page-node-1000042 .issue-title a.field-link i {
  vertical-align: middle;
  font-size: 22px;
}

.legislative-table-section {
  margin: 0px 0px;
}
.legislative-table-section table thead {
  border: 1px solid #e0e0e0;
}
.legislative-table-section table thead tr th {
  background-color: #f9fafb;
  border: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #767676;
  padding: 12px 15px;
}
.legislative-table-section table tbody {
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}
.legislative-table-section table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
}

.congress-detail-box {
  border: 1px solid #ececec;
  box-shadow: 0px 1px 3px 0px #e2e1e1;
  padding: 20px;
  border-radius: 15px;
  margin: 25px 0px;
}
.congress-detail-box .field__items {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.congress-detail-box .field__label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.congress-detail-box a {
  font-size: 16px;
  font-weight: 400;
  color: #005f60;
}
.congress-detail-box a:hover {
  color: #e37705;
}
.congress-detail-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}
.congress-detail-box h3 a {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}
.congress-detail-box h3 a:before {
  content: "\f231";
  font-family: bootstrap-icons !important;
  margin-right: 6px;
  font-size: 15px;
}
.congress-detail-box .tags a {
  background-color: #f3f4f6;
  font-size: 13px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 30px;
  font-weight: 400;
}
.congress-detail-box .vacm a {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px 30px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin-bottom: 10px;
}
.congress-detail-box .vacm a:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005f60;
}
/*# sourceMappingURL=legislative-news.css.map */
