.account-content {
  padding-top: 24px;
}

.account-content .unit-info-wrapper {
  align-items: flex-start;
  gap: 16px;
  justify-content: space-between;
  overflow: visible;
}

.account-content .unit-info {
  flex-basis: 36%;
}

.account-content .unit-info:nth-child(2) {
  flex-basis: 27%;
}

.account-content .unit-info:last-child {
  flex-basis: 40%;
  min-width: 405px;
}

.mobile .account-content .unit-info:last-child {
  min-width: 100%;
}

.breadcrumbs {
  color: var(--grey-800);
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 16px;
  gap: 10px;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .arrow {
  height: 7px;
  width: 7px;
  margin-top: -3px;
  border-top: 1.5px solid var(--grey-800);
  border-right: 1.5px solid var(--grey-800);
  transform: rotate(45deg);
}

.unit-name-wrapper {
  margin-bottom: 32px;
  gap: 16px;
}

.avatar {
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  overflow: hidden;
  width: 64px;
  height: 64px;
}

/* Positioning context for the smart-account badge sitting over the avatar.
   The wrapper inherits the avatar's outer size so flex layout above is
   unaffected. */
.avatar-wrap {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}

.avatar-wrap > .avatar {
  display: block;
}

.avatar-wrap.is-smart {
  z-index: 10;
}

/* Smart-account pill (design Smart Badge V2). Sits in the top-left corner of
   the avatar in brand blue, switches to a 2px dark halo on the dark theme so
   it visually detaches from the dark page background. */
.smart-account-badge {
  position: absolute;
  top: -6px;
  left: -10px;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #fff;
  background: var(--blue, #0544FD);
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(5, 68, 253, 0.32);
  white-space: nowrap;
  pointer-events: auto;
  cursor: help;
  user-select: none;
  z-index: 20;
}

.dark .smart-account-badge {
  /* 2px halo in the dark page bg so the pill reads as a separate object
     against the dark backdrop, plus a brighter glow for hierarchy. */
  box-shadow: 0 0 0 2px var(--dark-grey, #121212),
              0 2px 8px rgba(5, 68, 253, 0.55);
}

@media (max-width: 575.98px) {
  .smart-account-badge {
    top: -4px;
    left: -6px;
    padding: 3px 8px;
    font-size: 11px;
  }
}

.avatar-small {
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  overflow: hidden;
  width: 23px;
  height: 23px;
}

.title-link {
  color: var(--blue-light);
}

.title-link:hover {
  color: var(--blue-light);
  text-decoration: underline;
}

.name-title {
  gap: 4px;
}

.name-title h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  font-family: Poppins, Helvetica, Roboto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.name-title .favorites {
  width: 24px;
  height: 24px;
  background-color: var(--grey-200);
  margin-top: -10px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.name-title .favorites:hover {
  background-color: var(--grey-300);
}

.name-title .favorites svg {
  color: var(--grey-900);
}

.more-information-wrap {
  width: 183px;
  margin-bottom: 16px;
  gap: 4px;
}

.more-information-item {
  color: var(--grey-800);
  font-style: normal;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.more-info-title {
  width: 98px;
  flex-shrink: 0;
}

.show-more .show-more-link,
.show-more .show-more-coin {
  display: inline-block;
}

.show-more .show-more-link,
.show-more .show-more-coin,
.more-information-item a {
  color: var(--blue-light);
  cursor: pointer;
}

.show-more .show-more-link:hover,
.show-more .show-more-coin:hover,
.more-information-item a:hover {
  text-decoration: underline;
}

.currency-description,
.coin-description {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--black);
  display: inline-block;
  font-weight: 400;
  max-height: 58px;
  overflow: hidden;
  width: 300px;
}

.currency-description.show,
.coin-description.show {
  max-height: 100%;
  height: auto;
}

.more-info-data {
  color: var(--black);
}

.unit-info .unit-title {
  font-style: normal;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--grey-800);
  display: block;
  margin-bottom: 16px;
}

.unit-info .text {
  font-style: normal;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.unit-info .text strong {
  font-weight: 500;
}

.followed-accounts-wrap {
  flex-wrap: wrap;
}

.followed-accounts-wrap-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  gap: 8px;
}

.mobile .followed-accounts-wrap-block {
  flex-direction: column;
}

.mobile .followed-accounts-wrap {
  height: 140px;
  flex-wrap: nowrap;
  overflow-y: auto;
}

.followed-account-item {
  width: 194px;
  max-width: 194px;
  background-color: var(--white);
  font-family: Roboto;
  cursor: pointer;
  color: var(--black);
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 8px 16px 8px 8px;
  border-radius: 24px;
  margin-left: 0px;
  border: 1px solid transparent;
  border-color: var(--grey-300);
  transition: all ease 0.2s;
  gap: 5px;
}

.mobile .followed-account-item {
  max-width: 100%;
  width: 100%;
}

.dark .followed-account-item {
  background-color: var(--dark-black);
  border-color: transparent;
}

.dark .followed-account-item .user-name span {
  color: var(--white);
}

.dark .followed-account-item:hover .user-name span,
.dark .followed-account-item:hover .score {
  color: var(--black);
}

.followed-account-item:hover {
  background-color: var(--grey-200);
  border-color: var(--grey-200);
}

.followed-account-item .user-name {
  gap: 4px;
}

.followed-account-item .user-name span {
  font-size: 14px;
  line-height: 20px;
  color: var(--black);
  font-family: Roboto;
  font-weight: 400;
  text-overflow: ellipsis;
  min-width: 57px;
  overflow: hidden;
  white-space: nowrap;
  transition: all linear 0.1s;
  width: auto;
  max-width: 115px;
  overflow: hidden;
}

.followed-account-item .score {
  color: var(--blue);
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.dark .followed-account-item .score {
  color: var(--white);
}

.followed-account-item .avatar {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 24px;
  height: 24px;
}

.nav-tabs {
  width: 100%;
  border-bottom: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.nav-tabs.not-access {
  overflow: visible;
}

.nav-tabs .nav-link,
.table-inside .filters-wrapper .nav-tabs .nav-link {
  padding: 12px 16px;
  border: none;
  color: var(--grey-800);
  font-family: Poppins, Helvetica, Roboto;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25;
  white-space: nowrap;
  height: auto;
}

.table-inside .filters-wrapper .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: var(--black);
  cursor: pointer;
  padding: 8px 6px 8px 12px;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 28px;
  gap: 10px;
}

.dark .table-inside .filters-wrapper .nav-tabs .nav-link {
  color: var(--white);
}

.table-inside .filters-wrapper .nav-tabs .nav-link.tag-1 {
  background-color: var(--green-light);
}

.table-inside .filters-wrapper .nav-tabs .nav-link.tag-2 {
  background-color: var(--yellow-light);
}

.table-inside .filters-wrapper .nav-tabs .nav-link.tag-3 {
  background-color: var(--blue-dark);
}

.table-inside .filters-wrapper .nav-tabs .nav-link.tag-3:hover {
  background-color: var(--blue-dark2);
}

.main-nav-tab {
  overflow-y: hidden;
}

.main-nav-tab .nav-link,
.main-nav-tab .nav-link:hover {
  border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link.active {
  border: none;
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
}

.dark .nav-tabs .nav-link.active {
  background-color: transparent;
  color: var(--white);
  border-bottom-color: var(--white);
}

.account-content .tab-content {
  background-color: var(--grey-200);
  padding: 24px 0 32px;
}

.dark .account-content .tab-content {
  background-color: var(--dark-black);
}

body:not(.mobile) .account-content #info-nav-tabContent {
  margin-left: -24px;
  width: calc(100% + 24px);
}

body:not(.mobile) .account-content #info-nav-tabContent > .content-wrapper {
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
}

.overview {
  gap: 16px;
}

.content-wrapper > .tab-pane {
  display: none;
}

.tab-pane .account-info-title {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
  gap: 4px;
}

.filters-wrapper {
  padding: 24px 27px 26px;
  margin-bottom: 26px;
  flex-direction: column;
  border-bottom: 1px solid var(--grey-300);
}

.table-inside .filters-wrapper .tabs-wrapper {
  padding: 5px 0;
}

.table-inside .filters-wrapper .tabs-wrapper.not-access .nav-link {
  display: none;
}

.content-wrapper > .active {
  display: block;
}

.tab-content .content-wrap {
  align-items: flex-start;
  gap: 0;
}

.tab-content .content-wrap.overview {
  gap: 16px;
}

.tab-content .info-icon .info-icon-content {
  width: 300px;
  top: -60px;
  left: -16px;
  white-space: normal;
}

.tab-content .content-wrap .left-side,
.tab-content .content-wrap .right-side {
  background-color: var(--white);
  border-radius: 8px;
}

.tab-content .content-wrap .left-side {
  padding: 16px;
  padding-bottom: 16px;
  width: 100%;
}

.tab-content .content-wrap .left-side strong {
  font-weight: 600;
}

.tab-content .content-wrap .right-side {
  padding: 0 16px 16px;
  width: 100%;
}

.top-list {
  align-items: stretch;
  width: 100%;
  gap: 16px;
}

.mobile .top-list {
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.top-list-item,
.overview .tags,
.overview .chart {
  padding: 24px;
  background: var(--white);
  border-radius: 8px;
}

.overview .chart .chart-canvas-wrap {
  position: relative;
  flex: 1;
  min-height: 0;
}

.overview .chart .chart-canvas-wrap canvas {
  width: 100%;
  height: 100%;
}

.overview .chart .chart-watermark {
  position: absolute;
  bottom: 65px;
  right: 52px;
  pointer-events: none;
}

.dark .overview .chart .chart-watermark img {
  filter: invert(1);
}

.dark .top-list-item,
.dark .overview .tags,
.dark .overview .chart {
  background: var(--dark-grey);
}

.mobile .top-list-item {
  width: 100%;
}

.overview .tags {
  position: relative;
}

.tag-item {
  margin-bottom: 32px;
}

.tag-item.empty-tag-item {
  margin: 0;
  height: 100%;
}

.empty-tags {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.top-list-item .empty-tags {
  height: 194px;
}

.empty-tags p {
  width: 168px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.top-list-item {
  width: 33%;
  display: grid;
}

.top-list-content-item {
  border-top: 1px solid var(--grey-200);
  align-items: center;
  padding: 14px 0;
}

.top-list-content-item .content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
}

.top-list-content-item .content .image-link {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.top-list-content-item:last-child {
  border-bottom: 1px solid var(--grey-200);
}

.account-info-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--black);
  display: inline-block;
  margin-bottom: 16px;
}

.upgrade-to-pro-wrap .account-info-title {
  margin: 0;
}

.upgrade-to-pro-wrap .account-info-title > span {
  width: 200px;
}

.dark .account-info-title {
  color: var(--white);
}

.account-info-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.dark .tags-popup .overview-tags-list-item .tag-count {
  color: var(--black);
}

.account-info-title svg {
  color: var(--black);
}

.dark .account-info-title svg {
  color: var(--white);
}

.dark .account-info-title {
  color: var(--white);
}

.top-list-item .account-info-title {
  font-family: "Poppins";
}

.account-info-title span {
  color: var(--black);
}

.dark .account-info-title span,
.dark .tabs-wrapper .upgrade-to-pro-wrap p span {
  color: var(--white);
}

.upgrade-to-pro-wrap svg {
  color: var(--black);
}

.dark .upgrade-to-pro-wrap svg {
  color: var(--white);
}

.top-item-image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.top-item-name {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
}

.top-item-name-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--black);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.top-item-name-username {
  color: var(--grey-800);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.top-list-content {
  margin-bottom: 16px;
}

.top-item-score {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--blue);
}

.link-wrapper .see-all {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--black);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 4px;
}

.dark .link-wrapper .see-all {
  color: var(--white);
}

.see-all {
  cursor: pointer;
}

.see-all span {
  display: inline-block;
}

.see-all .pro-btn {
  color: var(--white);
  background-color: var(--blue);
  display: inline-block;
  border-radius: 4px;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  padding: 0 4px;
}

.link-wrapper .see-all:hover {
  text-decoration: none;
}

.link-wrapper .see-all:hover span:first-child {
  text-decoration: underline;
}

.link-wrapper .see-all:hover .pro-btn {
  text-decoration: none;
}

.link-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.link-wrapper a {
  display: inline-block;
}

.link-wrapper a:hover {
  text-decoration: underline;
}

.second-line {
  width: 100%;
  align-items: flex-start;
  gap: 16px;
}

.overview .second-line {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  overflow-x: auto;
  min-width: 0;
}

.overview .second-line > * {
  flex-shrink: 0;
  min-width: 0;
}

.overview .tags {
  width: 32.4%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  min-width: 250px;
}

.mobile .overview .tags {
  width: 100%;
  min-width: 0;
}

.mobile .overview .second-line {
  overflow-x: visible;
}

.overview .charts-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: calc(67.6% - 16px);
  height: 850px; /* 417 * 2 + 16 */
  min-width: 534px;
  overflow: hidden;
}

/* Mentions Feed stretches to match total height of both charts */
.overview .second-line .tags {
  align-self: stretch;
  height: 850px;
  padding: 12px !important;
}

.overview .second-line .tags > * {
  height: 100%;
}

.mobile .overview .charts-column {
  width: 100%;
  height: auto;
  min-width: 0;
  overflow: visible;
}

.mobile .overview .second-line .tags {
  height: auto;
}

.overview .charts-column .chart {
  width: 100%;
}

.overview .charts-column > .chart,
.overview .charts-column > .mentions-chart-block {
  height: 417px;
  flex: 0 0 417px;
  display: flex;
  flex-direction: column;
}

.mobile .overview .charts-column > .chart,
.mobile .overview .charts-column > .mentions-chart-block {
  height: auto;
  flex: 0 0 auto;
}

.overview .chart canvas {
  flex: 1;
  min-height: 0;
  width: 100%;
  height: 100%;
}

.mobile .overview .chart {
  width: 100%;
}

/* .overview .chart canvas,
.chart-block-wrapper canvas {
  filter: blur(1.5rem);
} */

.overview .chart .account-info-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.overview .chart .account-info-title .upgrade-to-pro-wrap {
  gap: 8px;
}

.overview .chart .account-info-title span {
  color: var(--black);
  margin-bottom: 3px;
}

.dark .overview .chart .account-info-title span {
  color: var(--white);
}

.tabs-wrapper .upgrade-to-pro-wrap,
.overview .chart .upgrade-to-pro-wrap,
.filter-by-tags-wrapper .upgrade-to-pro-wrap {
  position: relative!important;
  width: auto;
  top: 0;
  left: 0;
  transform: none;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.tabs-wrapper .upgrade-to-pro-wrap p,
.overview .chart .upgrade-to-pro-wrap p,
.filter-by-tags-wrapper .upgrade-to-pro-wrap p,
.upgrade-to-pro-wrap .account-info-title,
.filter-by-tags-wrapper .upgrade-to-pro-wrap .account-info-title span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.tabs-wrapper .upgrade-to-pro-wrap p,
.filter-by-tags-wrapper .upgrade-to-pro-wrap p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.tabs-wrapper .upgrade-to-pro-wrap p span,
.filter-by-tags-wrapper .upgrade-to-pro-wrap p span {
  color: var(--black);
}

.dark .tabs-wrapper .upgrade-to-pro-wrap p span,
.dark .filter-by-tags-wrapper .upgrade-to-pro-wrap p span {
  color: var(--white);
}

.tabs-wrapper .upgrade-to-pro-wrap .button-upgrade-to-pro,
.overview .chart .upgrade-to-pro-wrap .button-upgrade-to-pro,
.filter-by-tags-wrapper .upgrade-to-pro-wrap .button-upgrade-to-pro {
  padding: 6px 16px;
}

.overview .chart.show canvas,
.chart-content.show .chart-block-wrapper canvas {
  filter: blur(0);
}

.mobile .chart-content center,
.mobile .chart-block-wrapper {
  width: 100%;
}

.overview .chart.show canvas,
.chart-block-wrapper.show canvas {
  filter: blur(0);
}

.filter-by-tags-wrapper {
  padding: 24px 24px 26px;
  border-bottom: 1px solid var(--grey-300);
}

.filter-by-tags-wrapper .account-info-title span {
  font-weight: 500;
  color: var(--black);
  font-size: 14px;
  line-height: 20px;
}

.mobile .filter-by-tags-wrapper .tags-filter-wrapper .account-info-title span {
  width: 280px;
}

.mobile
  .filter-by-tags-wrapper
  .tags-filter-wrapper
  .account-info-title
  .info-icon-content {
  left: -140px;
}

.mobile
  .filter-by-tags-wrapper
  .tags-filter-wrapper
  .account-info-title
  .info-icon-content:after {
  left: 91%;
}

.dark .filter-by-tags-wrapper .account-info-title span {
  color: var(--white);
}

.tags-filter-wrapper {
  width: 100%;
  justify-content: space-between;
}

.not-access .tags-filter-wrapper.unauthorized {
  grid-template-columns: 1fr 30%;
}

.tags-filter-wrapper .upgrade-to-pro-wrap {
  gap: 10px;
  justify-content: end;
}

.filter-by-tags-wrapper .empty-tags-block {
  gap: 8px;
}

.tags-filter-wrapper .empty-tags-block {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tabs-wrapper .tag-empty,
.filter-by-tags-wrapper .tag-empty {
  padding: 4px 12px;
}

.tags-info {
  margin-bottom: 16px;
  gap: 20px;
}

.tags-info-item {
  gap: 4px;
}

.tags-info span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--grey-800);
}

.tag-sign {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  display: block;
}

.tag-sign.tag-1 {
  background-color: var(--success);
}

.tag-sign.tag-2 {
  background-color: var(--warning);
}

.overview-tags-list {
  flex-wrap: wrap;
  margin-bottom: 16px;
  gap: 9px;
}

.description-tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 8px;
  gap: 10px;
}

