.primary-btn {
  font-family: "Metropolis Light", Arial;
  text-align: center;
  background: #EC0000;
  padding: 15px;
  color: white !important;
  display: flex;
  text-decoration: none;
  justify-content: center;
  margin: auto;
  font-size: 19px;
  letter-spacing: -0.72px;
  line-height: 31px;
}

.article__content {
  margin-top: 3.5rem;
  font-family: "Metropolis Light", Arial;
  font-size: 19px;
  letter-spacing: -0.72px;
  line-height: 31px;
}

.article__paragraph {
  margin-bottom: 1.75rem;
}

.article__day-paragraph {
  padding-left: 1.4rem;
  border-left: 3px solid #ec0000;
}

.figcaption {
  color: #868686;
  font-size: 14px;
  line-height: 20px;
  padding-top: 0.5rem;
  position: relative;
  padding-left: 35px;
}

.figcaption::before {
  position: absolute;
  transform: translateY(50%);
  left: 15px;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #d10a10;
  border-left: 5px solid transparent;
  content: "";
}

.article__content h2 {
  font-family: "Metropolis Bold", Arial;
  font-size: 1.5rem;
  letter-spacing: -1.04px;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 148px;
}

.article__content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.article__content ul li {
  position: relative;
  padding-left: 1.25rem;
}

.article__content ul li::before {
  content: "";
  position: absolute;
  background-color: #000;
  left: 0;
  top: 11px;
  border-radius: 100%;
  width: 7px;
  height: 7px;
}

.article-btn {
  margin-top: 2.5rem;
}

.comments {
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-family: Arial, Helvetica, sans-serif;
}

.comments-actions {
  border-top: 1px solid rgba(126, 126, 126, 0.5);
  border-bottom: 1px solid rgba(126, 126, 126, 0.5);
  max-width: 96%;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
}

.comments-actions__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
}

.comments-actions__item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.comments-add {
  margin-top: 2.5rem;
  margin-left: 1rem;
}

.comments-add__title {
  font-weight: 600;
}

.comments-add__form {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1rem;
}

.comments-add__form textarea {
  font-family: Arial, Helvetica, sans-serif !important;
  resize: none;
  width: 100%;
  border-radius: 0.8rem;
  padding: 1rem;
  outline: none;
  border: 1px solid rgba(126, 126, 126, 0.5);
  min-height: 100px;
}

.comments-add__form button {
  background: #EC0000;
  padding: 16px 25px;
  color: white;
  border-radius: 0.8rem;
  cursor: pointer;
  font-size: 0.9rem;
}

.comments-actual {
  margin-left: 1rem;
  margin-top: 1.75rem;
  color: #7e7e7e;
}

.comments-list {
  margin-top: 2rem;
}

.comments-item {
  margin: 0.5rem 1rem;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(126, 126, 126, 0.5);
  padding-bottom: 1.2rem;
}

.comments-item:not(:first-child) {
  padding-top: 1.2rem;
}

.comments-item__avatar {
  margin-right: 1rem;
}

.comments-item__avatar img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  max-width: none;
}

.comments-item__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.6rem;
  font-size: 17px;
}

.comments-item__name {
  font-weight: 700;
  color: #000;
}

.comments-item__text {
  background-color: rgba(0, 0, 0, 0.08);
  display: block;
  padding: 0.4rem;
  border-radius: 10px;
  line-height: 27px;
}

.comments-item__actions {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  color: #000000;
  font-size: 14px;
}

.comments-item__actions-list {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.comments-item__actions-item a {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.comments-item__time {
  color: rgba(0, 0, 0, 0.44);
}

.comments-item__answer {
  margin: 0;
  padding: 0;
  border: 0;
}

.comments-btn {
  margin-top: 2.5rem;
}

/*==============CHECK==============*/

.check {
  border: 2px solid rgba(126, 126, 126, 0.5);
  max-width: 100%;
  border-radius: 10px;
  padding: 1rem;
  padding-bottom: 1.5rem;
  margin-top: 2.25rem;
  user-select: none;
}

.check__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.check__content-info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.check__code {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
}

.check__iban {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
}

.check__content-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.check__content-item__title {
  font-weight: 600;
  font-size: 1.15rem;
}

.check__table-wrapper {
  margin-top: 2rem;
}

.check__table {
  width: 100%;
	border: 1px solid #d6d6d6;
	border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.8;
}

.check__table th {
	font-weight: bold;
	padding: 0.5rem 0.6rem;
	background: #e2e2e2;
	border: 1px solid #d6d6d6;
  text-align: start;
}

.check__table td {
	border: 1px solid #d6d6d6;
	padding: 0.5rem 0.6rem;
}

@media (max-width: 768px) {
  .check__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    font-size: 1.05rem;
  }
  .check__content-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .check__content-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .check__code {
    font-size: 1.3rem;
  }
  .check__iban {
    font-size: 1.1rem;
  }
  .check__table-wrapper {
    margin-top: 1.5rem;
  }
  .check__table {
    font-size: 0.8rem;
  }
}

@media (max-width: 540px) {
  .check__content-info {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .check__content-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
  .footer {
    margin-bottom: 1rem;
  }
  .check__table {
    font-size: 0.75rem;
  }
  .check__table th {
    padding: 0.6rem 0.3rem;
    font-weight: 500;
  }
  .check__table td {
    padding: 0 0.3rem;
  }
}

@media (max-width: 1024px) {
  .article__content p {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .article__content h2 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .comments-actions {
    max-width: 100%;
    font-size: 18px;
  }
  .comments-actions__item {
    gap: 0.3rem;
  }
  .comments-add {
    margin-top: 2rem;
    margin-left: 0;
  }
  .comments-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .article__content {
    margin-top: 2rem;
  }
  .footer {
    margin-bottom: 2.5rem;
  }
  .footer__menu, .footer__bottom {
    display: none
  }
  .footer__top {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  .footer__top-row {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}