.ai-category-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 20px;
}

.ai-category-card {
  min-height: 132px;
  padding: 22px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;

  border-radius: 22px;
  border: 1px solid #e5e7eb;
  background: #fff;

  text-decoration: none;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);

  transition:
    transform .15s ease,
    box-shadow .15s ease,
    border-color .15s ease;
}

.ai-category-card:hover {
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .08);
  border-color: #dbe3ee;
}

.ai-category-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  color: #334155;
}

.ai-category-card p {
  margin: 0;
  max-width: 260px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: #94a3b8;
}

.ai-category-card i {
  margin-top: 4px;
  font-size: 32px;
  color: #334155;
  opacity: .9;
}

.ai-category-text:hover h3,
.ai-category-text:hover i {
  color: #5d8a1f !important;
}

.ai-category-image:hover h3,
.ai-category-image:hover i {
  color: #3f6ecb !important;
}

.ai-category-video:hover h3,
.ai-category-video:hover i {
  color: #b88a00 !important;
}

.ai-category-audio:hover h3,
.ai-category-audio:hover i {
  color: #a94ba9 !important;
}

.ai-category-presentation:hover h3,
.ai-category-presentation:hover i {
  color: #c96a28 !important;
}

.ai-listing-and-filter {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.ai-count-new {
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 800;
  color: #263238;
}

.com-tags__items {
  width: 100%;
  margin: 10px 0;
}

.com-tags-tag__category {
  flex-direction: row;
  flex-wrap: wrap;
}

.ii-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 53px;
  padding: 15px;
  border-bottom: 1px solid #e2eae5;
  margin-bottom: 15px;
}

.ii-header-title {
  font-size: 14px;
  font-weight: 700;
}

.ii-header-title a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ii-header-title img {
  margin-right: 3px;
}

.ii-header-title h3 {
  font-size: 18px;
  margin: 2px 0 0 3px !important;
  padding: 0 !important;
}

.ii-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-left: 15px;
}

.ii-tag-item {
  display: inline-block;
  background-color: #c8eda0;
  color: var(--link-color);
  padding: 5px 8px 3px 8px;
  margin-left: 10px;
  border-radius: 4px;
  font-size: 12px;
}

.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 28px;
  padding: 5px 8px 3px 8px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.ai-badge i {
  font-size: 14px;
}

/* Текст */

.ai-badge-text {
  background: #eef8df;
  color: #5d8a1f;
  border-color: #d9ecb8;
}

/* Изображения */

.ai-badge-image {
  background: #edf4ff;
  color: #3f6ecb;
  border-color: #d7e5ff;
}

/* Видео */

.ai-badge-video {
  background: #fff6dc;
  color: #b88a00;
  border-color: #ffe9a3;
}

/* Аудио */

.ai-badge-audio {
  background: #fdeffd;
  color: #a94ba9;
  border-color: #f7d2f7;
}

/* Презентации */

.ai-badge-presentation {
  background: #fff1e8;
  color: #c96a28;
  border-color: #ffd7bd;
}

/* Бизнес */

.ai-badge-business {
  background: #ffe0cc;
  color: #d73131;
  border-color: #ffe0cc;
}

.ii-link {
  text-align: center;
}

.ii-link a {
  font-size: 13px;
}

.ii-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 10px 15px;
}

.ii-info-title {
  font-size: 16px;
}

.ii-info-value {
  font-size: 16px;
  font-weight: 700;
}

.ii-description {
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  margin-bottom: 0;
  min-height: 130px;
}

.ii-text-success {
  color: #78ab43;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 13px;
  position: absolute;
  bottom: -8px;
  right: 5px;
  background: white;
  padding: 0 10px;
}

.ii-text-danger {
  color: #e57373;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 13px;
  position: absolute;
  bottom: -8px;
  right: 5px;
  background: white;
  padding: 0 10px;
}

.author-box {
  display: flex;
  gap: 24px;
  margin: 40px 0 0;
  padding: 28px;
  background: linear-gradient(135deg, #f8faff 0%, #eef3ff 100%);
  border: 1px solid #e1e8ff;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.author-box__avatar {
  flex: 0 0 96px;
}

.author-box__avatar img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 24px rgba(97, 131, 241, 0.25);
}

.author-box__content {
  flex: 1;
}

.author-box__content h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.25;
  color: #1f2d3d;
}

.author-box__content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #344054;
}

.author-box__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0 !important;
  padding: 0;
  list-style: none;
}

.author-box__badges li {
  padding: 8px 14px;
  background: #ffffff;
  border: 1px solid #dbe5ff;
  border-radius: 999px;
  color: #3655b3;
  font-size: 14px;
  font-weight: 600;
}