.description-tags .overview-tags-list-item {
  padding: 4px 12px;
  cursor: default;
}

.top-100-page .description-tags .overview-tags-list-item {
  position: relative;
  border-radius: 8px;
  padding: 2px 12px;
}

.top-100-page .nav-tabs {
  position: relative;
  overflow: visible;
  transition: all ease-in-out 0.3s;
}

.top-100-page .top-100-tags-list:after {
  content: '';
  display: block;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 38%, rgba(255,255,255,0.8) 58%, rgba(255,255,255,1) 91%);
  width: 100px;
  height: 100%;
  position: absolute;
  right: 55px;
  top: 0;
}

.dark .top-100-page .top-100-tags-list:after{
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(39,39,42,0.7) 38%, rgba(39,39,42,0.8) 58%, rgba(39,39,42,1) 91%);
}

.top-100-page .nav-tabs .overview-tags-list-item.active {
  padding-right: 30px;
  background-color: var(--blue);
  color: var(--white);
}

.top-100-page .nav-tabs .overview-tags-list-item.active:before,
.top-100-page .nav-tabs .overview-tags-list-item.active:after {
  content: '';
  display: block;
  position: absolute;
  background-color: var(--white);
  cursor: pointer;
  top: 50%;
  right: 11px;
  width: 13px;
  height: 1px;
}

