@media print {
  body {
    display: none !important;
  }
}
:root {
  --mainColor: #0a169c;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

#form-feedback {
  border-radius: 39px;
  max-width: 560px;
  margin: 0 auto;
  font-family: Arial;
  box-shadow: 0px 0px 5px #0000007d;
}

.form-feedback-content {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 40px 40px;
  box-sizing: border-box;
}

.form-feedback-title {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: var(--mainColor);
  color: var(--text);
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .form-feedback-title {
    font-size: 24px;
  }
}

#form-feedback input {
  font-size: 16px;
  margin-bottom: 16px;
  width: 100%;
  padding: 12px 15px;
  box-sizing: border-box;
  border: 1px solid var(--mainColor);
  border-radius: 4px;
  color: var(--input-color);
  line-height: 1;
  background: #f7f7f7;
  box-shadow: 3px 3px 6px #00000030;
  font-family: Arial;
  background: #fff;
}
#form-feedback input:focus {
  outline: 1px solid var(--mainColor);
}

.form-feedback-btn {
  background: var(--mainColor);
  color: var(--text);
  width: 80%;
  margin: auto;
  display: flex;
  padding: 14px;
  font-weight: 700;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: Arial;
  letter-spacing: 1px;
  box-shadow: 3px 3px 6px #00000030;
  text-align: center;
  justify-content: center;
}

input.error {
  margin-bottom: 5px !important;
  background: #ff000020 !important;
  position: relative;
  color: var(--valid-input-color) !important;
}

input.error::placeholder {
  color: #000;
}

label.error {
  font-family: Arial;
  color: red;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.phone + label.error {
  margin: 5px 0 0 !important;
}

input.valid {
  background: #00ef0030 !important;
  color: var(--valid-input-color) !important;
}

.iti--separate-dial-code {
  padding: 0 !important;
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px;
}
.iti__selected-country {
  padding-right: 13px;
  background: #e1e1e1 !important;
  border-radius: 4px 0 0 3px;
  height: 42px !important;
}
.iti__selected-dial-code {
  color: #000;
}

.iti__country-container {
  pointer-events: none;
}
.iti {
  width: 100%;
  margin-bottom: 20px;
}
.iti__arrow {
  display: none;
}

@keyframes slide-in-one-tap {
  from {
    transform: translateY(80px);
  }
  to {
    transform: translateY(0px);
  }
}

.trust-hide-gracefully {
  opacity: 0;
}

.trust-wallet-one-tap .hidden {
  display: none;
}

.trust-wallet-one-tap .semibold {
  font-weight: 500;
}

.trust-wallet-one-tap .binance-plex {
  font-family: "Binance";
}

.trust-wallet-one-tap .rounded-full {
  border-radius: 50%;
}

.trust-wallet-one-tap .flex {
  display: flex;
}

.trust-wallet-one-tap .flex-col {
  flex-direction: column;
}

.trust-wallet-one-tap .items-center {
  align-items: center;
}

.trust-wallet-one-tap .space-between {
  justify-content: space-between;
}

.trust-wallet-one-tap .justify-center {
  justify-content: center;
}

.trust-wallet-one-tap .w-full {
  width: 100%;
}

.trust-wallet-one-tap .box {
  transition: all 0.5s cubic-bezier(0, 0, 0, 1.43);
  animation: slide-in-one-tap 0.5s cubic-bezier(0, 0, 0, 1.43);
  width: 384px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1020;
}

.trust-wallet-one-tap .header {
  gap: 15px;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 18px;
}

.trust-wallet-one-tap .header .left-items {
  gap: 15px;
}

.trust-wallet-one-tap .header .title {
  color: #1e2329;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.trust-wallet-one-tap .header .subtitle {
  color: #474d57;
  font-size: 14px;
  line-height: 20px;
}

.trust-wallet-one-tap .header .close {
  color: #1e2329;
  cursor: pointer;
}

.trust-wallet-one-tap .body {
  padding: 9px 18px;
  gap: 10px;
}

.trust-wallet-one-tap .body .right-items {
  gap: 10px;
  width: 100%;
}

.trust-wallet-one-tap .body .right-items .wallet-title {
  color: #1e2329;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.trust-wallet-one-tap .body .right-items .wallet-subtitle {
  color: #474d57;
  font-size: 14px;
  line-height: 20px;
}

.trust-wallet-one-tap .connect-indicator {
  gap: 15px;
  padding: 8px 0;
}

.trust-wallet-one-tap .connect-indicator .flow-icon {
  color: #474d57;
}

.trust-wallet-one-tap .loading-color {
  color: #fff;
}

.trust-wallet-one-tap .button {
  border-radius: 50px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: rgb(5, 0, 255);
  border-color: rgb(229, 231, 235);
  cursor: pointer;
  text-align: center;
  height: 45px;
}

.trust-wallet-one-tap .button .button-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.trust-wallet-one-tap .footer {
  margin: 20px 30px;
}

.trust-wallet-one-tap .check-icon {
  color: #fff;
}

@font-face {
  font-family: "Binance";
  src: url("") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Binance";
  src: url("") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Binance";
  src: url("") format("opentype");
  font-weight: 600;
  font-style: normal;
}

#sp_message_iframe_1181842 {
  display: block;
  width: 100%;
  height: 100%;
  border: 0 none;
}

