span {
  font-weight: inherit;
}
span.icon {
  line-height: 0;
  vertical-align: bottom;
}
svg {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  stroke: #000;
}
svg.spec {
  stroke: none;
  fill: #000;
}
strong {
  font-weight: bold;
}
button:focus {
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.5);
  outline: none;
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
h1,h2,h3,h4,h5,h6 {
  margin-bottom: 12px;
  color: #0A244B;
  line-height: 1.5;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 24px;
  color: #0A244B;
}
a {
  color: var(--primary);
}
body {
  background-color: #F6FBFF;
}
#root img {
  vertical-align: bottom;
}
#root > .container {
  display: flex;
  gap: 32px;
  max-width: 1146px;
  margin: 0 auto;
}
#root > .container > article {
  padding: 32px;
}
#root .sidebar {
  width: 348px;
  flex-shrink: 0;
  padding: 24px;
}
.article, .sidebar {
  background-color: #fff;
  box-shadow: 0px 1px 8px 0 #0000000D;
  border-radius: 16px;
}
.art-header {
  display: flex;
  flex-direction: column;
}
.art-header h1 {
  margin-bottom: 32px;
}
.art-header .article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.art-header .article-meta svg {
  width: 18px;
  height: 18px;
  stroke: #6E7A86;
  margin-left: 4px;
}
.art-header .article-meta span {
  font-size: 13px;
  line-height: 1.5;
  color: #6E7A86;
}
.art-header .article-meta .blck {
  color: #0A244B;
}
.art-header .article-meta > * {
  display: flex;
  align-items: center;
}
.art-header .article-meta .author img{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: 8px;
}
.art-header .article-meta .author span {
  font-style: normal;
  font-weight: bold;
}
.art-header .article-meta .reading-time {
  margin-right: auto;
}
.art-header .article-meta .sep {
  height: 20px;
  width: 1px;
  background-color: #D1D5DB;
  margin: 0 12px;
}
.art-header figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 16px;
}
.post-verified {
  position: relative;
  margin: 72px 0 36px;
  margin-right: -54px;
}
.post-verified .container {
  display: flex;
  padding: 11px 8px;
  border: 1px solid #D1D5DB;
  background-color: #fff;
  border-radius: 16px 16px 0 16px;
}
.post-verified p {
  margin-bottom: initial;
}
.post-verified .container > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-verified .bio img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #D1D5DB;
}
.post-verified :where(p, span) {
  font-size: 12px;
  line-height: 1.5;
}
.post-verified .bio svg {
  width: 18px;
  height: 18px;
  stroke: var(--primary);
  margin-left: 3px;
}
.post-verified .bio .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.post-verified .bio .by {
  display: flex;
  align-items: center;
  color: var(--primary);
}
.post-verified .bio .name {
  font-size: 13px;
  font-weight: bold;
  color: var(--primary);
}
.post-verified .bio .profession {
  color: #424242;
}
.post-verified .ref {
  margin: 0 auto;
}
.post-verified .ref img {
  width: 56px;
  height: 56px;
}
.post-verified .ref .text {
  display: flex;
  flex-direction: column;
}
.post-verified .ref p {
  color: #000;
  margin-bottom: 4px;
}
.post-verified .ref svg {
  width: 20px;
  height: 20px;
  stroke: var(--primary);
}
.post-verified .ref .cta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-verified .ref .cta span {
  font-size: 13px;
  color: var(--primary);
}
.post-verified .backbox {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #1F79FF;
  height: 85%;
  width: 92%;
  border-radius: 16px 0 16px 16px;
  z-index: 1;
}
.post-verified .backbox .tag {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 30px 0px;
  border-radius: 120px 16px 0 0;
  background-color: #1F79FF;
}
.post-verified .backbox .icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1F79FF;
  position: absolute;
  top: -32px;
  right: -8px;
}
.post-verified .backbox .icon svg {
  stroke: initial;
  fill: #fff;
  width: 16px;
  height: 16px;
}
.post-verified .wrapper {
  position: relative;
  z-index: 2;
}
.sec-t2 :last-child {
  margin-bottom: initial;
}
#root img.devider {
  display: block;
  margin: 32px auto;
  width: 80%;
  height: auto;
}
.ai-summary {
  background-image: linear-gradient(70deg ,#53ACFF, #2E92F0, #308BE2);
  border-top-left-radius: 50px;
  margin-bottom: 36px;
}
.ai-summary .wrapper {
  background-image: url('../images/pattern-2.webp');
  background-size: cover;
  background-position: center;
  background-size: 90%;
  border-bottom: 2px solid #0053A3;
  overflow: hidden;
  height: 98px;
  transition: height 300ms;
}
.ai-summary[data-state="done"] .wrapper {
  height: auto;
  height: calc-size(auto, size);
}
.sum__head {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 98px;
  cursor: pointer;
  padding: 0 16px;
}
.sum__head .decor {
  width: 60px;
  height: auto;
  flex-shrink: 0;
}
.sum__head .text p {
  display: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.ai-summary[data-state="idle"] .sum__head .text .idle,
.ai-summary[data-state="loading"] .sum__head .text .loading,
.ai-summary[data-state="done"] .sum__head .text .done
{
  display: inline;
}
.sum__head .text .idle .highlight{
  isolation: isolate;
  position: relative;
}
.sum__head .text .idle .highlight img{
  position: absolute;
  width: 100%;
  height: 130%;
  z-index: -1;
  top: -2px;
  right: 0;
}
.sum__head .text .loading::after {
  content: "";
  animation: dots 1.5s infinite steps(3);
}
.sum__content {
  display: flex;
  gap: 8px;
  padding: 0px 16px 28px 16px;
  visibility: hidden;
}
.ai-summary[data-state="done"] .sum__content {
  visibility: visible;
}
.sum__content svg {
  width: 18px;
  height: 18px;
  stroke: initial;
  fill: #fff;
  flex-shrink: 0;
}
.sum__content p {
  color: #fff;
  font-size: 16px;
}
.sum__content p:last-child {
  margin-bottom: initial;
}
.content-list {
  margin-bottom: 36px;
}
.cl_button {
  width: 100%;
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 16px;
}
.cl_button .decor {
  width: 20px;
  height: 20px;
  stroke: var(--primary);
  margin-left: 8px;
}
.cl_button .txt {
  font-size: 14px;
  font-weight: bold;
  color: var(--primary);
}
.cl_button .angle {
  margin-right: auto;
  stroke: #98989E;
  transition: rotate 300ms;
}
.content-list[data-expanded="true"] .cl_button .angle {
  rotate: 180deg;
}
.content-list .wrapper {
  background-color: #F5F8FA;
  border-radius: 16px;
  background-image: url('../images/pattern-3.webp');
  background-repeat: no-repeat;
  background-size: 177px;
  background-position: top left;
  overflow: hidden;
  height: 64px;
  transition: height 300ms;
}
.content-list[data-expanded="true"] .wrapper {
  height: auto;
  height: calc-size(auto, size);
}
.cl__list {
  visibility: hidden;
}
.content-list[data-expanded="true"] .cl__list {
  visibility: visible;
}
.cl__list {
  padding: 0 16px 12px;
}
.cl__list ul {
  list-style-type: none;
  padding-right: initial;
  margin-bottom: initial;
}
.cl__list ul li {
  margin-bottom: initial;
}
.cl__list a {
  display: block;
  padding: 8px 32px 8px 0;
  font-size: 16px;
  color: #0A244B;
  border-right: 1px solid #E2E2E2;
}
.cl__list a:hover {
  border-right: 2px solid var(--primary);
  color: var(--primary);
}
.article-body h2 {
  margin-top: 36px;
}
.article-body :first-child {
  margin-top: initial;
}
.article-body img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.article-body figcaption {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #414A53;
}
.article-body figure {
  margin-bottom: 24px;
}
article ul {
  margin-bottom: 24px;
  padding-right: 24px;
}
article ul li::marker {
  color: var(--secondary);
}
article ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  color: #0A244B;
  margin-bottom: 12px;
}
article ul li:last-child {
  margin-bottom: initial;
}
article ul[data-marker="paw"],
article ul[data-marker="forb"] {
  padding-right: initial;
}
article ul[data-marker="paw"] li,
article ul[data-marker="forb"] li
{
  list-style-type: none;
  padding-right: 26px;
}
article ul[data-marker="paw"] li::before,
article ul[data-marker="forb"] li::before
{
  position: absolute;
  content: "";
  width: 18px;
  height: 23px;
  right: 0;
  top: 0px;
  display: inline-block;
  background: url('../images/paw-2.png') no-repeat center / contain;
}
article ul[data-marker="forb"] li::before {
  background-image: url('../images/forb.webp');
  top: 2px;
}
.extrabox {
  margin: 36px 0;
}
.extrabox > .container {
  display: flex;
  gap: 32px;
  padding: 32px 24px;
  background-color: #F6FBFF;
}
.extrabox .wrapper :last-child {
  margin-bottom: initial;
}
.extrabox .wrapper {
  position: relative;
  height: 190px;
  overflow: hidden;
  transition: height 300ms;
}
.extrabox[data-expanded="true"] .wrapper {
  height: auto;
  height: calc-size(auto, size);
}
.extrabox .wrapper::after {
  content: "";
  position: absolute;
  height: 170px;
  bottom: 0;
  right: 0;
  width: 100%;
  background-image: linear-gradient(to top,#F6FBFF, #f6fbff00);
  pointer-events: none;
  transition: opacity 300ms;
}
.extrabox[data-expanded="true"] .wrapper::after {
  opacity: 0;
}
.extrabox .expand-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid var(--primary);
  margin: 24px auto 0;
}
.extrabox .expand-toggle-btn .txt {
  display: none;
  font-size: 14px;
  color: var(--primary);
}
.extrabox .expand-toggle-btn svg {
  stroke: var(--primary);
  transition: rotate 300ms;
}
.extrabox[data-expanded="false"] .expand-toggle-btn .open {
  display: inline;
}
.extrabox[data-expanded="true"] .expand-toggle-btn .close {
  display: inline;
}
.extrabox[data-expanded="false"] .expand-toggle-btn svg {
  rotate: 180deg;
}
.eb__content {
  flex-basis: 50%;
  flex-grow: 1;
}
.eb__pic {
  flex-basis: 50%;
  max-width: 260px;
}
.eb__pic figure {
  margin-bottom: initial;
}
.po-neg {
  margin: 36px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.po-neg section {
  border-radius: 8px;
  border: 1px solid #D1D5DB;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0 #0000000D;
}
.po-neg .top {
  padding-block: 10px;
  background-color: var(--primary);
}
.po-neg .top h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: initial;
  color: #fff;
}
.po-neg ol {
  padding: 16px;
  counter-reset: step;
  list-style: none;
}
.po-neg ol li {
  counter-increment: step;
  position: relative;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 8px;
  padding-right: 26px;
  color: #000;
}
.po-neg ol li::before {
  content: counter(step);
  position: absolute;
  top: 4px;
  right: 0;
  width: 18px;
  height: 18px;
  font-size: 13px;
  line-height: 1;
  padding-top: 3px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #35D97E;
  color: #fff;
  box-sizing: border-box;
}
.po-neg .neg ol li::before {
  background-color: #FD4760;
}
.note {
  position: relative;
  padding: 40px 24px 24px;
  border-right: 4px solid var(--primary);
  border-radius: 16px;
  background-color: #EDF4FF;
  margin-block: 64px 36px;
}
.note svg {
  stroke: initial;
}
.note .icon {
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-items: center;
}
.note .icon svg {
  width: 48px;
  height: 48px;
}
.note .note__txt p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: initial;
}
.note .backicon {
  position: absolute;
  width: 44px;
  height: 63px;
  left: 0;
  bottom: 0;
  fill: #DEEBFF;
}
.note a {
  text-decoration: underline;
}
.note cite {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.75;
}
.note-t1 a {
  font: inherit;
  color: #4700FF;
}
.note-t2 {
  background-color: #FFE2E6;
  border-color: #FD4760;
}
.note-t2 .icon svg {
  width: 40px;
  height: 40px;
}
.note-t2 .note__txt p {
  color: #C5001B;
}
.note-t2 .backicon {
  fill: #FFCED4;
}
.note-t3 {
  border-color: #ED6234;
  background-color: #FCE9E2;
}
.note-t3 .note__txt p {
  color: #C03000;
}
.note-t3 .backicon {
  fill: #F9DBD0;
}
.note-t3 cite {
  color: #C03000;
}
.acordion {
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  margin-bottom: 24px;
  overflow: hidden;
}
.acordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  list-style-type: none;
  cursor: pointer;
  background-color: #F0F6FF;
}
.acordion summary span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.55;
  color: #0A244B;
}
.acordion summary .icon svg {
  width: 18px;
  height: 18px;
  display: none;
  stroke: initial;
}
.acordion:not([open]) summary .icon :last-child {
  display: block;
}
.acordion[open] summary .icon :first-child {
  display: block;
}
.acordion p {
  padding: 16px 24px 24px;
  margin-bottom: initial;
}
.acordion::details-content {
  height: 0;
  transition: height 200ms, content-visibility 200ms;
  transition-behavior: allow-discrete;
}
.acordion[open]::details-content {
  height: auto;
  height: calc-size(auto, size);
}
.article .resources details {
  border-radius: 8px;
  border: 1px solid #D1D5DB;
}
.article .resources summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}
.article .resources summary svg {
  width: 18px;
  height: 18px;
  stroke: initial;
}
.article .resources summary .txt {
  display: flex;
  align-items: center;
  gap: 8px;
}
.article .resources summary .txt span {
  font-weight: bold;
  font-size: 14px;
  color: #0A244B;
}
.article .resources summary .icon svg {
  display: none;
}
.article .resources details[open] summary .icon :first-child {
  display: block;
}
.article .resources details:not([open]) summary .icon :last-child {
  display: block;
}
.article .resources ul {
  padding: 8px 16px 24px;
  margin-bottom: initial;
}
.article-footer .cata {
  display: flex;
  justify-content: space-between;
  margin-block: 36px;
}
.article-footer .cata > div {
  display: flex;
  align-items: flex-start;
}
.article-footer .cata svg {
  stroke: initial;
  width: 18px;
  height: 18px;
}
.article-footer .cata .label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #6E7A86;
  margin: 5px 0 0 8px;
}
.article-footer .cata ul {
  list-style-type: none;
  padding-right: initial;
  margin-bottom: initial;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.article-footer .cata ul li {
  margin-bottom: initial;
}
.article-footer .cata ul li a {
  font-size: 11px;
  line-height: 1.5;
  color: var(--secondary);
  padding: 3px 12px;
  border-radius: 100vmax;
  background-color: #FFF3E9;
}
.meta-box {
  padding: 16px;
  border-radius: 16px;
  background-color: #F6F9FF;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.meta-box > div {
  display: flex;
}
.meta-box .rating {
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.meta-box .rating span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #0A244B;
}
.meta-box .rating svg {
  width: 32px;
  height: 32px;
  fill: #FCE9E2;
  stroke: #FCE9E2;
}
.meta-box .rating svg.check {
  fill: var(--secondary);
  stroke: var(--secondary);
}
.meta-box .reaction {
  align-items: center;
  justify-content: space-between;
}
.meta-box .reaction > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.meta-box span.txt {
  font-size: 14px;
  font-weight: bold;
  color: #0A244B;
}
.meta-box .reaction .btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.meta-box .reaction .btns .il-body {
  fill: none;
  stroke: #414A53;
  stroke-width: 2px;
}
.meta-box .reaction .btns .il-line {
  stroke: #414A53;
}
.meta-box .reaction .btns .dislike-btn {
  rotate: 180deg;
}
.meta-box .reaction .btns button[data-check="true"] .il-body {
  fill: var(--primary);
  stroke: initial;
}
.meta-box .reaction .btns button[data-check="true"] .il-line {
  stroke: #F6F9FF;
}
.meta-box .reaction .comm {
  display: flex;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--primary);
}
.meta-box .reaction .comm span {
  font-size: 13px;
  margin-left: 8px;
  color: var(--primary);
}
.meta-box .reaction .comm svg {
  width: 20px;
  height: 20px;
}
.meta-box .social {
  align-items: center;
  justify-content: space-between;
}
.meta-box .social ul {
  padding-right: initial;
  margin-bottom: initial;
  display: flex;
  gap: 16px;
  list-style-type: none;
}
.meta-box .social ul svg {
  width: 19px;
  height: 19px;
  stroke: initial;
}
.meta-box .social ul li {
  margin-bottom: initial;
}
.meta-box .social ul a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #FFE0D6;
}
.author-box {
  padding: 24px 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 22px;
  background-color: #F5F8FA;
  margin: 32px 0;
}
.author-box .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #0A244B;
}
.author__pic {
  position: relative;
}
.author__pic img {
  width: 124px;
  height: 124px;
  border-radius: 50%;
}
.author__pic svg {
  width: 40px;
  height: 40px;
  stroke: initial;
  position: absolute;
  bottom: 4px;
  left: 4px;
}
.author__bio p {
  font-size: 14px;
  margin-bottom: initial;
  color: #424242;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.ad-inline {
  margin-block: 24px;
}
.ad-inline img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.ad-inline .top {
  position: relative;
  margin-bottom: 5px;
}
.ad-inline .ad-close-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  margin-right: 7px;
  z-index: 2;
}
.ad-inline .ad-close-btn svg {
  width: 18px;
  height: 18px;
  stroke: initial;
}
.ad-inline .top .line {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: #E2E2E2;
  z-index: 1;
}
.sidebar .widget-t1 {
  margin-block: 60px;
}
.sidebar .widget-t1 > .title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
}
.sidebar .widget-t1 h2 {
  font-size: 14px;
  margin-bottom: initial;
}
.sidebar .widget-t1 ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: 24px;
}
.sidebar .widget-t1 ul .wrapper {
  display: flex;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E2E2E2;
}
.sidebar .widget-t1 .rp__pic img {
  max-width: 96px;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}