.top-100-page .nav-tabs .tag-button:first-child .overview-tags-list-item.active {
  padding-right: 12px;
}

.top-100-page .nav-tabs .tag-button:first-child .overview-tags-list-item.active:before,
.top-100-page .nav-tabs .tag-button:first-child .overview-tags-list-item.active:after {
  display: none;
}

.top-100-page .nav-tabs .overview-tags-list-item.active:before {
  transform: rotate(45deg);
}

.top-100-page .nav-tabs .overview-tags-list-item.active:after {
  transform: rotate(-45deg);
}

.top-100-page .alpha-page-tags-wrapper {
  display: flex;
}

.top-100-page .top-100-tags-list {
  width: 95%;
  overflow-x: auto;
}

.button-arrow {
  width: 20px!important;
  height: 20px;
  position: relative;
  margin-bottom: -5px;
  transition: all ease-in-out 0.3s;
}

.tags-buttons .button.slick-disabled {
  opacity: 0.2;
}

.tags-buttons .button.slick-disabled,
.tags-buttons .button.slick-disabled:before,
.tags-buttons .button.slick-disabled:after {
  cursor: default;
  pointer-events: none;
}

.button-arrow:before,
.button-arrow:after {
  content: '';
  display: block;
  position: absolute;
  background-color: var(--black);
  border-radius: 8px;
  cursor: pointer;
  top: 50%;
  right: 11px;
  width: 10px;
  height: 2px;
}

