span {
  font-weight: inherit;
}
span.icon {
  line-height: 0;
  vertical-align: bottom;
}
span.icon svg {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  stroke: #000;
}
span.icon 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;
}
	span.orange {
  color: var(--secondary);
}
h1,h2,h3,h4,h5,h6 {
  margin-bottom: 12px;
  color: #0A244B;
  line-height: 1.5;
}
	li {
  color: #0A244B;
}
h1 {
  font-size: 32px;
}
main h2 {
  font-size: 20px;
}
main h3 {
  font-size: 18px;
}
main h4 {
  font-size: 16px;
}
main h5 {
  font-size: 14px;
}
p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 24px;
  color: #0A244B;
}
a {
  color: var(--primary);
}

#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 {
   font-size: 32px !important;
}
.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 {
  font-size: 12px;
  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 .tri {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #DCDEE0;
  right: 0;
  bottom: -18px;
  z-index: 1;
}
.post-verified .wrapper {
  position: relative;
  z-index: 2;
}
.sec-t2.short-description {
  margin-top: 36px;
}
.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: 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;
   transition: initial;
}
.cl__list a:hover,
.cl__list li.current a {
  border-right: 2px solid var(--primary);
  color: var(--primary);
}
	.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5  {
  margin-top: 36px;
  margin-bottom: 12px;
}
.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: #0A2448;
}
.article-body figure {
  margin-bottom: 24px;
}
article ul {
  margin-bottom: 24px;
  padding-right: 24px;
}
article ul li::marker {
  color: var(--secondary);
  font-size: 18px;
  line-height: normal;
}
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;
  list-style: none !important;
  margin-right: 0;
}
article ul[data-marker="paw"] li,
article ul[data-marker="forb"] li
{
  list-style-type: none !important;
  padding-right: 26px;
  position: relative;
}
article ul[data-marker="paw"] li::marker,
article ul[data-marker="forb"] li::marker {
  content: "" !important;
  display: none !important;
}
article ul[data-marker="paw"] li::before,
article ul[data-marker="forb"] li::before
{
  position: absolute;
  content: "";
  width: 18px;
  height: 23px;
  right: 0;
  top: 0;
  display: 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-image: linear-gradient(to left, #4690FF, #1774FF);
}
.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: initial;
  margin-bottom: 8px;
  padding-right: 26px;
  color: #000;
  display: inherit;
}
.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 !important;
  border-right: 4px solid var(--primary);
    border-radius: 16px !important;
  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-t1 .note__txt,
.note-t1 .note__txt * {
  color: var(--primary);
}
.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-t1 .note__txt a,
.note-t1 .note__txt a * {
  color: #4700FF !important;
}
.note-t2 {
  background-color: #FFE2E6;
  border-color: #FD4760;
}
.note-t2 .icon svg {
  width: 40px;
  height: 40px;
}
.note-t2 .note__txt,
.note-t2 .note__txt * {
  color: #C5001B;
}
.note-t2 .note__txt p {
  color: #C5001B;
}
.note-t2 .note__txt a,
.note-t2 .note__txt a * {
  color: #0066FF !important;
  font-weight: bold !important;
}
.note-t2 .backicon {
  fill: #FFCED4;
}
.note-t3 {
  display: block;
  border-color: #ED6234;
  background-color: #FCE9E2;
}
.note-t3 .note__txt,
.note-t3 .note__txt * {
  color: #C03000;
}
.note-t3 .note__txt p {
  color: #C03000;
}
.note-t3 .backicon {
  fill: #F9DBD0;
}
.note-t3 cite {
  color: #C03000;
}
.note-t3 a {
  color: #C03000;
}
.petboom-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.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,
.acordion .petboom-accordion-answer {
  padding: 16px 24px 24px;
  font-size: 14px !important;
  margin-bottom: initial;
}
.acordion .petboom-accordion-answer p {
  padding: 0;
  font-size: 14px !important;
}
.acordion .petboom-accordion-answer p:last-child {
  margin-bottom: 0;
}
.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 .resources a {
  font-size: 14px;
}
.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;
   margin: initial;
}
.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 .value {
  direction: ltr;
}
.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;
   line-height: normal;
  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 .info {
  flex: 0 0 auto;
}
.author-box .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #0A244B;
}
.author__pic {
  position: relative;
  width: 124px;
  min-width: 124px;
  flex: 0 0 124px;
}
.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 {
  flex: 1 1 auto;
  min-width: 0;
}
.author__bio p {
  font-size: 14px !important;
  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;
  margin-right: initial;
}
.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;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.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;
    line-height: normal;
  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;
}
.sidebar .content-list .wrapper {
  height: auto;
}
.sidebar .cl__list {
  visibility: visible;
}
.sidebar .cl__list ul {
  max-height: calc(40px * 4);
  overflow: auto;
}
.sidebar .cl_button {
  height: 40px;
}
.sidebar .cl__list a {
  font-size: 14px;
  padding-right: 24px;
}

