.template-front-international-show-bdr #related-companies .grid .logo {
  text-align: center;
}
.template-front-international-show-bdr #related-companies .grid .cell img {
  max-width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
.template-front-international-show-bdr #indicators .mobile-comparative-indicators .into .select2 {
  min-width: 500px;
}
@media (max-width: 767px) {
  .template-front-international-show-bdr #indicators .mobile-comparative-indicators .into .select2 {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .template-front-international-show-bdr #dividends-section .div-period-dividend-yield-select,
  .template-front-international-show-bdr #dividends-section .div-period-dividends-select,
  .template-front-international-show-bdr #dividends-section .div-graph-dividend-select {
    width: 100%;
  }
}
.template-front-international-show-bdr #dividends-section .div-period-dividend-yield-select select,
.template-front-international-show-bdr #dividends-section .div-period-dividends-select select {
  min-width: 175px;
}
@media (min-width: 768px) {
  .template-front-international-show-bdr #dividends-section .div-period-dividend-yield-select .select2,
  .template-front-international-show-bdr #dividends-section .div-period-dividends-select .select2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .template-front-international-show-bdr #dividends-section .div-period-dividend-yield-select .select2,
  .template-front-international-show-bdr #dividends-section .div-period-dividends-select .select2 {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.template-front-international-show-bdr .about-header {
  display: flex;
  margin: 0 auto 40px;
  justify-content: center;
  align-items: center;
}
.template-front-international-show-bdr .about-header .logo-area {
  margin-right: 30px;
}
.template-front-international-show-bdr .about-header .logo-area .etf-icon {
  width: 32px;
  height: 32px;
  zoom: 4;
  display: block;
}
.template-front-international-show-bdr .about-header .btns {
  display: flex;
}
.template-front-international-show-bdr .about-header .rating {
  font-size: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.template-front-international-show-bdr .about-header .rating h4 {
  margin-bottom: 5px;
  font-weight: 600;
}
.template-front-international-show-bdr .about-header .rating .content-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.template-front-international-show-bdr .about-header .rating .content-rating .rating-show {
  border: none;
  margin-right: 20px;
}
.template-front-international-show-bdr .about-header .rating .content-rating .rating-show > input {
  display: none;
}
.template-front-international-show-bdr .about-header .rating .content-rating .rating-show > label {
  color: #616161;
  float: right;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.template-front-international-show-bdr .about-header .rating .content-rating .rating-show > label::before {
  font-size: 18px;
  display: inline-block;
  content: "\f005";
  margin: 2px;
  font-family: "Font Awesome 6 Pro";
}
.template-front-international-show-bdr .about-header .rating .content-rating .rating-show > input:checked ~ label {
  color: #a38c65;
}
@media (max-width: 767px) {
  .template-front-international-show-bdr .about-header .rating .content-rating .rating-show {
    margin: 31px 0;
  }
}
.template-front-international-show-bdr .about-header .rating .content-rating #rate-company {
  font-size: 14px;
  border-width: 2px;
  text-transform: uppercase;
  color: #293038;
  font-weight: 700;
}
.template-front-international-show-bdr .about-header .rating .content-rating #rate-company svg {
  width: 19px;
  height: 19px;
  color: #a38c65;
}
@media (max-width: 767px) {
  .template-front-international-show-bdr .about-header .rating .content-rating {
    flex-direction: column;
  }
}
.template-front-international-show-bdr .top-etfs .title {
  text-align: center;
}
.template-front-international-show-bdr .top-etfs .toolbar {
  margin-bottom: 30px;
  display: inline-block;
  float: right;
}
.template-front-international-show-bdr .top-etfs .toolbar .category {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.template-front-international-show-bdr .top-etfs .toolbar .category > span {
  margin-right: 20px;
}
.template-front-international-show-bdr .top-etfs h1 {
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 20px;
  display: none;
}
.template-front-international-show-bdr .top-etfs h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
.template-front-international-show-bdr .top-etfs .etfs-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .template-front-international-show-bdr .top-etfs .etfs-grid {
    grid-template-columns: 1fr;
  }
}
.template-front-international-show-bdr .top-etfs .etfs-grid .etf-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  text-decoration: none;
  color: unset;
}
.template-front-international-show-bdr .top-etfs .etfs-grid .etf-card .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .template-front-international-show-bdr .top-etfs .etfs-grid .etf-card .header {
    height: 103px;
  }
}
.template-front-international-show-bdr .top-etfs .etfs-grid .etf-card .header .image {
  flex: 1;
}
.template-front-international-show-bdr .top-etfs .etfs-grid .etf-card .header .image i {
  display: block;
  margin: 0;
  padding: 0;
  height: 32px;
  width: 32px;
}
.template-front-international-show-bdr .top-etfs .etfs-grid .etf-card .header .description {
  flex: 3;
  text-align: left;
}
@media (max-width: 767px) {
  .template-front-international-show-bdr .top-etfs .etfs-grid .etf-card .header .description {
    flex: 5;
  }
}
.template-front-international-show-bdr .top-etfs .etfs-grid .etf-card .header .description h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  padding: 0;
  line-height: 1;
}
.template-front-international-show-bdr .top-etfs .etfs-grid .etf-card .header .description p {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
.template-front-international-show-bdr .top-etfs .etfs-grid .etf-card .body {
  padding: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}
.template-front-international-show-bdr .top-etfs .etfs-grid .etf-card .body p {
  display: flex;
  align-items: center;
}
.template-front-international-show-bdr .top-etfs .etfs-grid .etf-card .body p img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.template-front-international-show-bdr .top-etfs .etfs-grid .etf-card .body strong {
  font-weight: bold;
  color: #000;
  margin-left: 5px;
}
.template-front-international-show-bdr .top-etfs .etfs-grid .etf-card:hover {
  box-shadow: 1px 1px 5px rgba(111, 111, 111, 0.68);
  opacity: 0.9;
}