.home-page .button-arrow:before,
.home-page .button-arrow:after {
  background-color: var(--white);
}

.mobile .home-page .button-arrow:before,
.mobile .home-page .button-arrow:after {
  background-color: var(--black);
}

.dark.mobile .home-page .button-arrow:before,
.dark.mobile .home-page .button-arrow:after {
  background-color: var(--white);
}

.more-link {
  color: var(--black);
}

.dark .more-link,
.home-page .more-link {
  color: var(--white);
}

.mobile .home-page .more-link {
  color: var(--black);
}

.dark.mobile .home-page .more-link {
  color: var(--white);
}

.dark .button-arrow:before,
.dark .button-arrow:after,
.dark.mobile .button-arrow:before,
.dark.mobile .button-arrow:after {
  background-color: var(--white);
}

.button-arrow:before {
  transform: rotate(-45deg) translate(6px, 1px);
}

.button-arrow:after {
  transform: rotate(45deg) translate(5px, -2px);
}

.button-arrow.button-right {
  transform: rotate(180deg);
}

.button-arrow.button-top {
  transform: rotate(90deg) scale(0.7);
}

.button-arrow.button-bottom {
  transform: rotate(-90deg) translateX(2px) scale(0.7);
}

.overview-tags-list-item {
  height: 28px;
  border-radius: 24px;
  cursor: pointer;
  background-color: var(--grey-200);
  padding: 4px 6px 4px 12px;
  gap: 8px;
  outline: 0;
  border: 0;
}

