/* Social Media Icons */

.icon_description .icon_list_right {
    float: right;
}

.social-media-icons {
  display: flex; /* Arrange icons in a row */
  gap: 0.5rem; /* Adjust the gap value as needed */
}

@media (max-width: 768px) { /* Adjust the breakpoint as needed */
  .social-media-icons {
    gap: 0.25rem; /* Smaller gap for mobile devices */
    justify-content: center;
  }
}

.social-icon {
  width: 30px !important; /* Set a fixed width for all icons */
  height: 30px !important; /* Set a fixed height for all icons */
  margin: 0 2px !important; /* Add a small margin between icons */
}

/* Editorial Team Style */
.editorial-list {
  position: relative;
}

.editorial-list li {
  margin-bottom: 1.125rem;
}

.editorial-list .img-profile {
  position: absolute;
  left: 0;
  width: 95px;
  height: 105px;
  border: 1px solid #ddd;
  padding: 0.5rem;
  border-radius: 10px;
}

.editorial-list .img-profile .imgthumb {
  width: 80px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
  object-fit: fill;
}

.editorial-list .img-profile img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.team-content {
  margin-left: 100px;
  min-height: 130px;
}

.team-content .ico-label {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

.team-aff ul li {
  margin-bottom: 0;
}

.team-aff ul li .tm_label {
  display: inline-block;
  width: 80px;
}

.team-aff ul li .ico-label {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .editorial-list .img-profile {
    width: 70px;
    height: 80px;
  }

  .editorial-list .img-profile .imgthumb {
    width: 60px;
    height: 70px;
  }

  .team-content {
    margin-left: 70px;
    min-height: 100px;
  }

  .team-aff ul li .tm_label {
    width: 60px;
  }
}

@media (max-width: 480px) {
  .editorial-list .img-profile {
    width: 50px;
    height: 60px;
  }

  .editorial-list .img-profile .imgthumb {
    width: 40px;
    height: 50px;
  }

  .team-content {
    margin-left: 50px;
    min-height: 80px;
  }

  .team-aff ul li .tm_label {
    width: 50px;
  }
}

/* Footer Styles */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .footer-section {
    flex: 0 0 auto;
    width: 100% !important;
    margin-bottom: 20px;
    text-align: center;
  }
}

/* Mobile Header Styles */
@media (max-width: 768px) {
  #block-header_text .left h1, .header_text_content .left h1 {
    font-size: 1.5em;
  }
}
  .footer {
    text-align: center;
  }

.value {
  display: none !important;
}