.author-box__badges li {
  padding-left: 12px !important;
  margin-bottom: 0px !important;
}

.author-box__badges li:before {
  width: 0px !important;
  height: 0px !important;
}

.author-box__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.author-box__socials a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #dbe5ff;
  color: #6183f1;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.22s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.author-box__socials a:hover {
  background: #6183f1;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(97, 131, 241, 0.28);
}

@media (max-width: 768px) {
  .author-box__socials {
    margin-top: 18px;
  }

  .author-box__socials a {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}

.ai-tags-section {
  margin: 42px 0 34px;
}

.ai-tags-title {
  margin: 0 0 18px;

  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;

  color: #334155;
}

.ai-tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ai-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  min-height: 34px;
  padding: 0 13px;

  border-radius: 999px;
  border: 1px solid transparent;

  font-size: 14px;
  font-weight: 500;
  line-height: 1;

  text-decoration: none;
  white-space: nowrap;

  transition:
    transform .15s ease,
    box-shadow .15s ease,
    background .15s ease,
    border-color .15s ease;
}

.ai-tag:hover {
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .07);
}

.ai-tag i {
  font-size: 12px;
}

/* Текст */

.ai-tag-text {
  background: #eef8df;
  color: #5d8a1f;
  border-color: #d9ecb8;
}

.ai-tag-text:hover {
  color: #5d8a1f;
}

/* Изображения */

.ai-tag-image {
  background: #edf4ff;
  color: #3f6ecb;
  border-color: #d7e5ff;
}

.ai-tag-image:hover {
  color: #3f6ecb;
}

/* Видео */

.ai-tag-video {
  background: #fff6dc;
  color: #b88a00;
  border-color: #ffe9a3;
}

.ai-tag-video:hover {
  color: #b88a00;
}

/* Аудио */

.ai-tag-audio {
  background: #fdeffd;
  color: #a94ba9;
  border-color: #f7d2f7;
}

.ai-tag-audio:hover {
  color: #a94ba9;
}

/* Презентации */

.ai-tag-presentation {
  background: #fff1e8;
  color: #c96a28;
  border-color: #ffd7bd;
}

.ai-tag-presentation:hover {
  color: #c96a28;
}

.footer {
  background-color: #fff;
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%);
  color: #9299a2;
}

.footer a:not(.btn),
.footer .btn-link {
  color: #9299a2;
}

.footer a:not(.btn):hover,
.footer a:not(.btn):focus,
.footer .btn-link:hover,
.footer .btn-link:focus {
  color: #95ce5a;
}

.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.social-links p {
  font-size: 14px;
  margin-bottom: 0;
}

.social-links i {
  font-size: 36px;
  margin-left: 10px;
}

.social-links a:hover {
  color: #9299a2 !important;
}

.social-links .fa-telegram:hover {
  color: #2396dc;
}

.social-links .fa-vk:hover {
  color: #0077ff;
}

.social-links .fa-signal-messenger:hover {
  color: #280e6a;
}

.footer-links {
  padding: 10px 0;
  margin: 0;
  display: flex;
  gap: 8px 0;
  flex-wrap: wrap;
}

.footer-links li {
  list-style: none;
  margin-right: 20px;
}

.footer-links li a {
  font-size: 14px;
}

.footer-info {
  margin-top: 20px;
}

.footer-info p {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-info a {
  color: #037bfc !important;
}

.ai-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: start;
}

.ai-filter-sidebar {
  position: sticky;
  top: 20px;
  min-width: 300px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 22px;
  /* display: flex; */
  margin-bottom: 20px;
}

.ai-filter-title {
  font-size: 14px;
  font-weight: 750;
  color: #3f6Dcb;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
}

.ai-filter-subtitle {
  margin-top: 20px;
}

.ai-filter-toggle {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.35;
  color: #334155;
  cursor: pointer;
}

.ai-filter-toggle input {
  flex: 0 0 auto;
  margin-top: 3px;
  accent-color: #84cc16;
}

.ai-filter-sidebar-content {
  margin-bottom: 15px;
}

.ai-filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: all .15s ease;
  margin-top: 10px;
  margin-right: 10px;
}

.ai-filter-option:hover {
  border-color: #3f6dcb;
  background: #f5f8ff;
}

.ai-filter-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ai-filter-check {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  transition: all .15s ease;
}

.ai-filter-text {
  font-size: 15px;
  line-height: 1.35;
  color: #334155;
}

.ai-filter-option input:checked+.ai-filter-check {
  border-color: #3f6dcb;
  background: #3f6dcb;
  box-shadow: inset 0 0 0 3px #fff;
}

.ai-filter-option:has(input:checked) {
  border-color: #3f6dcb;
  background: #f5f8ff;
}

