.layout-grid .content > .blog-entry-title {
  display: flex;
  flex-flow: column wrap;
}

.nav-ul {
  justify-content: end;
}

.nv-index-posts {
  margin-top: 30px;
  margin-bottom: 0px;
}

.widget .widget-title {
  margin-bottom: 30px;
}

.site-logo img {
  width: 200px;
}

.posts-wrapper {
  margin-bottom: 20px;
}

.blog-entry-title a:first-child {
  display: flex;
  flex-direction: column;
  /* min-height: 5rem; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-entry-title a:first-child {
  flex: 1;
  margin-bottom: auto;
}

a.btn-link-respond {
  align-self: flex-start;
  margin-top: 10px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px !important;
}

.nv-post-thumbnail-wrap > a,
.nv-post-thumbnail-wrap img:not(.photo) {
  height: 14rem;
  display: flex;
  justify-content: center;
  max-height: 100%;
  max-width: 100%;
}

.nv-sidebar-wrap {
  padding: 20px 15px;
}

/* RECENT REVIEWS*/
.comment-excerpt {
  max-height: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.8em;
}
/* RECENT REVIEWS*/

@media (max-width: 950px) {
  .blog-entry-title a:first-child {
    /* min-height: 3.4rem; */
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 570px) {
  .site-logo img {
    width: 165px;
    max-width: 165px;
  }

  .widget .widget-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .blog-entry-title a:first-child {
    /* min-height: 2.4rem; */
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 400px) {
  .blog-entry-title {
    min-height: 0rem;
  }
  .nv-post-thumbnail-wrap > a,
  .nv-post- thumbnail-wrap img:not(.photo) {
    height: 12rem;
  }

  .widget .widget-title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .blog-entry-title a:first-child {
    /* min-height: 2rem; */
    -webkit-line-clamp: 2;
  }
}

/* ADDITIONS */

.nv-meta-list > li > .postmeta-date-prepend::after {
  content: " ";
  margin: 0;
  padding: 0;
  white-space: pre;
}

.nv-meta-list > li.meta.date.posted-on {
  display: block;
}

.nv-meta-list a,
.comment-form a {
  color: var(--nv-c-2);
}
.nv-meta-list a:hover,
.comment-form a:hover {
  color: var(--nv-c-1);
}

a.btn-link-respond {
  color: var(--nv-c-2);
  border-color: var(--nv-c-2);
}
a.btn-link-respond:hover {
  color: var(--nv-c-1);
  border-color: var(--nv-c-1);
}

/* Make menu underline again */
.nav-ul li > .wrap {
  flex-direction: column;
}

.sm-style .sub-menu .wrap::after,
.m-style > ul > li > .wrap::after {
  position: static;
}

main.neve-main {
  flex-grow: 1;
}

.blog .blog-entry-title,
.archive .blog-entry-title {
  --fontweight: 500;
  --fontsize: 18px;
}

.single-post .comment-rating-post {
  font-size: 22px;
  line-height: normal;
  text-align: center;
  white-space: pre;
}

.comment-rating-post span.custom-stars {
  font-size: 28px;
  white-space: pre;
}

.comment-rating-post .stars-processed {
  display: flex;
  /* row-gap: 10px; */
  align-items: center;
  margin-bottom: 0;
}

/* .article-content-col .nv-meta-list {
  margin-top: auto;
} */

.nv-content-wrap,
.excerpt-wrap {
  /* margin-top: auto; */
}

.article-content-col .not-rated {
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 769px) {
  #comments .comment-form {
    grid-template-columns: repeat(3, 1fr);
  }
  #comments .comment-form > *:not(.comment-form-author):not(.comment-form-url):not(.comment-form-email) {
    grid-column: 1/-1;
  }
}

.comment-form label {
  display: inline;
}

.comment.cheating .custom-stars .star.filled {
  color: #808080;
}

.cdd-container {
  position: relative;
  min-width: 200px;
  max-width: 220px;
  width: 100%;
}

.cdd-body {
  background: #ff0033;
  color: white;
  display: flex;
  align-items: stretch;
  cursor: pointer;
  position: relative;
}

.cdd-body .cdd-icon {
  background: #9900cc;
  padding: 4px;
  display: flex;
  align-items: center;
  user-select: none;
}

.cdd-body .cdd-icon img {
  display: block;
  width: 18px;
}

.cdd-body .cdd-label {
  font-weight: 600;
  font-size: small;
  padding: 0 10px;
  margin: auto;
  user-select: none;
}

.cdd-body .cdd-arrow {
  padding: 4px;
  display: flex;
  user-select: none;
}

.cdd-container.open .cdd-body .cdd-arrow {
  transform: rotate(180deg);
}

.cdd-tip {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f5f5f5;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px 0px #00000040;
  width: 100%;
  padding: 10px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  font-size: small;
  max-height: 240px;
  overflow-y: auto;
}

.cdd-tip.active {
  display: block;
}

.widget .widget-title {
  font-weight: 700;
  font-size: var(--h5fontsize);
  text-align: center;
}

.nv-post-thumbnail-wrap {
  --boxshadow: none;
}

.nv-post-thumbnail-wrap img:not(.photo) {
  object-fit: contain;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.2));
}

