/* TVTRACKER_PERSON_LOCALE_PREVIEW_CAST_027 */

.person-country-flag {
  margin-right: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.preview-cast-section[hidden] {
  display: none !important;
}

.preview-cast-person-static {
  cursor: default;
}

.preview-cast-person-static:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.09);
}

@media (max-width: 760px) {
  .person-country-flag {
    margin-right: 2px;
    font-size: 0.86rem;
  }
}
