.segment-bar {
  margin-bottom: 20px;
}

.segment-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.segment-bar li {
  text-align: center;
}

.segment-bar a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  border-right: 1px solid #ccc;
  transition: background-color 0.3s, color 0.3s;
}

.segment-bar li:last-child a {
  border-right: none;
}

.segment-bar a.active,
.segment-bar a:hover {
  background-color: #3498db;
  color: #fff;
}

#news-list {
  display: flex;
  flex-direction: column;
}



.news-center-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin: 10px;
  background-color: white;
  cursor: pointer;
}

.just-released {
  background-color: #abfff9;
}

.news-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.news-summary {
  font-size: 1rem;
}

.news-category {
  font-size: 0.8rem;
  color: blue;
}

.news-date {
  font-size: 0.8rem;
}

.news-related {
  display: flex;;
}

.news-score {
  font-size: 0.9rem;
  font-weight: bold;
}

.modal {
  max-width: 88% !important;
}

.related-symbol {
  margin-right: 10px;
  background-color: lightblue;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
}


.news-image {
  display: flex;
  justify-content: center;
  width: 200px;
  overflow: hidden;
  align-items: center;
  aspect-ratio: auto;
  min-width: 200px;
  max-width: 200px;
  height: 130px;
}

.news-image img {
  width: auto;
  min-width: 100%;
  aspect-ratio: auto;
}

.news-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

#financial-latest-table_filter input[type="search"] {
  color: #333333;
  background-color: #ecf0f1;
  background-image: none;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
}

#snippet-latest-table_filter input[type="search"] {
  color: #333333;
  background-color: #ecf0f1;
  background-image: none;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
}

#forecast-latest-table_filter input[type="search"] {
  color: #333333;
  background-color: #ecf0f1;
  background-image: none;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
}

#financial-stats-table_filter input[type="search"] {
  color: #333333;
  background-color: #ecf0f1;
  background-image: none;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
}


#financial-compare-table_filter input[type="search"] {
  color: #333333;
  background-color: #ecf0f1;
  background-image: none;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
}

#financial-sector-table_filter input[type="search"] {
  color: #333333;
  background-color: #ecf0f1;
  background-image: none;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
}

#ipo-table_filter input[type="search"] {
  color: #333333;
  background-color: #ecf0f1;
  background-image: none;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
}