.eltdf-expert-list-widget {
  margin-bottom: 20px;
}

.eltdf-expert-list-widget .eltdf-cl-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.eltdf-expert-list-widget .eltdf-cl-item {
  margin: 0;
}

.eltdf-expert-list-widget .eltdf-cl-item-inner {
  padding: 12px;
  border: 1px solid #e7ecf3;
  border-radius: 8px;
  background: #fff;
}

.eltdf-expert-list-widget .eltdf-cli-image img {
  border-radius: 50%;
  width: 68px;
  height: 68px;
  object-fit: cover;
}

.eltdf-expert-list-widget .eltdf-cli-title {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.3;
}

.eltdf-expert-list-widget .eltdf-expert-review-count {
  font-size: 13px;
  color: #667085;
  margin-bottom: 8px;
}

.eltdf-expert-list-widget .expert-live-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #475467;
}

.eltdf-expert-list-widget .expert-live-status > div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #12b76a;
}

.eltdf-expert-list-widget .expert-live-status.offline > div {
  background: #98a2b3;
}

.eltdf-expert-list-widget.eltdf-expert-list-widget--minimal {
  margin-bottom: 0;
}

.ahep-expert-widget.widget--minimal {
  background: #4f596f;
  border-radius: 10px;
  padding: 18px;
}

.ahep-expert-widget.widget--minimal h4 {
  color: #eef1f8;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
}

.ahep-expert-widget.widget--minimal .eltdf-cl-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ahep-expert-widget.widget--minimal .eltdf-cl-item-inner {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.ahep-minimal-main {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ahep-minimal-avatar {
  flex: 0 0 74px;
}

.ahep-minimal-avatar img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.ahep-minimal-center {
  min-width: 0;
  flex: 1 1 auto;
}

.ahep-minimal-title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.25;
}

.ahep-minimal-title a {
  color: #233044;
  text-decoration: none;
}

.ahep-minimal-subject {
  color: #9E9E9E;
  font-size: 13px;
  margin-top: 8px;
}

.ahep-minimal-rating {
  color: #f7b500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-flex;
}

.ahep-minimal-right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 9px;
}

.ahep-minimal-cta {
  margin-top: 0;
}

.ahep-minimal-hire {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #233044;
  background: transparent;
  border: 0;
  text-decoration: none;
}

.ahep-minimal-hire:hover {
  color: #1a2434;
  text-decoration: underline;
}

.ahep-expert-widget.widget--minimal .expert-live-status {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.ahep-expert-widget.widget--minimal .expert-live-status.online {
  background: #ecf8f0;
  color: #1f8d45;
}

.ahep-expert-widget.widget--minimal .expert-live-status.offline {
  background: #f6ecec;
  color: #b64848;
}

.ahep-expert-widget.widget--minimal .expert-live-status > div {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.ahep-expert-widget.widget--minimal .expert-live-status > div.online {
  background: #2ab45f;
}

.ahep-expert-widget.widget--minimal .expert-live-status > div.offline {
  background: #c95b5b;
}

@media (max-width: 767px) {
  .ahep-expert-widget.widget--minimal {
    padding: 14px;
  }

  .ahep-minimal-main {
    gap: 12px;
  }

  .ahep-minimal-avatar,
  .ahep-minimal-avatar img {
    width: 62px;
    height: 62px;
  }

  .ahep-minimal-title {
    font-size: 15px;
  }

  .ahep-minimal-right {
    gap: 7px;
  }

  .ahep-minimal-hire {
    font-size: 12px;
  }
}