.ai-filter-count {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e2e8f0;
  font-size: 14px;
  color: #64748b;
}

.ai-filter-select {
  position: relative;
  margin-top: 10px;
}

.ai-filter-select-btn {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  border: 1px solid #e5e7eb;
  border-radius: 12px;

  background: #fff;
  color: #334155;

  font-size: 15px;
  line-height: 1.35;
  text-align: left;

  cursor: pointer;
  transition: all .15s ease;
}

.ai-filter-select-btn:hover {
  border-color: #b7d88b;
  background: #fbfff5;
}

.ai-filter-select-arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 18px;
  height: 18px;

  color: #64748b;

  transition: transform .15s ease;
}

.ai-filter-select-arrow i {
  font-size: 13px;
  line-height: 1;
}

.ai-filter-select.is-open .ai-filter-select-arrow {
  transform: rotate(180deg);
}

.ai-filter-select-menu {
  position: absolute;
  z-index: 20;
  top: 50px;
  left: 0;
  right: 0;

  padding: 8px;

  border: 1px solid #edf2f7;
  border-radius: 14px;

  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .12);

  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;

  transition:
    opacity .15s ease,
    transform .15s ease;
}

.ai-filter-select.is-open .ai-filter-select-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ai-filter-select-menu .ai-filter-option {
  margin-top: 0;
}

.ai-filter-select-menu .ai-filter-option+.ai-filter-option {
  margin-top: 8px;
}

.ai-filter-reset {
  width: 100%;
  margin-top: 24px;
  padding: 11px 14px;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  background: #fff;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.ai-filter-reset:hover {
  border-color: #a51f18;
  color: #a51f18;
}

.list-group-item.is-hidden {
  display: none !important;
}

.ai-active-filters-wrap {
  overflow: hidden;
  margin-top: 20px;
  transition:
    max-height .25s ease,
    margin-bottom .25s ease;
}

.ai-active-filters-wrap.is-active {
  margin-bottom: 10px;
}

.ai-active-filters {}

.ai-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 15px;
  border: 1px solid #cfe7a8;
  border-radius: 999px;
  background: #eef7df;
  color: #4d6b24;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity .2s ease, transform .2s ease, background .15s ease, border-color .15s ease;
}

.ai-filter-tag:hover {
  background: #e5f2cf;
  border-color: #bddc8c;
}

.ai-filter-tag span {
  font-size: 16px;
  opacity: .7;
}

.ai-filter-tag[hidden] {
  display: none !important;
}

.neygen-cookie {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #dfe6f2;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.16);
}

.neygen-cookie[hidden] {
  display: none;
}

.neygen-cookie__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #333e50;
  font-size: 15px;
  line-height: 1.45;
}

.neygen-cookie__text strong {
  font-size: 16px;
  color: #1f2937;
}

.neygen-cookie__text a {
  color: #3f6ecb;
  font-weight: 600;
  text-decoration: underline !important;
}

.neygen-cookie__button {
  flex: 0 0 auto;
  padding: 12px 20px;
  border: 0;
  border-radius: 12px;
  background: #3f6ecb;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
}

.neygen-cookie__button:hover {
  background: #315bb0;
  transform: translateY(-1px);
}

.neygen-author-page {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 10px 0px 60px;
}

.neygen-author-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;
  margin: 20px 0 36px;
}

.neygen-author-hero__content,
.neygen-author-card,
.neygen-author-section {
  background: #ffffff;
  border: 1px solid #e5eaf2;
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.neygen-author-hero__content {
  padding: 42px;
}

.neygen-author-kicker {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #edf4ff;
  color: #3f6ecb;
  font-size: 14px;
  font-weight: 700;
}

.neygen-author-hero h1 {
  margin: 0 0 18px;
  padding: 0;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #1f2d3d !important;
}

.neygen-author-lead {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.6;
  color: #344054;
}

.neygen-author-hero__content p {
  font-size: 16px;
  line-height: 1.75;
  color: #475467;
}

.neygen-author-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.neygen-author-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #3f6ecb;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.neygen-author-actions a:hover {
  background: #2f59aa;
  transform: translateY(-1px);
}

.neygen-author-card {
  padding: 24px;
}

.neygen-author-photo {
  overflow: hidden;
  border-radius: 20px;
  background: #f1f4f7;
  margin-bottom: 18px;
}

.neygen-author-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.neygen-author-facts,
.neygen-author-tags,
.neygen-author-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.neygen-author-facts {
  display: grid;
  gap: 10px;
}

.neygen-author-facts li {
  padding: 12px 14px !important;
  border: 1px solid #e9edf5;
  border-radius: 14px;
  background: #f8faff;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.neygen-author-facts li:before {
  width: 0px !important;
  height: 0px !important;
}

