.elementor-79 .elementor-element.elementor-element-5d42e02{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e76cc60 *//* BUSINESS PAGE DIRECTORY REDESIGN */

.plh-business-list {
  display: grid;
  gap: 22px;
}

.plh-business-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid #eef2f7;
  transition: 0.25s ease;
}

.plh-business-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.13);
}

.plh-business-logo,
.plh-profile-logo {
  min-width: 78px;
  height: 78px;
  border-radius: 16px;
  background: #023e8a;
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plh-business-info h3 {
  color: #0077b6;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 10px;
}

.plh-business-info p {
  color: #4b5563;
  margin: 6px 0;
  line-height: 1.6;
}

.plh-business-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.plh-business-profile {
  display: flex;
  gap: 25px;
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid #eef2f7;
  margin-bottom: 25px;
}

.plh-business-profile h3 {
  color: #0077b6;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 10px;
}

.plh-business-profile p {
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: 10px;
}

.plh-business-form-note {
  max-width: 850px;
  margin: 30px auto 0;
  background: #ffffff;
  color: #1f2937;
  padding: 30px;
  border-radius: 18px;
  text-align: left;
}

.plh-business-form-note h3 {
  color: #023e8a;
  font-size: 24px;
  margin-bottom: 10px;
}

.plh-business-form-note p {
  color: #4b5563;
}

@media (max-width: 700px) {
  .plh-business-item,
  .plh-business-profile {
    flex-direction: column;
  }

  .plh-business-logo,
  .plh-profile-logo {
    min-width: 65px;
    height: 65px;
  }
}/* End custom CSS */