@media (max-width: 768px) {
  .article-author {
    flex-wrap: wrap;
  }
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
html,
body {
  overflow-x: hidden;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: rgb(31, 31, 31);
  background: rgb(255, 255, 255);
  line-height: 1.5;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  background: none;
  font-family: inherit;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  background: rgb(255, 255, 255);
  width: 100%;
  height: 72px;
  border-bottom: 1px solid rgb(213, 213, 213);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 4px;
  position: sticky;
  top: 0px;
  z-index: 100;
}

.header-inner {
  max-width: 1200px;
  margin: 0px auto;
  height: 72px;
  display: flex;
  align-items: center;
  padding: 0px 16px;
  gap: 0px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.hamburger-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0px;
}

.search-icon {
  width: 18px;
  height: 18px;
}

.header-date {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgb(31, 31, 31);
  white-space: nowrap;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 0px;
  flex: 1 1 0%;
  padding-left: 40px;
}

.nav-link {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(31, 31, 31);
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0px 8px;
  white-space: nowrap;
}

.nav-link:hover {
  color: rgb(246, 142, 30);
}

.header-auth {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.btn-register {
  width: 132px;
  height: 32px;
  background: rgb(253, 232, 204);
  border-radius: 100px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(59, 59, 59);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  cursor: pointer;
}

.btn-login {
  width: 132px;
  height: 32px;
  background: rgb(255, 255, 255);
  border-radius: 100px;
  border: 1px solid rgb(194, 194, 194);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(59, 59, 59);
  cursor: pointer;
}

.article-logo-bar {
  background: rgb(255, 255, 255);
}

.logo-bar-inner {
  max-width: 1168px;
  margin: 0px auto;
  padding: 0px 16px;
}

.logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0px;
}

.infobae-logo {
  display: block;
}

.logo-bar-trending {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 9px 16px;
  border-top: 1px solid rgb(213, 213, 213);
  border-bottom: 1px solid rgb(213, 213, 213);
  flex-wrap: nowrap;
}

.vivo-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.trending-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.trends-label-group {
  display: flex;
  align-items: center;
  gap: 4px;
}

.trend-link {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(84, 84, 84);
  white-space: nowrap;
}

.trend-link:hover {
  color: rgb(246, 142, 30);
}

.trend-sep {
  color: rgb(155, 155, 155);
  font-size: 14px;
}

.content-area {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 16px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.article-main {
  width: 772px;
  flex-shrink: 0;
  padding-top: 20px;
}

.article-header-block {
  margin-bottom: 24px;
}

.category-badge {
  display: inline-flex;
  align-items: center;
  background: rgb(217, 16, 35);
  color: rgb(255, 255, 255);
  font-family: Tinos, serif;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  margin-bottom: 12px;
  height: 23px;
  letter-spacing: 0.5px;
}

.article-headline {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: rgb(31, 31, 31);
  line-height: 1.25;
  margin-bottom: 16px;
}

.article-subheadline {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: rgb(31, 31, 31);
  line-height: 1.35;
  margin-bottom: 16px;
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 4px;
}

.article-author {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.author-by {
  color: rgb(59, 59, 59);
}

.meta-sep {
  color: rgb(155, 155, 155);
}

.article-date {
  color: rgb(31, 31, 31);
  font-size: 14px;
}

.article-share {
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-label {
  font-size: 14px;
  color: rgb(59, 59, 59);
}

.share-link svg {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.article-image-wrap {
  margin-bottom: 24px;
  width: 100%;
}

.article-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.article-section {
  margin-bottom: 32px;
}

.section-heading {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: rgb(31, 31, 31);
  line-height: 1.25;
  margin-bottom: 16px;
}

.body-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgb(31, 31, 31);
  line-height: 1.6;
  margin-bottom: 14px;
}

.article-quote {
  border-left: 3px solid rgb(246, 142, 30);
  padding-left: 20px;
  margin: 16px 0px;
}

.article-quote p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 1.65;
  margin-bottom: 12px;
}

.article-quote p:last-child {
  margin-bottom: 0px;
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid rgb(208, 208, 208);
  border-radius: 11.5px;
  padding: 14px 16px;
  background: rgb(255, 255, 255);
}

.step-badge {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: rgb(246, 142, 30);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  flex-shrink: 0;
}

.step-content {
  flex: 1 1 0%;
}

.step-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 1.55;
}

.step-text strong {
  font-weight: 700;
}

.registration-form-wrapper {
  margin: 0px auto 32px;
  max-width: 505px;
  background: rgb(246, 142, 30);
  border-radius: 20px;
  padding: 24px 24px 28px;
}

.registration-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sidebar-related {
  width: 376px;
  flex-shrink: 0;
  padding-top: 20px;
}

.sidebar-item {
  border-bottom: 1px solid rgb(213, 213, 213);
}

.sidebar-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0px;
  min-height: 69px;
}

.sidebar-card-text {
  flex: 1 1 0%;
  padding-right: 8px;
}

.sidebar-card-title {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(31, 31, 31);
  line-height: 1.35;
}

.sidebar-thumb {
  width: 57px;
  height: 57px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 4px;
}

.comments-section {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 16px;
}

.comments-inner {
  width: 772px;
}

.comments-header {
  padding: 14px 0px;
  border-bottom: 1px solid rgb(213, 213, 213);
  margin-bottom: 0px;
}

.comments-sort {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sort-btn {
  font-family: Roboto, sans-serif;
  font-size: 11.625px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(213, 213, 213);
  border-radius: 2px;
  padding: 4px 8px;
  cursor: pointer;
}

.comments-tab {
  font-family: Roboto, sans-serif;
  font-size: 11.625px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}

.comments-list {
  list-style: none;
  padding: 0px;
}

.comments-list > li {
  border-bottom: 1px solid rgb(238, 238, 238);
}

.comment {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 0px;
}

.comment__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.comment__body {
  flex: 1 1 0%;
}

.comment__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.comment__author {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}

.comment__date {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}

.comment__text {
  font-family: Roboto, sans-serif;
  font-size: 13.5625px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 1.55;
  margin-bottom: 8px;
}

.comment__footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.comment__reply {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  cursor: pointer;
  background: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  padding: 0px;
}

.comment__reactions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reaction-up,
.reaction-down {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 3px;
}

.site-footer {
  background: rgb(59, 59, 59);
  width: 100%;
  padding: 56px 0px 40px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 284px 1fr 1fr 1fr;
  gap: 0px;
  padding-bottom: 40px;
}

.footer-col {
  padding: 0px 16px;
}

.footer-col--logo {
  padding-left: 0px;
}

.footer-logo-link {
  display: block;
  margin-bottom: 16px;
}

.footer-logo {
  display: block;
}

.footer-seguinos {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(232, 234, 237);
  margin-bottom: 12px;
}

.footer-socials {
  display: grid;
  grid-template-columns: repeat(3, 31px);
  gap: 12px;
  list-style: none;
  padding: 0px;
}

.footer-socials li a {
  display: block;
  width: 31px;
  height: 31px;
}

.footer-socials svg {
  display: block;
}

.footer-col__heading {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgb(232, 234, 237);
  margin-bottom: 16px;
  text-align: center;
}

.footer-col__links {
  list-style: none;
  padding: 0px;
  text-align: center;
}

.footer-col__links li {
  margin-bottom: 8px;
}

.footer-col__links a {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(232, 234, 237);
  text-decoration: none;
  line-height: 1.5;
}

.footer-col__links a:hover {
  color: rgb(246, 142, 30);
}

.footer-border {
  width: 100%;
  height: 1px;
  background: rgb(226, 226, 226);
  opacity: 0.3;
  margin-bottom: 24px;
}

.footer-copyright {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(232, 234, 237);
  text-align: center;
}

@media (max-width: 1024px) {
  .content-area {
    flex-direction: column;
  }
  .article-main {
    width: 100%;
  }
  .sidebar-related {
    width: 100%;
  }
  .comments-inner {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
  .header-date {
    font-size: 14px;
  }
  .btn-register,
  .btn-login {
    width: 100px;
    font-size: 12px;
  }
  .article-headline {
    font-size: 24px;
  }
  .article-subheadline {
    font-size: 18px;
  }
  .section-heading {
    font-size: 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .registration-form-wrapper {
    margin: 0px 0px 32px;
    max-width: 100%;
  }
  .sidebar-related {
    display: none;
  }
}

@media (max-width: 480px) {
  .header-auth {
    gap: 6px;
  }
  .btn-register,
  .btn-login {
    width: 90px;
    font-size: 11px;
    padding: 0px 4px;
  }
}

@media (max-width: 768px) {
  .header-inner {
    justify-content: space-between;
  }
}

.trand {
  display: flex;
  align-items: center;
  gap: 3px;
}

@media (max-width: 768px) {
  .logo-bar-trending {
    overflow-y: scroll;
  }
}

.form-text {
  color: rgb(255, 255, 255);
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

.form-text span {
  color: rgb(91, 162, 237);
}

.form-img {
  border-radius: 24px;
}

.comment-image {
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
}

.comment-image img {
  border-radius: 20px;
}

.comment.reply {
  padding-left: 100px;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
}

.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}

.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.reg-form-wrapp {
  margin-top: 30px;
}