.neygen-author-section {
  padding: 34px;
  margin: 0 0 24px;
}

.neygen-author-section h2 {
  margin: 0 0 18px;
  padding: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #1f2d3d !important;
}

.neygen-author-section h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  line-height: 1.3;
  color: #1f2d3d !important;
}

.neygen-author-section p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #475467;
}

.neygen-author-grid,
.neygen-author-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.neygen-author-feature,
.neygen-author-trust__item {
  padding: 22px;
  border: 1px solid #e6ebf3;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
}

.neygen-author-feature p,
.neygen-author-trust__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.neygen-author-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.neygen-author-tags li {
  padding: 10px 14px !important;
  border-radius: 999px;
  background: #edf4ff;
  color: #3f6ecb;
  font-size: 14px;
  font-weight: 700;
}

.neygen-author-tags li:before {
  width: 0px !important;
  height: 0px !important;
}

.neygen-author-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.neygen-author-list li {
  position: relative;
  padding: 13px 16px 13px 42px;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  background: #ffffff;
  color: #344054;
  line-height: 1.55;
}

.neygen-author-list li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 16px !important;
  top: 12px !important;
  color: #3f6ecb !important;
  font-weight: 800 !important;
  background-color: unset !important;
}

.neygen-author-socials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.neygen-author-socials a {
  display: block;
  padding: 20px;
  border: 1px solid #e6ebf3;
  border-radius: 18px;
  background: #f8faff;
  color: #1f2d3d !important;
  text-decoration: none;
  transition: 0.2s ease;
}

.neygen-author-socials a:hover {
  border-color: #3f6ecb;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.neygen-author-socials strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.neygen-author-socials small {
  display: block;
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}

.ai-empty-state {
  width: 100%;
  padding: 36px 24px;
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 18px;
  text-align: center;
}

.ai-empty-state h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.ai-empty-state p {
  margin: 0;
  color: #7b8493;
}

@media (width <=1230px) {
  .navbar-menu {
    overflow: hidden;
    overflow-x: scroll;
  }

  .ai-category-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (width <=970px) {
  .ai-listing-and-filter {
    display: block;
  }

  .ai-filter-sidebar {
    display: none;
  }

  .neygen-author-hero {
    grid-template-columns: 1fr;
  }

  .neygen-author-card {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
  }

  .neygen-author-photo {
    margin-bottom: 0;
  }

  .neygen-author-grid,
  .neygen-author-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 770px) {
  .ai-filter-sidebar {
    /* position: static; */
    /* margin-bottom: 20px; */
    display: none;
  }

  .article-toc {
    padding: 20px;
    border-radius: 14px;
  }

  .article-toc h2 {
    font-size: 21px;
  }

  .article-toc a {
    padding: 12px 14px;
    font-size: 15px;
  }

  .ai-category-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-desc-bottom table {
    font-size: 14px;
  }

  .category-desc-bottom table th,
  .category-desc-bottom table td {
    padding: 12px;
  }

  .faq-item summary {
    padding: 16px 50px 16px 18px;
    font-size: 16px;
  }

  .faq-answer p {
    font-size: 15px;
  }

  .author-box {
    flex-direction: column;
    padding: 22px;
    gap: 18px;
  }

  .author-box__avatar {
    flex-basis: auto;
  }

  .author-box__avatar img {
    width: 78px;
    height: 78px;
  }

  .author-box__content h2 {
    font-size: 24px;
  }

  .author-box__content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .neygen-cookie {
    left: 12px;
    right: 12px;
    bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

  .neygen-cookie__button {
    width: 100%;
  }
}

@media (width <=720px) {
  .ai-tags-title {
    font-size: 19px;
  }

  .ai-tag {
    width: 100%;
    justify-content: center;
  }

  .neygen-author-page {
    padding: 20px 14px 44px;
  }

  .neygen-author-hero__content,
  .neygen-author-card,
  .neygen-author-section {
    padding: 22px;
    border-radius: 18px;
  }

  .neygen-author-hero h1 {
    font-size: 34px;
  }

  .neygen-author-lead {
    font-size: 18px;
  }

  .neygen-author-card {
    display: block;
  }

  .neygen-author-photo {
    margin-bottom: 18px;
  }

  .neygen-author-grid,
  .neygen-author-trust,
  .neygen-author-socials {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 550px) {
  .ai-count-new {
    font-size: 18px;
  }

  .ai-category-cards {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .ai-category-card {
    width: 100%;
  }

  .ai-category-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {

  .category-desc-bottom table th,
  .category-desc-bottom table td {
    padding: 10px 12px;
  }

  .navbar-brand a img {
    width: 120px;
  }
}