.read-also {
  display: flex;
  gap: 5px;
  font-size: 16px;
  align-items: center;
  border-top: 0.5px solid #7d7d7d;
  border-bottom: 0.5px solid #7d7d7d;
  font-family: "Newsreader", serif;
  padding: 5px 0px;
}
.read-also a {
  color: #262624;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 70%; /* Adjust the width as needed */
}
.read-also strong {
  display: block;
  font-weight: 600;
}
