.widget_recommended_articles {
  display: inline-block;
  min-height: 600px;
}

.oht-related-image-container {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}

.oht-recommended-image {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
}

#oht-related-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.oht-related-article-title {
  margin: 5px 0;
  font-size: 1.2rem;
  font-weight: bold;
}

#oht-recommended-title {
  text-decoration: none;
}

#oht-related-category-link {
  text-decoration: none;
  font-size: 0.8rem;
  padding-top: 8px;
  font-weight: bold;
}

.oht-recommended-articles button {
  text-align: center !important;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
  margin-top: 40px !important;
}

.oht-recommended-articles button:hover {
  cursor: pointer;
  background: #999;
}

.oht-recommended-articles button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