.dark .overview-tags-list-item {
  background-color: var(--grey-opacity);
}

.overview-tags-list-item span {
  font-weight: 500;
  font-size: 12px;
  color: var(--black);
  line-height: 20px;
}

.dark .overview-tags-list-item span {
  color: var(--white);
}

.overview-tags-list-item,
.table-inside .filters-wrapper .nav-tabs .nav-link {
  background-color: var(--grey-opacity);
}

.overview-tags-list-item:hover,
.overview-tags-list-item.active,
.table-inside .filters-wrapper .nav-tabs .nav-link:hover {
  background-color: var(--grey-opacity2);
}

.overview-tags-list-item.ecosystems,
.table-inside .filters-wrapper .nav-tabs .nav-link.ecosystems {
  background-color: var(--blue-dark);
}

.overview-tags-list-item.ecosystems:hover,
.table-inside .filters-wrapper .nav-tabs .nav-link.ecosystems:hover {
  background-color: var(--blue-dark2);
}

.dark .overview-tags-list-item.ecosystems:hover,
.dark .table-inside .filters-wrapper .nav-tabs .nav-link.ecosystems:hover {
  background-color: var(--blue-dark3);
}

.overview-tags-list-item.see-all,
.filters-wrapper .see-all {
  display: inline-block;
  padding: 4px 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: var(--black);
  border: 1px solid var(--grey-300);
  border-radius: 25px;
}