#sp_message_container_1181842 {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  position: fixed;
  z-index: 2147483647;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
}

.sp-message-open {
  height: 100vh !important;
  width: 100vw !important;
}

.sp-message-open body {
  overflow: hidden !important;
  position: fixed !important;
  margin-top: 0px !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
}

.load {
  position: relative;
  overflow: hidden !important;
}

.load::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1000000000000;
}

form {
  position: relative;
}

.form-preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
html {
  --polygon-app-collapsible-header-height: 0px;
  --polygon-app-bottombar-height: 0px;
  --polygon-audioplayer-height: 0px;
  --polygon-featurebar-height: 0px;
  --polygon-headerbar-height: 0px;
  --polygon-max-headerbar-height: 0px;
  --polygon-navigation-height: 0px;
  --polygon-breakingnews-height: 0px;
  --polygon-block-title-height: 0px;
  --polygon-ad-sticky-offset: 0px;
  --polygon-smallest-viewport-height: 100vh;
}

@supports (height: 100svh) {
  html {
    --polygon-smallest-viewport-height: 100svh;
  }
}

[data-is-first-child-hidden]:first-child {
  display: none;
}

html.is-app {
  --polygon-app-bottombar-height: 53px;
}

html.is-app.has-bottom-sheet {
  --polygon-app-bottombar-height: 93px;
}

html.audio-player-open [data-audioplayer-height] {
  --polygon-audioplayer-height: 68px;
}

html:not(.is-app) [data-featurebar-height] {
  --polygon-featurebar-height: 60px;
}

html:not(.is-app) {
  --polygon-navigation-height: 56px;
}

html.has-breaking-news {
  --polygon-breakingnews-height: 52px;
}

[data-block-el*="title"] ~ DIV {
  --polygon-block-title-height: 50px;
}

html.is-app.is-android.article:not(.is-issue-context) {
  --polygon-app-collapsible-header-height: 53px;
}

[data-sticky-ad-offset] {
  top: calc(
    var(--polygon-headerbar-height, 0px) + var(--polygon-featurebar-height, 0px) +
      var(--polygon-block-title-height, 0px)
  );
}

html.overlay-open body {
  overflow: hidden !important;
}

html.is-logged-in [data-logged-in-hidden],
html.is-logged-in [data-logged-in-hidden] + .border-separator {
  display: none;
}

html:not(.is-logged-in) [data-not-logged-in-hidden],
html:not(.is-logged-in) [data-not-logged-in-hidden] + .border-separator {
  display: none;
}

html.is-mobile [data-mobile-hidden] {
  display: none;
}

html.is-tablet [data-tablet-hidden] {
  display: none;
}

html:not(.is-mobile) [data-not-mobile-hidden] {
  display: none;
}

html.is-app [data-app-hidden] {
  display: none;
}

html:not(.is-app) [data-not-app-hidden] {
  display: none;
}

html.is-unsupported-offline-issue [data-is-unsupported-offline-issue-hidden] {
  display: none;
}

html.is-unsupported-audio-playlist [data-is-unsupported-audio-playlist-hidden] {
  display: none;
}

