.content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  --tw-text-opacity: 1;
  color: rgb(32 32 39 / var(--tw-text-opacity));
  margin: 30px 0;
}

.content h1 {
  margin-bottom: 5px;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 130%;
}
.h1 {
  margin-bottom: 5px;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 130%;
}
.content h2 {
  align-items: center;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 130%;
  margin: 20px 0 0px 0;
}

.content h3 {
  align-items: center;
  font-size: 1.125rem;
  font-weight: 800;
}

.content h4 {
  font-size: 1rem;
  font-weight: 800;
}

.content p {
  font-size: 0.875rem;
}

.content .content-description {
  margin-top: -5px;
  font-size: 0.75rem;
  opacity: 0.6;
}

.content .btn {
  width: 100%;
  font-size: 0.875rem;
  color: #f6f8f9;
}

.content .link {
  --tw-text-opacity: 1;
  color: rgb(20 88 221 / var(--tw-text-opacity));
}

.content .link:hover {
  text-decoration-line: underline;
}
/* .content figure img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.content figure{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(218 235 239 / var(--tw-bg-opacity));
    aspect-ratio: 16/9;
} */
@media (min-width: 976px) {
  .content {
    gap: 20px;
    margin: 30px 0 40px 0;
  }

  .content h1 {
    margin-bottom: 0;
    font-size: 2.25rem;
  }
  .h1 {
    margin-bottom: 0;
    font-size: 2.25rem;
  }
  .content h2 {
    font-size: 1.75rem;
  }

  .content h3 {
    font-size: 1.5rem;
  }

  .content h4 {
    font-size: 1.25rem;
  }

  .content p {
    font-size: 1rem;
  }

  .content .content-description {
    margin-top: -10px;
    font-size: 0.875rem;
  }

  .content .btn {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
}

content figure {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(218 235 239 / var(--tw-bg-opacity));
  aspect-ratio: 16/9;
}

content figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 976px) {
  content figure {
    border-radius: 16px;
  }
}
.comments-block .form-stars-rating-block {
  display: none;
}
.comments-block .comment-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 976px) {
  .comments-block .comment-form {
    margin-left: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.table caption {
  display: none;
}

/* .comments-block ul{
    padding-left: 65px !important;
}
.comments-block ul li{
    margin: 0 !important;
} */
.no-comment-border {
  border-bottom: none !important;
}
/* .comments-block>li:not(:last-child){
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 234 255 / var(--tw-border-opacity))
} */
.comment-border {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 234 255 / var(--tw-border-opacity));
}
.comments-block > ul:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 234 255 / var(--tw-border-opacity));
}
.children li {
  border-bottom-width: 0px;
}
@media (min-width: 976px) {
  .cancel_reply {
    margin-left: 65px;
  }
}
.comments-block > ul .comment-respond {
  border-bottom: none !important;
}
.children ul {
  margin-left: 40px;
}

@media (max-width: 976px) {
  .children ul {
    margin-left: 25px;
  }
}
@media (max-width: 480px) {
  body {
    max-width: 100%;
  }
}