.tabs-block {
  overflow-y: hidden;
}

.dark .overview-tags-list-item.see-all,
.dark .filters-wrapper .see-all {
  background-color: var(--white);
  color: var(--black);
}

.filters-wrapper .see-all {
  white-space: nowrap;
}

.dark .overview-tags-list-item.see-all span {
  color: var(--black);
}

.overview-tags-list-item .tag-count,
.tab-content .tag-item .tag-count,
.filters-wrapper .nav-link .tag-count {
  display: inline-block;
  padding: 3px 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--black);
  background: var(--white);
  border-radius: 19px;
}

.dark .tag-count {
  color: var(--black);
}

.tab-content-wrapper {
  width: 100%;
}

.follower-empty {
  width: 194px;
  pointer-events: none;
  border-radius: 24px;
  padding: 8px 16px 8px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--grey-300);
  gap: 8px;
}

.dark .follower-empty {
  background-color: var(--dark-black);
  border: 1px solid transparent;
}

.mobile .follower-empty {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0;
}

.mobile .follower-empty .text {
  width: 135px;
}

.follower-empty .hide-image {
  width: 24px;
  height: 24px;
}

.follower-empty p {
  filter: blur(5px);
}

.account-content .unit-info-wrapper .upgrade-to-pro-wrap {
  top: 70%;
  width: 100%;
  left: 43%;
}

.account-content .unit-info-wrapper .followed-accounts-wrap-block .upgrade-to-pro-wrap {
  left: -3px;
  transform: translateY(-25px);
  padding-top: 20px;
}

.mobile .account-content .unit-info-wrapper .upgrade-to-pro-wrap {
  bottom: 0;
  top: auto;
  left: 0;
  transform: none;
  height: 245px;
  align-items: center;
  justify-content: center;
}