html.is-unsupported-app-navigation [data-is-unsupported-app-navigation-hidden] {
  display: none;
}

html.is-app:not(.is-unsupported-app-navigation)
  [data-is-supported-app-navigation-hidden] {
  display: none;
}

html.is-unsupported-subscription-plans
  [data-is-unsupported-subscription-plans-hidden] {
  display: none;
}

html:not(.is-ios) [data-not-ios-hidden] {
  display: none;
}

html.is-ios [data-ios-hidden] {
  display: none;
}

html.is-android [data-android-hidden] {
  display: none;
}

html.is-app.is-ios [data-ios-app-hidden] {
  display: none;
}

html:not(.is-android) [data-not-android-hidden] {
  display: none;
}

html.is-app body > [id^="sp_message_container"] {
  overflow: visible !important;
  height: calc(100vh - 56px) !important;
}

html.is-app body > [id^="sp_message_container"]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 56px;
  background: rgb(0, 0, 0);
  opacity: 0.65;
}

[data-anchor-offset]::before {
  content: "";
  display: block;
  margin-top: calc(
    (
        var(--polygon-headerbar-height, 0px) +
          var(--polygon-featurebar-height, 0px)
      ) * -1
  );
  height: calc(
    var(--polygon-headerbar-height, 0px) + var(--polygon-featurebar-height, 0px)
  );
}

html.is-app {
  -webkit-tap-highlight-color: transparent;
}

html:not(.is-issue-context) [data-not-issue-context-hidden] {
  display: none;
}

html.is-issue-context [data-issue-context-hidden] {
  display: none;
}

html.is-app.article.is-issue-context [data-app-article-issue-context-hidden] {
  display: none;
}

html.hide-conditional
  [data-contains-flags*="conditional"]
  [data-flag-name*="conditional"],
html.hide-conditional [data-conditional-only] {
  display: none;
}

html.has-breaking-news [data-has-breaking-news-hidden] {
  display: none;
}

html.has-paid-access [data-has-paid-access-hidden] {
  display: none;
}

html.has-noads-access [data-has-noads-access-hidden] {
  display: none;
}

html:not(.has-paid-access) [data-has-no-paid-access-hidden] {
  display: none;
}

html:not(.is-gift-article) [data-not-gift-article-hidden] {
  display: none;
}

html:not(.has-first-paint-overlay) [data-not-first-paint-overlay-hidden] {
  display: none;
}

a > svg:first-of-type:last-of-type {
  pointer-events: none;
}

html [data-area^="block>topic"] [data-is-inside-topic-block-hidden] {
  display: none;
}

[data-not-loaded-w-full]:not(.loaded) {
  width: 100%;
}

[data-not-loaded-hidden]:not(.loaded) {
  display: none;
}

[data-peer].loaded ~ [data-peer-loaded-hidden],
iframe.peer ~ [data-peer-loaded-hidden] {
  display: none;
}

[data-peer]:not(.loaded) ~ [data-peer-not-loaded-hidden] {
  display: none;
}

[x-cloak] {
  display: none !important;
}