.sidebar .widget-t1 .rp__meta {
  display: flex;
  flex-direction: column;
}
.sidebar .widget-t1 .rp__meta h3 {
  font-size: 14px;
  line-height: 1.55;
  color: #424242;
  margin-bottom: 10px;
}
.sidebar .widget-t1 .rp__meta .date {
  display: flex;
  align-items: center;
  gap: 4px;
}
.sidebar .widget-t1 .rp__meta .date svg {
  width: 16px;
  height: 16px;
  stroke: #6E7A86;
}
.sidebar .widget-t1 .rp__meta .date time {
  font-size: 13px;
  color: #0A244B;
}
.sidebar .social-follow {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sidebar .social-follow img {
  width: 100%;
  height: auto;
}
.sidebar :first-child {
  margin-top: initial;
}
@media (min-width: 768px) {
  .mb-only {
    display: none;
  }
}
@media (max-width: 1026px) {
  body {
    background-color: #fff;
  }
  #root > .container {
    flex-direction: column;
    gap: 0;
  }
  .post-verified {
    margin-right: 13px;
  }
  #root .sidebar {
    width: auto;
    margin-inline: 21px;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 19px;
  }
  h3 {
  font-size: 16px;
  }
  h4 {
    font-size: 15px;
  }
  #root > .container > article {
    padding: 0 20px;
    box-shadow: initial;
    border-radius: initial;
  }
  .art-header h1 {
    margin-block: 16px;
    order: 2;
  }
  .art-header figure {
    order: 1;
    margin: 0 -20px;
  }
  .art-header figure img {
    margin: 0;
    border-radius: 0;
  }
  .art-header .article-meta {
    order: 3;
    gap: 20px 12px;
  }
  .art-header .article-meta .author {
    order: 3;
  }
  .post-verified .ref {
    margin: 0 auto 0 0;
  }
  .ai-summary {
    margin: 0 -20px 36px;
    border-radius: 0;
  }
  .sum__content p {
    font-size: 14px;
  }
  .cl__list a {
    font-size: 14px;
    padding-right: 24px;
  }
  .extrabox > .container {
    padding: 32px 16px;
    flex-direction: column-reverse;
  }
  .eb__pic{
    max-width: 100%;
  }
  .po-neg {
    grid-template-columns: repeat(1, 1fr);
  }
  .note .icon {
    width: 48px;
    height: 48px;
  }
  .note .icon svg {
    width: 34px;
    height: 34px;
  }
  .note-t2 .icon svg {
    width: 30px;
    height: 30px;
  }
  .note {
    margin-block: 48px 36px;
  }
  .acordion summary {
    padding: 12px 16px;
  }
  .acordion summary span {
    font-size: 13px;
  }
  .acordion {
    margin-bottom: 16px;
  }
  .article-footer .cata {
    flex-direction: column;
    gap: 16px;
  }
  .meta-box .reaction {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }
  .meta-box .reaction > div {
    justify-content: space-between;
  }
  .meta-box .reaction .btns {
    gap: 24px;
  }
  .meta-box .social {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .meta-box .social ul {
    justify-content: space-around;
  }
  .author-box {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }
  .author-box .info {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .author__pic img {
    width: 64px;
    height: 64px;
  }
  .author__pic svg {
    width: 20px;
    height: 20px;
    bottom: 2px;
    left: 2px;
  }
  .author-box .name {
    margin-bottom: initial;
  }
  .author__bio p {
    line-clamp: 6;
    -webkit-line-clamp: 6;
  }
}
@keyframes dots {
  0% {content: "";}
  33% {content: ".";}
  66% {content: "..";}
  100% {content: "...";}
}