.overview .tags .upgrade-to-pro-wrap {
  width: 100%;
  top: -35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.follower-empty .image {
  width: 24px;
  height: 24px;
  background-color: var(--grey-300);
  border-radius: 40px;
}

.follower-empty .text {
  width: 58px;
  height: 8px;
  background-color: var(--grey-300);
  border-radius: 17px;
}

.mobile .follower-empty .info {
  justify-self: end;
}

.tag-empty {
  border-radius: 24px;
  background-color: var(--green-light);
  pointer-events: none;
  padding: 8px 6px 8px 12px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: auto;
}

.dark .tag-empty {
  background-color: var(--green-light2);
}

.tag-empty p {
  filter: blur(3px);
}

@media screen and (min-width: 900px) {
  .more-information-wrap {
    margin-bottom: 45px;
    gap: 8px;
  }

  .account-content .tab-content {
    padding: 24px 0 64px;
  }

  .tab-content .content-wrap {
    gap: 16px;
  }

  .tab-content .content-wrap .left-side {
    padding: 16px 14px;
    padding-bottom: 110px;
    width: 32%;
  }

  .tab-content .content-wrap .right-side {
    padding: 0 14px 16px;
    width: 68%;
  }
}

.account-profile-page .unit-info-wrapper {
  padding-top: 15px;
}

/* EMpty */
.empty {
  position: relative;
}

.empty:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.empty .twitter-signin-block {
  position: absolute;
  z-index: 100;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}

.mobile .empty .twitter-signin-block {
  top: 20%;
}

.empty .twitter-signin-block .button {
  width: auto;
}

.settings-item .settings-form-row .button {
  width: auto;
  white-space: nowrap;
}

.settings-item.subscription-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.empty .user-photo {
  width: 64px;
  height: 64px;
  background-position: -9px -1100px;
  border-radius: 60%;
  filter: blur(5px);
  flex-shrink: 0;
  background-size: 1300px;
}

.empty .demo-block {
  filter: blur(7px);
  pointer-events: none;
}

.empty .followersWhite {
  background-position: -681px -1940px;
  background-size: 1705px;
}

.empty .followed-account-image-demo {
  background-size: 2048px 2309px;
  width: 24px;
  height: 24px;
  border-radius: 60%;
  overflow: hidden;
}

.empty-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.empty-text-wrapper p {
  font-size: 14px;
}


/* Settings page */
.settings-block {
  margin-bottom: 30px;
}

.settings-block a:hover {
  text-decoration: underline;
}

.dark .settings-block a {
  color: var(--white);
  padding: 0;
}

.settings-page h2,
.subscription-page h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--grey-200);
}

.dark .settings-page h2,
.dark .subscription-page h2 {
  border-bottom: 1px solid var(--white-opacity1);
}

.settings-form {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
  gap: 50px;
}

.mobile .settings-form {
  gap: 30px;
}

.settings-item .input-wrapper {
  max-width: 500px;
}

.content-wrapper.table-page.subscription-page {
  padding-bottom: 50px;
}

.subscription-page .input-wrapper .plan-name {
  gap: 20px;
}

.subscription-page .settings-item.referals-block>p {
  margin-bottom: 50px;
}

.settings-page .input-wrapper input {
  margin: 0;
}

.settings-form-row {
  margin-bottom: 20px;
  gap: 30px;
}

.settings-form-row a:hover {
  text-decoration: none;
}

.mobile .settings-form-row {
  flex-direction: column!important;
  gap: 10px;
}

.mobile .settings-form-row .button {
  width: 100%;
}

/* Tooltip styling — matches Figma tooltip spec (black pill, left-aligned, Open Sans 14/20) */
.tooltip-inner,
.ui-tooltip,
.ui-tooltip-content {
  text-align: left;
  background-color: #000;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  max-width: 260px;
  box-shadow: none;
}

/* "Based In" accurate-location icon — black in light theme, white in dark theme */
.based-in-tooltip-accurate {
  color: #000;
}
body.dark .based-in-tooltip-accurate {
  color: #fff;
}

/* "Based In" inaccurate-location icon — visually matched red across themes
   (pure #FF0000 on a dark background reads as over-saturated; use a muted red there) */
.based-in-tooltip-inaccurate {
  color: #FF0000;
}
body.dark .based-in-tooltip-inaccurate {
  color: #EF4444;
}
