body {
  margin: 0;
  color: #fff;
}

.header {
  display: flex;
  flex-direction: column;
}
html{
  scroll-behavior: smooth;
}

.logo {
  width: 57px;
  height: 51px;
}

.top-head {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(36, 36, 36);
}

.left-head {
  display: flex;
  gap: 10px;
  align-items: center;
}

.logo-title {
  color: rgb(255, 255, 255);
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
}

.logo-subtitle {
  color: rgb(132, 132, 132);
  font-size: 18px;
  line-height: 1.6;
}

.bot-head {
  background-color: rgb(55, 55, 55);
}
.menu-list {
  display: flex;
}

.menu-item {
  list-style: none;
}

.menu-link {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  text-decoration: none;
  padding: 14px 20px;
}

.main {
  padding: 0 0 0 20px;
  background-color: rgb(54, 50, 71);
  display: flex;
  gap: 20px;
}

.meta-content {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 1.6;
}

.sidebar {
  background-color: rgb(86, 79, 112);
  padding: 20px;
}

.tag {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  border: 1px solid rgb(122, 114, 155);
  background-color: rgb(76, 69, 102);
  margin: 0;
  padding: 10px 17px;
}

form h3,
form p,
form div {
  color: #000;
  margin: 0;
}

@media (max-width: 910px) {
  .top-head img {
    display: none;
  }
  .logo {
    display: block !important;
  }
}

@media (max-width: 830px) {
  .sidebar {
    display: none;
  }

  .top-head {
    justify-content: center;
  }

  .bot-head {
    display: none;
  }

  .logo-title {
    font-size: 25px !important;
  }

  .logo-subtitle {
    font-size: 12px !important;
  }

  h1 {
    font-size: 35px;
  }

  .main {
    padding: 10px;
  }
}

@media (max-width: 450px) {
  .vote-section {
    max-width: 280px !important;
  }
}

.link-offer {
  font-weight: 600;
  color: blue;
  text-decoration: none;
}

.npr-article-content img {
  margin: 20px auto;
  display: block;
}
#comment-component-text * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#comment-component-text {
  margin-top: 55px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 8px;
  padding: 16px 0 0;
  padding: 10px;
  border-top: 4px solid #365398;
  color: #000;
}
#comment-component-text #comment_num {
  border-bottom: 1px dashed #365398;
  color: #365398;
  font-weight: bold;
}
#comment-component-text .comment,
#comment-component-text .txt-cmt {
  margin: auto !important;
  width: 100%;
}
#comment-component-text .txt-cmt {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}
#comment-component-text .txt-cmt .form-comment__img {
  padding: 0 5px;
  width: 80px;
}
#comment-component-text img {
  max-width: 100%;
  line-height: 1;
  display: inline-block;
  width: 65px;
}
#comment-component-text .form-comment__content {
  width: 100%;
  padding: 0 5px;
}
#comment-component-text .your-name,
#comment-component-text .txt-content {
  font-size: inherit;
}
#comment-component-text .your-name {
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 0;
  max-width: 700px;
  border-radius: none;
}
#comment-component-text .txt-content {
  width: 100%;
  min-height: 40px;
  display: block;
  margin: 15px 0 5px 0;
  padding: 10px;
  resize: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  max-width: 700px;
}
#comment-component-text .add-comment-button {
  background-color: #4267b2;
  border: 1px solid #4267b2;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  padding: 0 8px;
  line-height: 22px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  width: initial;
}
#comment-component-text .comment {
  border-top: 1px dashed #ccc;
  display: flex;
  align-items: flex-start;
  padding: 25px 0;
  margin: 0 -10px;
  white-space: normal;
}
#comment-component-text .comment:last-of-type {
  border-bottom: 1px dashed #ccc;
}
#comment-component-text .comment__content {
  padding: 0 10px;
  width: 100%;
}
#comment-component-text .comment__content .comment__name {
  margin-top: 0;
  color: #365398;
  font-size: 18px;
  text-align: left;
  text-align-last: left;
  font-weight: 700;
  white-space: nowrap;
}
#comment-component-text .comment .comment__text {
  margin: 0 0 7px 0;
  font-size: 16px;
  line-height: 1.4;
}
#comment-component-text .comment__details {
  font-size: 12px;
  color: #365398;
  line-height: 2;
}
#comment-component-text .comment__details a,
#comment-component-text .comment__details span {
  text-decoration: none;
  color: #365398;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
}
#comment-component-text .comment__details img {
  border-radius: 0;
}
#comment-component-text .comment__details img {
  width: 16px;
  position: relative;
  top: 2px;
}
#comment-component-text .comment .comment__text img {
  display: block;
  width: 300px;
  margin: 8px 0 0;
  border-radius: 0 !important;
  cursor: pointer;
}
#comment-component-text .form-comment {
  font-size: 20px;
}
#comment-component-text .comment__details button {
  background: transparent;
  border: none;
  color: #365398;
  cursor: pointer;
}
#comment-component-text .make-comment {
  display: inline-block;
  white-space: nowrap;
}
#comment-component-text .comment__details button::after,
#comment-component-text .comment__details .make-comment::after {
  content: '‧';
  display: inline-block;
  width: 13px;
  text-align: center;
}
#comment-component-text .comment__time {
  white-space: nowrap;
}
#comment-component-text .comment__time:hover {
  cursor: default;
}
.comment__img {
  cursor: pointer;
}
#comment-img-dummy {
  border-radius: 50%;
}
@media screen and (max-width: 500px) {
  .comment {
    position: relative;
    right: 5px;
  }
  #comment-img-dummy {
    line-height: 1;
    display: inline-block;
    max-width: initial !important;
  }
}