/* Estilos bloque comentarios articulo blog*/


.comments-date {
  line-height: 1; }

.commentator-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-bottom: 10px; }

.comments-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #000000; }

.comments {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.25px;
  color: #000000; }

.btn-reply-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #000000;
  margin-top: 4px; }

.btn-reply {
  margin-top: 16px; }

.comments-img {
  width: 64px; }

.comments-main {
  width: calc(100% - 64px);
  padding-left: 24px; }

.comments-img img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.comments-item {
  margin-top: 48px; }

  .form-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #000; }
  
  .form-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #000; }
  
  .field-item input,
  .field-item textarea {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #333333;
    width: 100%;
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important; }
  
  .field-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 30px; }
  
  .field-icon {
    margin-right: 7px;
    min-width: 24px; }
  
  .textarea-field .field-icon {
    margin-top: 4px; }
  
  .email-field,
  .name-field {
    width: 48%; }
  
  .comment-form-area {
    background-color: #F0F1F2;
    padding: 64px;
    margin-top: 48px; }
  
  .form-check-input {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid #333;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent; }

.review-submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  background: var(--primary-color);
  margin-top: 20px; }
