/* General styles */
.post-item img {
  object-fit: cover;
}

.post-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.post-item p {
  font-size: 14px;
  color: #555;
}

.sidebar .widget-title {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 5px;
}

.sidebar .widget-title::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sidebar ul {
  list-style-type: none;
  padding-left: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul li a {
  text-decoration: none;
  color: #d9534f;
}

.sidebar ul li a:hover {
  text-decoration: underline;
}

.post-item {
  align-items: flex-start;
  align-items: center;
}

.post-item img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

@media (max-width: 1360px) {

  .post-item img {
    width: 250px;
    height: auto;
  }

}


@media (max-width: 768px) {
  .post-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-item img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .plain-img
  {
    width: 100%;
  }

  .post-content {
    flex-grow: 1;
    padding: 0 !important;
  }
}

.post-content {
  flex-grow: 1;
  padding: 1rem;
}

.plain {
  text-decoration: none;
  transition: color .3s, opacity .3s, transform .3s;
  color: black;
}

.plain-img {
  text-decoration: none;
  transition: color .3s, opacity .3s, transform .3s;
  color: black;
}

.is-divider {
  height: 2px;
  margin-bottom: .5em;
  margin-top: .5em;
  background-color: black;
  display: block;
  height: 2;
  max-width: 30px;
  width: 100%;
}

.article-title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #000;
}

.article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.article-content {
  margin-top: 20px;
}

.posted-info {
  color: #888;
  margin-bottom: 20px;
}

.is-divider-high {
  height: 3px;
  margin-bottom: .5em;
  margin-top: .5em;
  background-color: black;
  display: block;
  height: 2;
  max-width: 40px;
  width: 100%;
}

.hight-light {
  color: #f1570f;
}

.article-title-sub {
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
}

.article-title-sub-sub {
  font-weight: bold;
  color: #000;
  font-size: 1.2rem;
}

li {
  margin-bottom: .6em;
}

p {
  text-align: justify;
}

.active {
  color: #000 !important;
    font-weight: bolder;
}