.single-content {
  margin-top: 0 !important;
}

.article-list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.author-box {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.author-image {
  margin-right: 10px;
}

.author-image img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.author-info .name-author {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.author-info .date-author {
  margin: 0;
  font-size: 14px;
  color: #888;
}

.download-pdf-button {
  background-color: red;
}

iframe,
.thumbnail-img-content {
  border-radius: 4px;
}

.thumbnail-img-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.thumbnail-img-content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.article-shortcode-plugin {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px 0;
}
.article-shortcode-plugin.vertical {
  flex-direction: column;
}

.article-card-plugin.layout-1 {
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #fff;
  flex: 0 0 calc(33.333% - 10px);
  box-sizing: border-box;
}

.article-thumbnail-plugin.layout-1 {
  width: auto;
  height: 200px;
}
.article-thumbnail-plugin.layout-1 img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.article-details-plugin.layout-1 {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 20px;
  width: 100%;
  height: 45%;
}

.article-group-plugin.layout-1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #666;
}

.article-title-plugin.layout-1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 !important;
  line-height: 1.5;
  min-height: calc(1.5em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.article-title-plugin.layout-1 a {
  color: #000000;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.article-meta-plugin.layout-1,
.article-time-plugin.layout-1,
.article-group-plugin.layout-1 {
  font-size: 12px;
  color: #0011ff;
}

.article-meta-plugin.layout-1 {
  display: flex;
  align-items: center;
  gap: 3px;
}

.article-meta-plugin.layout-1 .article-author-plugin.layout-1 {
  font-weight: bold;
}

@media (max-width: 768px) {
  .article-card-plugin.layout-1 {
    flex: 100%;
  }
}

.article-card-plugin.layout-2 {
  display: flex;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: calc(50% - 10px);
  background-color: #fff;
}

.article-thumbnail-plugin.layout-2 {
  width: 150px;
  height: auto;
}
.article-thumbnail-plugin.layout-2 img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.article-details-plugin.layout-2 {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 20px;
  width: 80%;
  justify-content: space-between;
}

.article-group-plugin.layout-2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #666;
}

.article-title-plugin.layout-2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 !important;
}

.article-title-plugin.layout-2 a {
  color: #000000;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.article-meta-plugin.layout-2,
.article-time-plugin.layout-2 {
  font-size: 12px;
  color: #888;
}

.article-meta-plugin.layout-2 {
  display: flex;
  align-items: center;
  gap: 3px;
}

.article-meta-plugin.layout-2 .article-author-plugin.layout-2 {
  font-weight: bold;
}

@media (max-width: 768px) {
  .article-card-plugin.layout-2 {
    width: 100%;
  }
}

.article-card-plugin.layout-3 {
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  flex: 0 0 calc(33.333% - 10px);
  background-color: #fff;
}

.article-title-excerpt.layout-3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.article-card-plugin.layout-1.vertical,
.article-card-plugin.layout-2.vertical,
.article-card-plugin.layout-3.vertical {
  width: 100%;
}

.article-details-plugin.layout-3 {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 20px;
  width: 100%;
  height: 45%;
}

.article-group-plugin.layout-3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #666;
}

.article-title-plugin.layout-3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 !important;
  line-height: 1.5;
  min-height: calc(1.5em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.article-title-plugin.layout-3.vertical {
  line-height: normal;
  min-height: auto;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  white-space: normal;
}

.article-title-plugin.layout-3 a {
  color: #000000;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.article-meta-plugin.layout-3,
.article-excerpt-plugin.layout-3 {
  font-size: 12px;
  color: #888;
}

.article-excerpt-plugin.layout-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.article-meta-plugin.layout-3 {
  display: flex;
  align-items: center;
  gap: 3px;
}

.article-meta-plugin.layout-3 .article-author-plugin.layout-3 {
  font-weight: bold;
}

@media (max-width: 768px) {
  .article-card-plugin.layout-3 {
    width: 100%;
  }
}
