.single-page-content.news-post h1 {
  color: #0a2457;
  text-align: start;
}

.news-post-content-container {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  margin-top: 2rem;
  padding-bottom: 4rem;
}

.news-post-left {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  /* justify-content: space-between; */
}

.news-post-left p {
  color: #010a44;
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
  margin-top: 2rem;
}

.news-post-left img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0.5rem;
}

.news-post-left p:first-child {
  margin: 0;
}

.news-post-right {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 23.063rem;
  min-width: 23.063rem;
}

.side-bar-news-search {
  width: 100%;
  /* display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    background-color: rgba(16, 40, 97, .05);
    border-radius: 0.5rem; */
}

.side-bar-news-search form {
  width: 100%;
  position: relative;
  border-radius: 0.625rem;
  border: 0.125rem solid rgba(10, 36, 87, 0.1);
  background: #fafafa;
}

.side-bar-news-search form input {
  width: 100%;
  color: rgba(10, 36, 87);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0.625rem;
}

.side-bar-news-search form input::placeholder {
  color: rgba(10, 36, 87, 0.8);
}

.side-bar-news-search form button {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  right: 1rem;
  top: calc(50% - 0.625rem);
  background-color: unset;
}

.side-bar-news-search form button svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-bar-news-list-container {
  padding: 1.25rem;
  border-radius: 0.5rem;
  /* background-color: rgba(16, 40, 97, 0.05); */
  border-radius: 0.625rem;
  border: 0.0125rem solid rgba(10, 36, 87, 0.05);
  background: #fafafa;
}

.side-bar-news-list-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.side-bar-news-list-link {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  /* padding: 1rem 0;
  border-bottom: 0.125rem solid #e5e7eb; */
}

.side-bar-news-list-link:first-child {
  padding-top: 0;
}

.side-bar-news-list-link:last-child {
  padding-bottom: 0;
  border: none;
}

.side-bar-news-list-link .side-bar-news-date,
p.news-post-left-post-info-date,
.news-post-left-post-info-views {
  color: rgba(1, 10, 68, 0.3);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.11063rem;
  margin: 0;
}

.side-bar-news-list-link:hover .side-bar-news-title {
  color: #00a5cf;
}

.side-bar-news-list-link .side-bar-news-title {
  color: #010a44;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33313rem;
  text-decoration: none;
  transition: all 0.3s ease-in;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.side-bar-all-news-btn {
  display: flex;
  width: 100%;
  padding: 0.55rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.55563rem;
  background: #0a2457;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
  color: #fcfcfc;
  text-align: justify;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.38875rem;
  letter-spacing: 0.00888rem;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

.side-bar-all-news-btn:hover {
  background: #00a5cf;
}

/* .side-bar-news-list-link .side-bar-news-title:hover,
.side-bar-all-news-btn:hover {
  color: #144ddd;
} */

/* .side-bar-all-news-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  background-color: rgba(16, 40, 97, 0.05);
  padding: 1rem;
  border-radius: 0.5rem;
} */

.news-post-left-post-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}

.news-post-left-post-info-views,
.news-post-left-post-info-views p {
  color: #144ddd80;
}

.news-post-left-post-info-views {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.news-post-left-post-info-views svg {
  width: 1rem;
  object-fit: cover;
}
