body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}
.container {
  max-width: 900px;
  margin: 0 auto;
}
.wrapper {
  padding: 20px;
}
.headline {
  background: #3b27ff;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.video-box {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.video-box img {
  width: 320px;
  border-radius: 10px;
}
.text-section {
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 8px;
  margin: 20px 0;
  line-height: 1.6;
  box-shadow: 0px 0px 10px 0px rgba(122, 122, 122, 1);
}
.text-section p {
  font-size: 18px;
}

.list-check {
  margin: 20px 0;
}
.list-check div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  color: #fff;
}
.list-check span {
  color: #00ff00;
  font-size: 20px;
}
.section-title {
  color: #ff0000;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 10px;
}
.small-video {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.comments {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
}
.comment {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.comment img {
  width: 45px;
  border-radius: 50%;
}
.comment .name {
  font-weight: bold;
}

.subheadline {
  text-align: center;
  font-size: 18px;
  margin: 15px 0;
}

.facebook-comments {
  width: 100%;

  background-color: white;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 12px;
}

.comments-header {
  font-size: 15px;
  color: #000;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadde1;
  font-weight: 500;
}

.comment {
  display: flex;
  margin-bottom: 16px;
}

.comment-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #e4e6eb;
  overflow: hidden;
}

.comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-content {
  flex: 1;
}

.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.diclaimer {
  font-size: 8px;
  text-align: center;
  color: rgba(166, 166, 166, 1);
  background-image: unset;
}
.text-section-normal p {
  font-size: 19px;
  line-height: 1.6;
}

.comment-author {
  font-weight: 600;
  font-size: 13px;
  color: #385898;
  margin-right: 4px;
}
.scientific {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scientific img {
  width: 50%;
}
.comment-text {
  font-size: 14px;
  line-height: 1.28;
  color: #050505;
  margin-bottom: 4px;
}

.comment-actions {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #65676b;
  margin-top: 2px;
}

.comment-like {
  margin-right: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #4267b2;
}

.comment-reply {
  margin-right: 12px;
  cursor: pointer;
  color: #4267b2;
}

.comment-time {
  font-size: 12px;
  color: #65676b;
}

.comment-reactions {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.reaction-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1877f2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  margin-right: 4px;
}
.reaction-icon img {
  width: 100%;
}

.reaction-count {
  font-size: 12px;
  color: #65676b;
}

.mention {
  color: #385898;
  font-weight: 600;
  cursor: pointer;
}

.emoji {
  font-size: 16px;
  margin-right: 2px;
}
footer {
  text-align: center;
  padding: 30px;
  font-size: 14px;
  color: #333;
}
