.bcsara-contacts-block {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 32px;
}
.bcsara-contacts-header {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.bcsara-contacts-heading {
  font-family: "Poppins", sans-serif;
  color: #1d608a;
  margin: 0 0 24px 0 !important;
}
ul.bcsara-contacts-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
li.bcsara-contact-item {
  padding: 18px;
  background: #ffffff;
  display: flex;
  gap: 20px;
  /* align-items: center; */
  border: 1px solid #bbbbbb;
  border-radius: 8px;
}
li.bcsara-contact-item:not(:last-child) {
  /* border-bottom: 1px solid #bbbbbb; */
  margin-bottom: 24px;
  /* padding-bottom: 20px; */
}
.bcsara-contact-photo {
  width: 200px;
}
.bcsara-contact-photo img {
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.bcsara-contact-main {
  width: 100%;
}
.bcsara-contact-name-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.bcsara-contact-name {
  color: #222;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.bcsara-contact-line2 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bcsara-contact-description {
  margin-top: 20px;
}
.bcsara-contact-location,
.bcsara-contact-position {
  color: #222;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.bcsara-contact-location {
  position: relative;
  margin-left: 25px;
}
.bcsara-contact-location:not(.is-empty):before {
  content: "";
  background-image: url(/wp-content/uploads/2025/09/Location-Pin.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  left: -32px;
}
.bcsara-contact-contact {
  /* color: #1d608a; */
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  /* line-height: 100%; */
  text-align: right;
}
.bcsara-contact-contact a {
  color: #1d608a;
  text-decoration: underline !important;
  display: inline-block;
}

/* Responsiveness */
@media (max-width: 767px) {
  .bcsara-contacts-block {
    padding: 32px 16px;
  }
  .bcsara-contacts-list {
    gap: 24px;
  }
  li.bcsara-contact-item {
    /* border: 1px solid #bbbbbb;
    border-radius: 8px; */
    flex-direction: column;
  }
  .bcsara-contact-name-wrapper {
    gap: 0px;
    flex-direction: column;
  }
  .bcsara-contact-line2 {
    /* grid-template-columns: 1fr; */
    gap: 10px;
    flex-direction: column;
  }
  .bcsara-contact-location {
    margin-left: 32px;
  }
  .bcsara-contact-contact {
    text-align: unset;
    display: flex;
    flex-direction: column;
    gap: 8px 5px;
  }
  .bcsara-contacts-block .contact-separator {
    display: none;
  }
}

/* Responsiveness */
/* @media (max-width: 767px) {
 
  li.bcsara-contact-item {
   
  }
  .bcsara-contact-contact {
    
  }
  
} */