.scrollbar-t2::-webkit-scrollbar {
  width: 3px;
}

.scrollbar-t2::-webkit-scrollbar-track {
  background: #D9D9D9;
}

.scrollbar-t2::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 10px;
  border: 3px solid #86939F;
}
@-moz-document url-prefix() {
  .scrollbar-t2 {
    scrollbar-width: thin;
    scrollbar-color: #86939F #D9D9D9;
  }
}
.bott-sec {
  max-width: 1146px;
  margin: 48px auto 60px;
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0px 1px 8px 0 #0000000D;
}
.bott-sec > :first-child {
  margin-top: initial;
}
.comment-sec header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.comment-sec header svg {
  stroke: var(--primary);
}
.comment-sec header h2 {
  font-size: 20px;
  font-weight: bold;
  margin: initial;
}
.grid-t1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.comment-sec .grid-t1 {
  max-width: 500px;
  margin-top: 24px;
}
.inp-t3 .holder {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  height: 56px;
  padding-inline: 8px;
  margin: initial;
  background-color: #F2F7FF;
}
.inp-t3 .holder.focus {
  outline: 1px solid var(--primary);
}
.inp-t3 .holder input {
  background: none;
  border: none;
  outline: none;
  width: 0;
  flex-grow: 1;
  font-size: 14px;
  line-height: 26px;
  padding: initial;
  color: #000;
}
.inp-t3 .holder svg {
  width: 20px;
  height: 20px;
  stroke: #6E7A86;
}
.inp-t3 .holder span {
  position: absolute;
  font-size: 14px;
  line-height: 26px;
  color: #6E7A86;
  user-select: none;
  pointer-events: none;
}
.inp-t3 .holder .transparent {
  display: block;
  top: -1px;
  right: 9px;
  color: transparent;
  background-color: #F2F7FF;
  font-size: 13px;
  overflow: hidden;
  height: 6px;
  color: transparent;
  max-width: 0;
  transition: max-width 200ms linear;
}
.inp-t3 .holder input:focus ~ .transparent,
.inp-t3 .holder input:valid ~ .transparent,
.inp-t3.invalid .holder .transparent  {
  max-width: 100px;
}
.inp-t3 .holder .placeholder {
  right: 36px;
  top: 15px;
  transition: all 250ms, color 0ms;
}
.inp-t3 .holder input:focus ~ .placeholder,
.inp-t3 .holder input:valid ~ .placeholder,
.inp-t3.invalid .holder .placeholder {
  top: -13px;
  right: 9px;
  font-size: 12px;
  transform: translateX(-4.5%);
}
.inp-t3 .error-txt {
  color: #ff0000;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}
.inp-t3.invalid .holder {
  outline: 1px solid #ff0000;
}
.inp-t3.invalid .holder .placeholder {
  color: #ff0000;
}
.inp-t3.invalid .holder svg {
  stroke: #ff0000;
}
.inp-t3.invalid .error-txt {
  display: inline-block;
}
.comment-sec .cstar-rating .label {
  font-size: 14px;
  font-weight: bold;
  color: var(--blck);
  margin-bottom: 8px;
  line-height: 1.5;
}
.comment-sec .cstar-rating .stars {
  display: flex;
  align-items: center;
  gap: 8px;
}
.comment-sec .cstar-rating .stars svg {
  width: 24px;
  height: 24px;
  fill: #FCE9E2;
  stroke: #FCE9E2;
  cursor: pointer;
}
.comment-sec .cstar-rating .stars svg.active {
  fill: #ED6234;
  stroke: #ED6234;
}
.comment-sec .comment-top {
  margin: 24px 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-sec .comment-top .terms {
  display: flex;
  align-items: center;
  gap: 8px;
}
.comment-sec .comment-top .terms input {
  width: 18px !important;
  height: 18px;
  margin: initial !important;
}
.comment-sec .comment-top .terms label {
  font-size: 12px;
  line-height: normal;
  margin: initial;
  user-select: none;
  color: #000;
}
.comment-sec .comment-top > label {
  font-size: 16px;
  color: var(--blck);
  line-height: normal;
  margin: initial;
}
.comment-sec .comment-text {
  display: block;
  width: 100%;
  border: 1px solid #D1D5DB;
  background-color: #fff;
  resize: none;
  padding: 8px;
  border-radius: 16px 16px 0 0;
  font-size: 13px;
  color: var(--blck);
  outline: none;
  border-bottom: none;
}
.comment-sec .comment-bottom {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #E5EFFF;
  border: 1px solid #D1D5DB;
  border-top: none;
  border-radius: 0 0 16px 16px;
  padding-inline: 16px;
}
.comment-sec .comment-bottom .counter {
  font-size: 12px;
  color: #98989E;
}
.comment-sec .submit-wrapper {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.comment-sec .submit-wrapper button {
  padding: 10px 16px;
   width: auto;
}
.comment-sec .submit-wrapper button .txt {
  font-size: 16px;
  font-weight: 600;
}
.comment-sec .submit-wrapper button:disabled {
  opacity: 1;
  background-color: #D1D5DB;
  border: 1px solid #D1D5DB;
}
.comment-sec .submit-wrapper button:disabled .txt {
  color: #A0ACB9;
}
.comment-sec .submit-wrapper button:disabled svg {
  stroke: #A0ACB9;
}
.comment-sec .user-comments {
  margin-top: 48px;
}
.comment-sec .user-comments h3 {
  font-size: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D1D5DB;
  text-align: center;
}
.comment-sec .list {
  margin-top: 24px;
}
.comment {
  position: relative;
}
.comment:not(:first-child) {
  margin-top: 24px;
}
.comment .info {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.comment .info .pic {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background-color: #32C8C8;
  border-radius: 100vmax;
  font-size: 13px;
  font-weight: bold;
  color: #Fff;
}
.comment .info .pic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100vmax;
}
.comment .info .details .top {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 40px;
}
.comment .info .details .name {
  font-size: 14px;
  font-weight: bold;
  margin: initial;
  color: var(--blck);
}
/* .comment .info .details .body-box {
  background: #F7F9FC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 10px 12px;
} */
.comment time {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #6E7A86;
}
.comment .text {
  margin: 0;
  font-size: 14px;
  color: #000;
}
.comment .actions {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.comment .actions .like-btn {
  display: flex;
  align-items: center;
  gap: 4px;
}
.comment .actions .like-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #6E7A86;
}
.comment .actions .like-btn[data-status="liked"] svg {
  fill: #FF0000;
  stroke: #FF0000;
}
.comment .actions .like-btn span {
  font-size: 14px;
  color: #6E7A86;
}
.comment .actions .replay-btn {
  padding: 4px;
  margin-right: 12px;
  margin-top: -8px;
}
.comment .actions .replay-btn svg {
  width: 20px;
  height: 20px;
  stroke: #6E7A86;
}
.comment .replays {
  margin-right: 50px;
}
.replays .comment:last-child::after {
  content: '';
  width: 3px;
  height: calc(100% - 6px);
  background-color: #fff;
  position: absolute;
  right: -32px;
  bottom: 0;
  z-index: 10;
}
.comment.replay {
  margin-top: 24px;
}
.comment .blue-check {
  stroke: initial;
  width: 20px;
  height: 20px;
}
.comment.replay .info .pic {
  width: 32px;
  height: 32px;
}
.comment.replay .info .details .top {
  min-height: 32px;
}
.comment.replay::before {
  content: url();
  background-image: url("../icons/curve.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 23px;
  position: absolute;
  top: -4px;
  right: -31px;
  z-index: 20;
}
/* .comment.replay::before {
  content: '';
  width: 22px;
  height: 1px;
  background-color: #E2E2E2;
  position: absolute;
  top: 15px;
  right: -31px;
} */
.comment[data-status="replayed"]::after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 46px);
  top: 46px;
  right: 19px;
  background-color: #E2E2E2;
}
.pagination {
  margin-top: 32px;
}
.pagination ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: initial;
}
.pagination ul a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: normal;
  border: none;
  color: #000 !important;
  transform: none;
  line-height: normal;
  transition: none;
  box-shadow: 2px 10px 20px 0 #595c6018;
}
.pagination ul a svg {
  width: 16px;
  height: 16px;
}
.pagination ul .current a {
  background-color: var(--primary) !important;
  color: #fff !important;
}
.pagination ul li:hover a {
  background-color: #E5EFFF;
  opacity: 1 !important;
}
.pagination ul li:hover a svg {
  stroke: var(--primary);
}
.comment-sec .reply-form {
  margin-top: 32px;
}
.comment-sec .reply-form .title {
  font-size: 18px;
  font-weight: bold;
  color: var(--blck);
}
.show-replys-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 20px;
}
.show-replys-btn .txt {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
}
.show-replys-btn svg {
  width: 20px;
  height: 20px;
  stroke: var(--primary);
}
.comment[data-expanded="true"] > .container > .actions .show-replys-btn svg {
  rotate: 180deg;
}
.btn-t1,
.btn-t2,
.btn-t3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 8px 36px;
  border-radius: 10px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  transition: background-color 200ms;
}
.btn-t1 .txt,
.btn-t2 .txt,
.btn-t3 .txt {
  font-size: 14px;
  color: #fff;
  margin-bottom: -3px;
  transition: color 200ms;
}
.btn-t1 svg,
.btn-t2 svg {
  stroke: #fff;
  transition: stroke 200ms;
  margin-right: 4px;
}
.btn-t1 svg.spec {
  stroke: none;
  fill: #fff;
  transition: fill 200ms;
}
.btn-t2 {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn-t3 {
  background-color: transparent;
}
.btn-t3 .txt {
  color: var(--primary);
}
.btn-t3 svg {
  stroke: var(--primary);
  transition: stroke 200ms;
  margin-right: 4px;
}
.btn-t3 svg.spec {
  stroke: none;
  fill: var(--primary);
  transition: fill 200ms;
}
.widget-t2 {
  margin-block: 36px;
}
.widget-t2 header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.widget-t2 header .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.widget-t2 header h2 {
  margin: initial;
}
.widget-t2 header .btns {
  display: flex;
  align-items: center;
  gap: 24px;
}
.widget-t2 header .btns button {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--primary);
}
.widget-t2 header .btns button svg {
  width: 20px;
  height: 20px;
  stroke: var(--primary);
}
.widget-t2 ul {
  list-style-type: none;
  display: flex;
  gap: 20px;
  overflow-x: auto;
}
.widget-t2 ul li {
  max-width: 271px;
  flex-shrink: 0;
}
.widget-t2 ul .pic {
  position: relative;
  margin-bottom: 12px;
}
.widget-t2 ul img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
}
.widget-t2 ul .pic .category {
  position: absolute;
  font-size: 11px;
  line-height: 1.5;
  padding: 3px 12px 2px;
  border-radius: 100vmax;
  top: 4px;
  left: 4px;
  background-color: #FFEADE;
  color: #FF0000;
}
.widget-t2 li[data-pet="other-animals"] .category {
  background-color: #FFEADE;
  color: #FF0000;
}
.widget-t2 li[data-pet="rodent"] .category {
  background-color: #DEFFDF;
  color: #098500;
}
.widget-t2 li[data-pet="aquatics"] .category,
.widget-t2 li[data-pet="fish"] .category {
  background-color: #EDF4FF;
  color: #0066FF;
}
.widget-t2 li[data-pet="cat"] .category {
  background-color: #E9DEFF;
  color: #3700FF;
}
.widget-t2 li[data-pet="bird"] .category {
  background-color: #FDFFDE;
  color: #8E7B00;
}
.widget-t2 ul h3 {
  font-size: 14px;
  color: #424242;
}
.table-t1 {
  width: 0;
  min-width: 100%;
  overflow-x: auto;
  margin-block: 36px;
}
.table-t1 .wrapper {
  width: fit-content;
  min-width: 100%;
  border: 1px solid #D1D5DB;
  border-radius: 16px;
  overflow: hidden;
  border-bottom: 3px solid #D1D5DB;
}
.table-t1 table {
  border-collapse: collapse;
  width: 100%;
}
.table-t1 table thead tr {
  background-color: #EDF4FF;
}
.table-t1 table tbody tr:nth-child(even) {
  background-color: #EDF4FF;
}
.table-t1 th {
  min-width: 130px;
  max-width: 280px;
  font-weight: bold;
}
.table-t1 th,
.table-t1 td {
  font-size: 14px;
  line-height: 1.55;
  color: #0A244B;
  text-align: center;
  padding: 10px 12px;
  border-left: 1px solid #D1D5DB;
}
.table-t1 th:last-child,
.table-t1 td:last-child {
  border-left: initial;
}
.table-t1 tr {
  border-bottom: 1px solid #D1D5DB;
}
.table-t1 tbody tr:last-child {
  border-bottom: initial;
}
.product-t1 {
  margin-block: 36px;
}
.product-t1 article {
  display: flex;
  gap: 24px;
  padding: 24px 16px 24px 24px;
  border-radius: 8px;
  background-color: #EDF4FF;
}
.product-t1 .prdct__pic {
  max-width: 206px;
  flex-shrink: 0;
  margin: 0 auto;
}
.product-t1 .prdct__pic img {
  display: block;
  width: 100%;
  height: auto;
  	  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.product-t1 .prdct__body {
  flex-grow: 1;
}
.product-t1 .prdct__body h3 {
  font-size: 19px;
  margin-bottom: 24px;
}
.product-t1 .prdct__body .procons {
  display: flex;
  justify-content: space-between;
}
.product-t1 .prdct__body h4 {
  font-size: 17px;
  margin-bottom: 16px;
}
.product-t1 .prdct__body li {
  font-size: 15px;
  line-height: 1.75;
  color: #0A244B;
}
.product-t1 .prdct__body ul {
  margin-bottom: initial;
}
.product-t1 .prdct__body .pros ul li::before {
  background-image: url('../images/check.webp');
}
.product-t1 .prdct__body .cons ul li::before {
  background-image: url('../images/x.webp');
}
.product-t1 footer {
  display: flex;
  align-items: center;
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 24px;
}
.product-t1 footer .price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.5;
  margin-bottom: initial;
}
.product-t1 footer .price span {
  font-size: 13px;
  color: #0A244B;
}
.product-t1 footer .price data {
  font-weight: bold;
  font-size: 14px;
  color: #008309;
}
.product-t1 footer .btn-t2 {
  border-radius: 8px;
  height: 40px;
  box-shadow: 0 1px 2px 0 #FF57224D;
  margin-right: auto;
}
.product-t1 footer .btn-t2 .txt {
  font-weight: bold;
}
.bollet-ttl {
  display: flex;
  gap: 8px;
  margin-block: 36px 12px;
}
.bollet-ttl h2 {
  margin: initial;
}
.bollet-ttl .bollet {
  min-width: 30px;
  height: 30px;
  border-radius: 100vmax;
  background-color: #C6DAF8;
  display: grid;
  place-items: center;
}
.bollet-ttl .bollet .num {
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  color: var(--primary);
}
.article .short-description .bollet,
.article .article-body .bollet {
  min-width: 30px;
  height: 30px;
  border-radius: 100vmax;
  background-color: #C6DAF8;
  display: inline-grid;
  place-items: center;
  vertical-align: middle;
}
.article .short-description .bollet .num,
.article .article-body .bollet .num {
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  color: var(--primary);
}
.reading-progress {
  inset: 0px 0px auto 0px;
  position: fixed;
  height: 6px;
  background-color: transparent;
  z-index: 101;
}
.reading-progress .reading-value {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 8px 0 0 8px;
  background-image: linear-gradient(to left,#4690FF, #1774FF);
  transition: width 100ms linear;
}
.product-t2 {
  margin-block: 36px;
}
.product-t2 .sec-header {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 24px;
}
.product-t2 h2 {
  font-size: 18px;
  margin-bottom: initial;
}
	.product-t2 img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.product-t2 .sec-header .line {
  flex-grow: 1;
  border-bottom: 1px solid #D1D5DB;
}
.product-t2 ul {
  margin: initial;
  padding-right: initial;
  list-style-type: none;

  width: 0;
  min-width: 100%;

  display: flex;
  gap: 24px;
  overflow-x: auto;
}
.product-t2 ul li {
  user-select: none;
  max-width: 200px;
  flex-shrink: 0;
  margin-bottom: initial;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
}
.product-t2 .p-body {
  padding: 16px 8px 12px;
}
.product-t2 h3.p-title {
  font-size: 16px;
  margin-bottom: initial;
}
.product-t2 .price {
  margin-bottom: initial;
  margin-top: 8px;
}
.product-t2 .price data {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.55;
  color: #008309;
}
.product-t2 .p-cta {
  height: 40px;
  padding: initial;
  margin-top: 14px;
  border-radius: 8px;
}
.custom-scroller-indicator-js {
  width: 65px;
  height: 5px;
  background-color: #d9d9d9;
  border-radius: 10px;
  margin: 14px auto 0;
  position: relative;
  overflow: hidden;
  user-select: none;
}
.custom-scroller-indicator-js .scroll-thumb {
  width: 25%;
  height: 100%;
  background-color: var(--primary);
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: grab;
}
.custom-scroller-indicator-js .scroll-thumb.dragging {
  cursor: grabbing;
}
.product-t2 .custom-scroller-indicator-js {
  margin: 12px auto 0;
}
/* Tepmlate Bugs */
.page_content {
  margin: initial !important;
}
.page_content .row.clr {
  width: initial !important;
  max-width: initial;
}
#layout {
  overflow: initial !important;
}
@media (min-width: 768px) {
  .mb-only {
    display: none;
  }
  /* .comment .text {
    margin: 8px 48px 8px 16px;
  } */
  /* .comment .text + time {
    margin-right: 48px;
  } */
  .comment .actions {
    margin-right: 48px;
  }
  .sidebar .sticky-wrapper {
    position: sticky;
    top: 10px;
    	    z-index: 98;
  }
  body {
  background-color: #F6FBFF !important;
  }
}
@media (max-width: 1026px) {

  #root > .container {
    flex-direction: column;
    gap: 0;
  }
  .post-verified {
    margin-right: 13px;
  }
  #root .sidebar {
    width: auto;
    margin-inline: 21px;
  }
  .sidebar .content-list {
    display: none;
  }
  .post-verified .tri {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
 main h2 {
    font-size: 19px;
  }
    main h3 {
  font-size: 16px;
  }
   main h4 {
    font-size: 15px;
  }
  #root > .container > article {
    padding: 0 20px;
    box-shadow: initial;
    border-radius: initial;
  }
  .art-header h1 {
      font-size: 22px !important;
    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 !important;
  }
  .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;
    flex: 0 0 auto;
  }
  .author__pic {
    width: 64px;
    min-width: 64px;
    flex: 0 0 64px;
  }
  .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;
  }
  .comment-sec header h2 {
    font-size: 19px;
  }
  .comment-sec .grid-t1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .comment-sec .submit-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .comment .replays {
    margin-right: 26px;
  }
  .comment > .container {
    position: relative;
    z-index: 21;
    background-color: #fff;
  }
  .comment[data-status="replayed"]::after {
    right: 6px;
  }
  .comment.replay::before {
    width: 23px;
    height: 23px;
    right: -20px;
  }
  .comment .info .details .name {
    font-size: 13px;
  }
  .replays .comment:last-child::after {
    right: -21px;
  }
  .comment-sec :not(.replays) .replays {
    display: none;
  }
  .comment-sec .comment[data-expanded="true"] > .replays {
    display: block;
  }
  .bott-sec {
    box-shadow: initial;
    margin-top: initial;
  }
  .product-t1 article {
    flex-direction: column;
    padding: 16px 8px;
  }
  .product-t1 .prdct__body h3 {
    font-size: 16px;
  }
  .product-t1 .prdct__body h4 {
    font-size: 15px;
  }
  .product-t1 .prdct__body .procons {
    
    flex-direction: column;
  }
  .bollet-ttl .bollet {
    min-width: 26px;
    height: 26px;
  }
  .bollet-ttl .bollet .num {
    font-size: 19px;
  }
  .article .short-description .bollet,
  .article .article-body .bollet {
    min-width: 26px;
    height: 26px;
  }
  .article .short-description .bollet .num,
  .article .article-body .bollet .num {
    font-size: 19px;
  }
  .product-t2 h2 {
    font-size: 16px;
  }
}
@keyframes dots {
  0% {content: "";}
  33% {content: ".";}
  66% {content: "..";}
  100% {content: "...";}
}
