.article__headline {
  margin-top: 40px;
}

.dbIOcL {
  z-index: 2 !important;
}

b {
  font-weight: 700;
}

.article__day-headline {
  font-size: 32px !important;
  margin-block: 28px !important;
}

.article__day-text {
  padding-left: 20px;
  border-left: 3px solid #000;
}

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

.account-statement {
  max-width: 100%;
  padding: 20px 0;
  font-size: 15px;
}

.account-statement__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 2px solid #0079c1;
}

.account-statement__title-container {
  text-align: right;
}

.account-statement__title {
  color: #0079c1;
  font-size: 24px;
  font-weight: bold;
  margin: 0 !important;
}

.account-statement__date-range {
  color: #0079c1;
  font-size: 18px;
  margin: 0 !important;
}

.account-statement__info {
  display: flex;
  justify-content: space-between;
}

.account-statement__info-left {
  flex: 1;
  padding-right: 20px;
}

.account-statement__info-item {
  display: flex;
  column-gap: 30px;
  margin-bottom: 5px;
}

.account-statement__info-right .account-statement__info-value {
  text-align: end;
}

.account-statement__info-label {
  min-width: 150px;
  font-weight: 700;
}

.account-statement__info-value {
  flex-grow: 1;
}

.account-statement__transactions {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  border: none !important;
  margin-bottom: 0 !important;
}

.account-statement__transactions-header {
  background-color: #ececec;
}

.account-statement__transactions-header th {
  font-size: 11px;
  text-align: left;
  font-weight: 700;
  border-block: 1px solid #000;
}

.account-statement__transactions-row td {
  padding: 6px;
  border: none;
  vertical-align: top;
}

.account-statement__transactions-row {
  font-size: 12px;
}

.account-statement__transactions-row--opening-balance td {
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.account-statement__transactions-row--opening-balance td:first-child {
  padding-left: 0;
}

.account-statement__narrative {
  white-space: pre-wrap;
}

.account-statement__footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 8px;
  color: #666;
  padding-top: 8px;
  border-top: 2px solid #0079c1;
}

.account-statement__footer-left {
  text-align: left;
}

.account-statement__footer-right {
  text-align: right;
}

@media (max-width: 767px) {
  .account-statement__header {
    padding-bottom: 0;
  }

  .account-statement__logo {
    max-width: 120px;
    height: auto;
  }

  .account-statement__title {
    font-size: 18px !important;
  }
  
  .account-statement__date-range {
    font-size: 16px !important;
  }

  .account-statement__info {
    font-size: 12px;
  }

  .account-statement__info-item {
    margin-bottom: 2px;
    column-gap: 15px;
  }

  .account-statement__info-label {
    min-width: auto;
  }

  .account-statement__table-wrapper {
    overflow-x: auto;
  }

  .account-statement__transactions {
    min-width: 810px;
    display: table;
  }
}

@media (max-width: 578px) {
  .account-statement__info-wrapper {
    overflow-x: auto;
  }

  .account-statement__info {
    min-width: 500px;
  }
}

/*=========REG=============*/

.reg {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 30px;
}
.reg__title {
  font-weight: 700;
}
.reg__list {
  width: 100%;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.reg__list-container {
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.reg__item {
  font-size: 1.1rem;
  line-height: 30px;
  padding: 5px;
  margin-bottom: 0.5rem;
  font-weight: normal;
  background: #e4e4e4;
  border-left: 3px solid #0518c5;
  border-radius: 6px;
}
.reg__item img {
  margin-right: 0.5rem;
}
.reg__item a {
  color: var(--blue);
  font-weight: 700;
}
.reg__item a:hover {
  color: #3b5998;
}
.button-link {
  background-color: #3b5998;
  color: #fff !important;
  display: block;
  margin: 3rem auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-radius: 4px;
}
.button-link:hover {
  opacity: 0.85;
  text-decoration: none !important;
}

/*=============COMMENTS==============*/

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: var(--guardian-medium);
}

.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin: 5px 5px;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}
.comment-block:nth-child(1) {
  border-bottom: none;
}
.block-avatar {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 1rem;
}
.block-info-comment__name {
  font-weight: 700;
  color: #3b5998;
}
.block-info input {
  width: 100%;
  padding: 0.5rem 1rem 2rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.21);
}
.comment-block__bottom {
  display: flex;
  justify-content: end;
  padding-top: 20px;
}
.comment-btn {
  color: #fff !important;
  background-color: #3b5998;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 8px;
}
.comment-btn:hover {
  text-decoration: none !important;
}

.block-info input:focus {
  border: none;
}

.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  white-space: nowrap;
}
.block-info-line__like_item {
  font-size: 16px !important;
}
.block-info-answer-flex {
  display: flex;
  margin-top: 1.5rem;
}
.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
  display: flex;
  align-items: center;
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #00acee;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #3b5998;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: #3b5998;
  text-align: center;
}

@media (max-width: 768px) {
  .article__headline {
    margin-block: 20px;
  }
  .article__day-headline {
    font-size: 28px !important;
    margin-block: 24px !important;
  }
  .button-link {
    margin-top: 2rem;
  }
  .block-info-answer-flex {
    margin-left: -30px;
  }
}

.site-logo {
  margin-right: 200px;
}

@media (max-width: 640px) {
  .weather-widget-wrapper {
    bottom: 50px;
  }
  .layout {
    padding-top: 15px;
  }
}