.nv-comment-header {
  display: block;
  margin-bottom: 20px;
}

.nv-comment-header-new {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

.star-box-post {
  align-items: center;
  margin: 0 0px;
  margin-bottom: 40px;
  margin-top: -20px;
}

.star-box-post .average-rating {
  line-height: 100%;
  margin: 0;
}

.author-box-post {
  display: flex;
  gap: 30px;
}
.author-box-post-img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
}

.author-box-post-desc {
  margin-top: 20px;
}
.author-box-post-title {
  font-size: 24px;
  color: #000;
}

.author-box-post-desc svg {
  flex-shrink: 0;
}
.author-box-post-desc {
  display: flex;
  gap: 30px;
  font-size: 18px;
  color: #555555;
}

.author-box-post-img {
  width: 160px;
  height: 160px;
}

.author-box-post-link-wrapper {
  display: flex;
}

.author-box-post-link {
  display: block;
  color: #9900cc;
  font-size: 14px;
  margin-left: auto;
}

.author-box-post-link:hover {
  color: #669900;
}

.author-box-post .author-box-post-title {
  color: #9900cc;
  font-size: 22px;
  font-weight: 600;
}
.author-box-post .author-box-post-role {
  font-size: 15px;
  color: #aaa;
  font-style: italic;
}
.author-box-post .author-box-post-desc {
  font-size: 14px;
  margin-top: 12px;
}

@media (max-width: 768px) {
  #comments .comment-form {
    display: flex;
    flex-flow: column wrap;
  }
  .author-box-post {
    flex-direction: column;
    align-items: center;
  }
  .author-box-post .author-box-post-title,
  .author-box-post-role {
    text-align: center;
  }
  .author-box-post-desc {
    gap: 15px;
  }
  .nv-comment-header .edit-reply {
    font-size: 0.6em;
  }
  .comment-rating-post .custom-stars {
    font-size: 22px;
  }
  .nv-comment-header-new {
    gap: 10px;
    flex-direction: column;
    align-items: start;
  }

  .star-box-post {
    align-items: center;
    margin: 0 0px;
    margin-bottom: 40px;
    margin-top: -20px;
  }
}

.comment-content .edit-reply {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: auto;
  text-align: right;
  margin-top: 16px;
  margin-right: 20px;
}

#comments li.comment {
  padding-bottom: 20px;
}

.comment-rating-post {
  line-height: 100%;
}

body,
div.wp-block-themeisle-blocks-form {
  --h1fontsize: 28px;
  --input-font-size: 15px;
  --label-font-size: 14px;
}

.has-extra-small-font-size {
  font-size: 13px;
}

div.wp-block-themeisle-blocks-form .otter-form__container .wp-block-button {
  align-items: center;
}

.author-card {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 60px;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}

.author-title {
  margin-bottom: 10px;
}

.author-role {
  color: #555;
}

article.custom_author {
  margin-top: 16px;
}

.comment-meta {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px !important;
}

.my-recent-comments-list .comment-rating {
  margin: 8px 0 2px 0;
}

.pc-block ul {
  margin: 0;
}

#comments li.comment {
  border-bottom: 1px solid;
  border-color: var(--nv-c-2);
}

.comment-reply-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comment-reply-title small{
    font-size: 13px;
    float: none;
}
