/* Lawyer public profile — join, editor, enhanced info page */

.sk-lawyer-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.25rem 0 0.5rem;
  padding: 0.2rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #047857;
  background: #ecfdf5;
  border-radius: 999px;
}

.sk-lawyer-verified-badge .fa {
  color: #059669;
}

.sk-lawyer-about .sk-lawyer-bio {
  margin: 0;
  line-height: 1.65;
  color: #334155;
}

.sk-lawyer-claim-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 1.25rem 0 0;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
  border: 1px solid #bfdbfe;
  border-radius: 0.5rem;
}

.sk-lawyer-claim-banner p {
  margin: 0;
}

.sk-lawyer-tag-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.sk-lawyer-tag-option {
  font-weight: normal;
  font-size: 0.875rem;
}

.sk-lawyer-practice-hint {
  margin: 0 0 0.625rem;
}

.sk-lawyer-practice-other {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px dashed #e2e8f0;
}

.sk-lawyer-practice-other label {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
}

.sk-lawyer-practice-other .sk-form-hint {
  margin-top: 0.375rem;
}

html[data-sk-theme="dark"] .sk-lawyer-practice-other {
  border-top-color: rgba(148, 163, 184, 0.25);
}

html[data-sk-theme="dark"] .sk-lawyer-practice-other label {
  color: #cbd5e1;
}

.sk-lawyer-status-banner {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  background: #f1f5f9;
}

.sk-lawyer-status-banner--published {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}

.sk-lawyer-status-banner--pending,
.sk-lawyer-status-banner--pending_review {
  background: #fffbeb;
  border: 1px solid #fde68a;
}

.sk-lawyer-status-banner--rejected {
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.sk-lawyer-browse-cta {
  margin-top: 1rem;
}

.sk-lawyer-browse-cta .btn {
  margin-right: 0.5rem;
}

.sk-lawyer-admin-diff {
  font-size: 0.8125rem;
  max-width: 220px;
}

.sk-lawyer-admin-diff s {
  color: #94a3b8;
}

@media (min-width: 768px) {
  .sk-lawyer-hero__img {
    width: 140px;
    height: 140px;
  }
}

/* Lawyer join page — centered form, horizontal process steps */

.sk-lawyer-join-apply .sk-benchcircle-section-header {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.sk-lawyer-join-steps {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.875rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .sk-lawyer-join-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .sk-lawyer-join-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.sk-lawyer-join-step {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1rem 1.125rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.sk-lawyer-join-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #4f46e5;
  background: #eef2ff;
}

.sk-lawyer-join-step__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #475569;
}

.sk-lawyer-join-claim-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  padding: 0.875rem 1.125rem;
  border-radius: 12px;
  border: 1px solid #bfdbfe;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
}

.sk-lawyer-join-claim-bar p {
  margin: 0;
  font-size: 0.9375rem;
  color: #334155;
}

.sk-lawyer-join-form-wrap {
  max-width: 44rem;
  margin: 0 auto;
}

#lawyer-profile-form {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  #lawyer-profile-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
  }

  #lawyer-profile-form .sk-form-group--full,
  #lawyer-profile-form .sk-btn-primary {
    grid-column: 1 / -1;
  }
}

html[data-sk-theme="dark"] .sk-lawyer-join-step {
  background: rgba(15, 23, 42, 0.5);
  border-color: rgba(148, 163, 184, 0.2);
}

html[data-sk-theme="dark"] .sk-lawyer-join-step__num {
  background: rgba(79, 70, 229, 0.2);
  color: #a5b4fc;
}

html[data-sk-theme="dark"] .sk-lawyer-join-claim-bar {
  background: rgba(30, 58, 138, 0.15);
  border-color: rgba(96, 165, 250, 0.25);
}

html[data-sk-theme="dark"] .sk-lawyer-join-claim-bar p {
  color: #cbd5e1;
}