@media (max-width: 719px) {
  html.audio-player-open [data-audioplayer-height] {
    --polygon-audioplayer-height: 60px;
  }

  html:not(.is-app) [data-featurebar-height] {
    --polygon-featurebar-height: 53px;
  }

  html:not(.is-app) {
    --polygon-navigation-height: 88px;
  }

  html.has-breaking-news {
    --polygon-breakingnews-height: 40px;
  }

  .sm\:sticky [data-advertisement] .teads-inread,
  .RichText .sm\:sticky .teads-inread,
  .sm\:sticky [data-advertisement] .ob-smartfeed-wrapper,
  .RichText .sm\:sticky .ob-smartfeed-wrapper {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 720px) and (max-width: 1019px) {
  html:not(.is-app) {
    --polygon-navigation-height: 112px;
  }

  html.has-breaking-news {
    --polygon-breakingnews-height: 52px;
  }
}

html:not(.no-header) [data-headerbar-height],
html:not(.no-header) [data-sticky-ad-offset],
html:not(.no-header) [data-anchor-offset] {
  --polygon-headerbar-height: 80px;
  --polygon-max-headerbar-height: 80px;
}

html:not(.no-header).is-headerbar-collapsed [data-headerbar-height],
html:not(.no-header).is-headerbar-collapsed [data-sticky-ad-offset],
html:not(.no-header).is-headerbar-collapsed [data-anchor-offset] {
  --polygon-headerbar-height: 48px;
}

html.Spplus [data-has-spplus-hidden],
html:not(.Spplus):not(.is-gift-article):not(.has-metered-access)
  [data-has-spplus-visible] {
  display: none;
}

html.Spmetered [data-has-spmetered-hidden],
html:not(.Spmetered):not(.is-gift-article) [data-has-spmetered-visible] {
  display: none;
}

@media (max-width: 719px) {
  html:not(.no-header) [data-headerbar-height],
  html:not(.no-header).is-headerbar-collapsed [data-headerbar-height],
  html:not(.no-header) [data-sticky-ad-offset],
  html:not(.no-header).is-headerbar-collapsed [data-sticky-ad-offset],
  html:not(.no-header) [data-anchor-offset],
  html:not(.no-header).is-headerbar-collapsed [data-anchor-offset] {
    --polygon-headerbar-height: 48px;
    --polygon-max-headerbar-height: 48px;
  }
}

.media-button.color-mmo {
  background-color: #1b43a4;
}

.media-button.color-mmo:hover {
  background-color: #163683;
}

.media-button.color-mmo:focus {
  background-color: #0e2252;
}

@media (prefers-color-scheme: dark) {
  .media-button.color-mmo {
    background-color: #346bf1;
  }

  .media-button.color-mmo:hover {
    background-color: #163683;
  }

  .media-button.color-mmo:focus {
    background-color: #0e2252;
  }
}

.media-button.color-elf {
  background-color: #3c8771;
}

.media-button.color-elf:hover {
  background-color: #2f6a59;
}

.media-button.color-elf:focus {
  background-color: #234e41;
}

@media (prefers-color-scheme: dark) {
  .media-button.color-elf {
    background-color: #449869;
  }

  .media-button.color-elf:hover {
    background-color: #2f6a59;
  }

  .media-button.color-elf:focus {
    background-color: #234e41;
  }
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.leadform {
  position: relative;
}

.form-preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-msg {
  padding-bottom: 10px;
  color: red;
  font-size: 14px;
  text-align: right;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}

.spinner .path {
  stroke: #0077db;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

.hide,
.hidden {
  display: none !important;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.post {
  padding: 20px 0;
}

.post__inner {
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
  border-radius: 8px;
  border: 1px solid rgba(101, 103, 107, 0.2);
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(26, 255, 1, 0.05);
}

.post__header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
  padding: 20px 20px 0;
}

.post__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
}

.post__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}

.post__name {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.post__name h2 {
  color: #050505;
  font-size: 15px !important;
  margin: 0 !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.post__subtitle {
  color: #65676b;
  font-size: 13px;
  margin: 0 !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.post__subtitle a {
  color: #0064d1;
  display: inline-block;
}

.post__wrapper2 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.post__date {
  color: #65676b;
  margin: 0 !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.post__dot {
  width: 2px;
  height: 2px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #65676b;
}

.post__status svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.post__moreBtn {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: block;
}

.post__content {
  padding: 15px 20px 2px;
}

.post__moreText {
  transition: height 0.3s ease;
}

.post__moreText.hidden {
  height: 0;
  overflow: hidden;
  display: inline-block;
}

.post__points {
  cursor: pointer;
  display: none;
}

.post__points.show {
  display: inline-block;
}

.post__points span {
  color: #050505;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.post__text {
  color: #050505;
  font-size: 15px;
  margin: 0 !important;
  margin-bottom: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.post__video {
  display: block;
}

.post__video video {
  display: block;
  width: 100%;
}

.post__info {
  border-top: 1px solid rgba(101, 103, 107, 0.2);
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.post__links {
  max-width: 278px;
  width: 100%;
}

.post__site {
  color: #65676b;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 5px;
}

.post__label {
  color: #050505;
  font-size: 16px !important;
  margin: 0 !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px !important;
}

.post__sublabel {
  color: #050505;
  font-size: 13px;
  margin: 0 !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.post__btn {
  display: block;
  max-width: 141px;
  width: 100%;
  color: #000 !important;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px;
  border-radius: 8px;
  background: #e2e5ea;
  animation: hoverWave linear 3s infinite;
}

.post__reactions {
  border-top: 1px solid rgba(101, 103, 107, 0.2);
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.post__emojis {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post__icons {
  max-width: 50px;
  width: 100%;
}

.post__count {
  color: #65676b;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.post__actions span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.post__actions {
  color: #65676b;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 12px;
}

.post__btns {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  align-items: center;
  border-top: 1px solid rgba(101, 103, 107, 0.2);
  padding: 10px 20px;
}

.post_btns {
  color: rgb(101, 103, 107) !important;
}

.post__likeBtn,
.post__commentBtn,
.post__shareBtn {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #65676b !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.post__likeBtn svg,
.post__commentBtn svg,
.post__shareBtn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.post__bottom {
  padding: 15px 20px;
  border-top: 1px solid rgba(101, 103, 107, 0.2);
}

.post__suptitle {
  cursor: pointer;
  color: #65676b;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.post__suptitle.hidden {
  display: none;
}

.comments {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.comments__item {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.comments__item.reply {
  display: flex;
  flex-direction: column;
}

.comments__row {
  display: flex;
  gap: 5px;
}

.comments__reply {
  margin-left: 40px;
  display: flex;
  gap: 5px;
  margin-top: 20px;
}

.comments__item.hidden {
  display: none;
}

.comments__avatar {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.comments__avatar img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  overflow: hidden;
  object-fit: cover;
}

.comments__content {
  border-radius: 15px;
  background: #f0f2f5;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #ff000021;
}

.comments__name h4 {
  color: #050505 !important;
  font-size: 13px !important;
  margin: 0 !important;
}

.comments__name {
  display: block;
  color: #050505;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

.comments__text {
  color: #050505;
  font-size: 15px !important;
  margin: 0 !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comments__bottom {
  display: flex;
  align-items: center;
  gap: 15px;
}

.comments__date {
  color: #65676b;
  font-size: 13px !important;
  margin: 0 !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comments__btn {
  display: block;
  color: #65676b !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.comments__btn.like {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  line-height: 1;
}

@media (max-width: 450px) {
  .container {
    padding-inline: 10px;
  }

  .post {
    padding-block: 20px 40px;
  }

  .post__info {
    align-items: flex-start;
    /*flex-direction: column;*/
  }

  .post__links {
    max-width: initial;
  }

  .post__header {
    padding-inline: 12px;
  }

  .post__bottom,
  .post__info,
  .post__content {
    padding-inline: 16px;
  }

  .post__btn {
    padding: 12px;
  }

  .post__header {
    gap: 7px;
  }

  .post__date {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
}

@keyframes hoverWave {
  0% {
    box-shadow: 0 4px 5px rgba(226, 229, 234, 0.5),
      0 0 0 0 rgba(226, 229, 234, 0.5), 0 0 0 0 rgba(226, 229, 234, 0.5);
  }

  40% {
    box-shadow: 0 4px 5px rgba(226, 229, 234, 0.5),
      0 0 0 5px rgba(226, 229, 234, 0.4), 0 0 0 0 rgba(226, 229, 234, 0.4);
  }

  80% {
    box-shadow: 0 4px 5px rgba(226, 229, 234, 0.5),
      0 0 0 10px rgba(226, 229, 234, 0), 0 0 0 8.35px rgba(226, 229, 234, 0.2);
  }

  100% {
    box-shadow: 0 4px 5px rgba(226, 229, 234, 0.5),
      0 0 0 10px rgba(226, 229, 234, 0), 0 0 0 10px rgba(226, 229, 234, 0);
  }
}

.RichText a {
  text-decoration: none !important;
  border-bottom-width: 0;
}

.text-content p {
  margin-top: 10px;
  margin-bottom: 5px;
}

.text-content h2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-content a {
  color: #d03d12;
  font-weight: bolder;
}

.text-content figcaption {
  text-align: center;
  padding-top: 5px;
  color: gray;
}
* {
  scroll-behavior: smooth;
}
.form-wrap {
  width: 100%;
  max-width: 450px;
  margin: 20px auto;
}
