a {
  cursor: pointer;
}
.story__body {
  border-top: 1px solid grey !important;
}
.story__media {
  width: 100%;
  margin: 24px auto;
  text-align: center;
}
.story__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
body {
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a,
body,
div,
h1,
h2,
h4,
html,
img,
li,
p,
span,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  font-weight: 400;
}
ul {
  list-style: none;
}
:focus {
  outline: 0;
}
a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a img {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #000;
  min-width: 320px;
}
.sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  height: 100%;
  left: -435px;
  padding: 65px 44px 20px 35px;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 99999;
  max-width: 435px;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
@media screen and (max-width: 767px) {
  .sidebar {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 374px) {
  .sidebar {
    padding: 50px 15px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.extra__modal input:not(:focus):valid ~ .floating-label {
  background: #fff;
  color: #5f6368;
  font-size: 10px;
  font-style: italic;
  left: 13px;
  opacity: 1;
  padding: 0 5px;
  top: -5px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
.news-left-content p:has(iframe[src*="/xbu4h"]) {
  text-align: center;
}
#onetrust-pc-sdk [type="checkbox"]:not(:checked) {
  pointer-events: initial;
}
.category-vendors-list-handler + a:focus-visible {
  outline: 2px solid #000;
}
:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}
.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: var(--check-font-regular) !important;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .check {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
}
@font-face {
  font-family: "Eugenio Serif Fallback";
  src: local(Georgia);
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 23%;
  line-gap-override: 13%;
}
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.main-nav:has(.follow-trigger) {
  grid-template-areas: "nav search follow";
  grid-template-columns: 1fr 40px auto;
}
:root {
  --follow-color: #222;
  --follow-color-hover: #fff;
}
.rep-page-header-nav:has(button.follow-trigger) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .rep-page-header-nav:has(button.follow-trigger) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1539px) {
  :root {
    --rep-maxwidth: 996px;
  }
}
@media screen and (min-width: 1540px) {
  :root {
    --rep-maxwidth: 1260px;
  }
}
@media screen and (max-width: 767px) {
  .check {
    width: 260px !important;
  }
}
.story__body {
  border: 1px solid grey;
  border-top: none;
  max-width: 996px;
  margin: 0 auto;
  padding: 20px;
  font-size: 18px;
  line-height: 1.475;
  margin-bottom: 60px;
}
.story__toolbar {
  max-width: 996px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border: 1px solid grey;
  border-bottom: none;
  font-size: 14px;
  color: #1a1a1a !important;
  box-sizing: border-box;
}
.story__toolbar .time {
  white-space: nowrap;
}
.story__toolbar__reading-time {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}
.story__toolbar svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  .story__toolbar {
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .story__body {
    margin-bottom: 0px;
    border-bottom: none;
  }
}
.story__body p {
  margin-bottom: 24px;
}
.story__body b {
  font-weight: 600;
}
.story__media {
  margin-bottom: 24px;
}
.story__media img {
  max-width: 100%;
  object-fit: cover;
  height: auto;
}
.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 95%;
}
.comment-content {
  display: flex;
  flex-direction: column;
}
.comment-block {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #767d843c;
  padding-top: 0.5rem;
  font-size: 0.9rem;
}
.block-info {
  width: 100%;
}
.block-info-comment {
  position: relative;
  padding-right: 60px;
}
.block-info-comment__svg {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  font-size: 0.8rem;
}
.block-info-comment__svg svg {
  background-color: #62626237;
  border-radius: 50%;
  fill: #303030;
  width: 20px;
  padding: 5px;
}
.block-info-comment__name {
  color: #3e61bf;
  font-family: 600;
  padding-bottom: 8px;
}
.block-info-comment__name span {
  font-size: 0.8rem;
  font-weight: normal;
  color: #30303093;
  padding-left: 0.5rem;
}
.block-info-line {
  display: flex;
  flex-direction: column;
}
.block-info-line__like {
  display: flex;
  justify-content: flex-end;
  color: #626262;
  font-weight: normal;
  font-size: 0.7rem;
}
.comment__title {
  font-size: 22px;
}
@media (max-width: 500px) {
  .block-info-comment__name span {
    display: block;
    padding-left: 0;
  }
  .block-info-comment {
    padding-right: 0;
  }
}
.feedback {
  margin-bottom: 20px;
  padding: 5px 0 12px;
}
.feedback__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.feedback__header,
.feedback__body {
  border-bottom: 1px solid #989898;
}
.feedback__photo {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.feedback__photo img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
.feedback .feedback__name {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.6rem;
}
.feedback .feedback__position {
  margin: 0;
  font-size: 1.2rem;
  color: #787878;
}
@media (max-width: 660px) {
  .feedback {
    padding: 5px 0 12px;
  }
  .feedback__header {
    flex-direction: column;
    text-align: center;
    padding: 0 16px 20px;
  }
  .feedback__photo {
    margin-right: 0;
  }
}
.reg__o-list li {
  margin: 0;
  margin-bottom: 10px;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
body {
  font-family:
    "CNNSansDisplay", "FontTwo", "FontOne", "FontThree", "Helvetica Neue",
    Helvetica, Utkal, sans-serif;
  color: #262626;
}
header {
  font-family: "FontOne", sans-serif;
  color: black;
}
a {
  text-decoration: none;
  color: inherit;
  font-size: 15px;
}
.top-gray-bar {
  background: #252525;
  color: #ccc;
  font-family: acumin-pro-condensed, Rubik, Arial, Helvetica, serif;
  font-weight: 100;
  font-size: 14px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #414141;
}
.top-left {
  display: none;
}
.top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.top-links a {
  font-size: 16px;
}
.top-links a:hover {
  text-decoration: underline;
}
.top-right {
  margin-left: 50px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.login-icon {
  font-size: 18px;
  margin-right: 4px;
}
.top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
.main-black-bar {
  background: black;
  padding: 0 16px 0px 10px;
  color: white;
  height: 71px;
}
.main-black-bar.sticky {
  height: 40px;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  right: 0px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.main-black-bar.sticky .main-logo {
  width: 40px;
}
.menu-icon {
  display: none;
}
.menu-icon.desctop {
  display: block;
  margin-top: -6px;
}
.icon-serch {
  margin-top: -2px;
}
.icon-serch {
  font-family: "cnn-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.category-title {
  display: none;
}
.container-black {
  max-width: 1254px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.left.sticky {
  top: 0;
}
.live-label.sticky {
  margin-top: -10px;
}
.menu-icon {
  font-size: 22px;
  cursor: pointer;
}
.category-title {
  font-size: 16px;
  font-weight: bold;
}
.nav-categories {
  display: flex;
  gap: 15px;
  margin-left: 20px;
  font-weight: 300;
}
.nav-categories a {
  color: white;
}
.nav-categories a.active {
  font-weight: 900;
}
.right.live-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.live-label {
  background: #cc0000;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 6px;
  margin-top: 10px;
  animation: pulseBrightness 1.5s infinite ease-in-out;
}
@keyframes pulseBrightness {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(0.6);
  }
  100% {
    filter: brightness(1);
  }
}
.live-video {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sub-white-bar {
  background: white;
  border-top: 1px solid #e0e0e0;
  padding: 20px 16px 15px 10px;
  max-width: 1254px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 100;
  overflow-x: auto;
  border-bottom: 1px solid #ccc;
}
.topics-bar a {
  font-size: 13px;
}
.topics-bar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  white-space: nowrap;
}
.topics-bar a.red {
  color: #c00;
  font-weight: 200;
}
.divider {
  color: #bbb;
}
.article-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  padding: 20px;
  font-family: "CNNSansDisplay" sans-serif;
}
.article-content {
  flex: 3;
}
h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
}
.timestamp {
  font-size: 14px !important;
  color: #666;
  margin-bottom: 5px !important;
}
article img {
  width: 100%;
}
.sidebar {
  flex: 1;
  background: #fefefe;
  padding: 10px;
}
.ad-placeholder {
  padding: 15px;
  text-align: center;
}
.text-container {
  padding-left: 0;
}
article h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
article p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 300;
}
article a {
  font-size: inherit;
  color: #c00;
  text-decoration: underline;
}
.cnn-footer {
  background: #000;
  color: #fff;
  padding: 40px 20px;
}
.footer-search {
  max-width: 1250px;
  margin: 0 auto 30px auto;
  display: flex;
  gap: 0px;
}
.footer-search input {
  flex: 1;
  padding: 10px;
  border: none;
  font-size: 16px;
}
.mobile {
  display: none;
}
.desctop {
  display: inline-block;
}
.footer-search button {
  background: white;
  color: black;
  border: none;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
}
.footer-columns {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: start;
  gap: 5px;
  margin-bottom: 30px;
}
.footer-column > h4:hover {
  text-decoration: underline;
  text-decoration-color: red;
}
.footer-column a:hover {
  text-decoration: underline;
}
.footer-column {
  flex-basis: 150px;
}
.footer-column h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column ul li {
  font-size: 13px;
  margin-bottom: 6px;
  color: #b6b6b6;
  font-weight: 100;
}
.footer-social {
  border-top: 1px solid #444;
  color: rgb(153, 153, 153);
  padding-top: 40px;
  padding-bottom: 70px;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  font-size: 16px;
}
.footer-legal {
  background: #3a3a3a;
  padding: 10px 20px;
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer-legal a {
  color: rgb(191, 191, 191);
  font-size: 11px;
  text-decoration: none;
  border-right: 1px solid #666;
  padding-right: 10px;
}
.footer-legal a:last-child {
  border: none;
}
.publicidade-btn {
  background-color: #0066cc;
  color: white !important;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 400;
}
.footer-bottom {
  background: #1d1d1d;
  color: rgb(222, 222, 222);
  text-align: center;
  padding: 30px 20px;
}
.footer-bottom-links {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-size: 15px;
  margin-bottom: 20px;
}
.footer-bottom-links a {
  border-right: 1px solid rgb(222, 222, 222);
  font-weight: 400;
  padding-right: 10px;
}
.footer-logos {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}
.footer-logos img {
  height: auto;
  max-height: 40px;
}
.footer-copy {
  font-size: 14px;
  color: #ccc;
  padding-bottom: 20px;
}
@media (max-width: 1000px) {
  .sidebar {
    display: none;
  }
  .article-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .text-container {
    max-width: 780px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .nav-categories {
    display: none;
  }
  .top-links {
    display: none;
  }
  .top-gray-bar {
    background: #2e2e2e;
    color: #ccc;
    font-weight: 100;
    font-family: "FontOne" sans-serif;
    font-size: 14px;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-left {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 100;
  }
  .nav-categories {
    display: none;
  }
  .top-right {
    display: flex;
    align-items: center;
    font-weight: bold;
  }
  .top-right .login-icon {
    font-size: 18px;
    margin-right: 4px;
  }
  .menu-icon {
    display: block;
  }
  .category-title {
    display: block;
  }
  .main-black-bar {
    background: black;
    padding: 10px 16px 0px 10px;
    color: white;
    width: full;
  }
  .main-black-bar.sticky {
    position: fixed;
    z-index: 999999999;
    padding: 0 10px;
    top: 0;
    left: 0;
    right: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
  .main-black-bar.sticky .main-logo {
    width: 40px;
  }
  .container-black {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .left {
    position: relative;
    top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .left.sticky {
    top: 0;
  }
  .live-label.sticky {
    margin-top: -10px;
  }
  .main-logo {
    width: 66px;
  }
  .menu-icon {
    font-size: 22px;
    cursor: pointer;
  }
  .category-title {
    font-size: 16px;
    font-weight: bold;
  }
  .right.live-block {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .live-label {
    background: #cc0000;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 6px;
    margin-bottom: 4px;
  }
  .live-video {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .nav-categories {
    display: none;
  }
  .topics-bar {
    overflow-x: scroll;
  }
  .live-block {
    display: none;
  }
  .sub-white-bar {
    font-size: 22px;
    font-weight: 100;
    background: white;
    border-top: 1px solid #e0e0e0;
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .topics-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .topics-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
  .topics-bar {
    display: inline-flex;
    gap: 10px;
    padding: 0 20px;
    white-space: nowrap;
    width: max-content;
  }
  .topics-bar a {
    font-size: 15px;
    color: black;
    font-weight: normal;
  }
  .topics-bar a.red {
    color: #c00;
    font-size: 12px;
    font-weight: 200;
  }
  .divider {
    color: #ccc;
  }
  .article-wrapper {
    flex-direction: column;
    padding: 15px;
  }
  h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  .text-container {
    padding-left: 0;
  }
  .sidebar {
    display: none;
  }
  article h2 {
    font-size: 18px;
  }
  article p {
    font-size: 18px;
  }
  .sidebar {
    display: none;
  }
  .footer-search input {
    padding-left: 1px;
    padding-right: 1px;
  }
  .mobile {
    display: inline-block;
  }
  .mobile svg {
    margin-right: -15px;
  }
  .desctop {
    display: none;
  }
  .footer-columns {
    flex-direction: column;
  }
  .first-mobile-colubk {
    padding-bottom: 10px !important;
  }
  .footer-column {
    margin-top: -10px;
    margin-bottom: 0px;
    flex-basis: 10px;
  }
  .line {
    border-top: 1px solid #3c3c3c;
  }
  .listnone {
    display: none;
  }
  .last-footer-list {
    padding-top: 20px !important;
    border-top: 1px solid #3c3c3c;
  }
  .footer-column a:hover {
    text-decoration: underline;
  }
  .footer-column h4 {
    font-size: 18px;
    text-align: center;
  }
  .footer-column h4:hover {
    text-decoration: red;
  }
  .footer-column ul li {
    font-size: 16px;
    text-align: center;
  }
  .footer-search {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .footer-social {
    font-size: 16px;
    gap: 10px;
  }
  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    font-size: 12px;
  }
  .footer-legal a {
    border: none;
    padding: 0;
  }
  .publicidade-btn {
    padding: 2px 8px !important;
  }
  .footer-bottom-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .footer-bottom-links a {
    border-right: none;
  }
  .footer-logos {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .footer-copy {
    text-align: left;
  }
  .footer-columns.second {
    margin-top: -15px;
  }
  h4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
#form-feedback {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  max-width: 600px;
  margin: 30px auto;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}
#form-feedback:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}
.form-feedback-content .input:hover:not(:focus) {
  border-color: #bbb;
}
.form-feedback-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, #2d4499 0%, #1e2d60 100%);
  box-shadow: 0 6px 20px rgba(62, 97, 191, 0.4);
  transform: translateY(-2px);
}
.form-feedback-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(62, 97, 191, 0.3);
}
@media (max-width: 768px) {
  #form-feedback {
    padding: 8px 4px;
    margin: 20px 15px;
  }
}
@media (max-width: 480px) {
  #form-feedback {
    padding: 4px 0;
    margin: 15px 10px;
    border-radius: 6px;
  }
}
: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);
}
