.lcd-directory-wrap,
.lcd-form-wrap,
.lcd-single-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.lcd-single-wrap {
  padding: 20px 0;
}

.lcd-filter-bar {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) auto minmax(220px, 1fr) minmax(220px, 1fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 26px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.lcd-filter-group,
.lcd-field {
  display: flex;
  flex-direction: column;
}

.lcd-filter-group label,
.lcd-field label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1f2937;
}

.lcd-filter-group select,
.lcd-field input,
.lcd-field select,
.lcd-field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  font-size: 15px;
  line-height: 1.4;
}

.lcd-field textarea {
  min-height: 180px;
  resize: vertical;
}

.lcd-grid {
  display: grid;
  gap: 18px;
}

.lcd-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lcd-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lcd-candidate-form {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.lcd-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  background: #fed000;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.lcd-button:hover {
  transform: translateY(-1px);
  opacity: 1;
  background: #e4bb00;
  color: #000;
}

.lcd-button:focus-visible {
  outline: 2px solid #111827;
  outline-offset: 2px;
}

.lcd-button-secondary {
  min-width: 180px;
}

.lcd-honeypot {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.lcd-grid-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.lcd-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.lcd-card-inner {
  padding: 26px 20px;
  text-align: center;
}

.lcd-card-photo-link,
.lcd-name a {
  text-decoration: none;
  color: inherit;
}

.lcd-card-actions {
  margin-top: 18px;
}

.lcd-photo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.lcd-photo {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  border: 4px solid #ffffff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
}

.lcd-photo-placeholder {
  background: linear-gradient(135deg, #e5e7eb, #f3f4f6);
}

.lcd-name {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #111827;
}

.lcd-meta {
  font-size: 15px;
  line-height: 1.55;
  color: #374151;
  margin-bottom: 4px;
  word-break: break-word;
}

.lcd-office {
  color: #111827;
}

.lcd-website a {
  color: #1d4ed8;
  text-decoration: none;
}

.lcd-website a:hover {
  text-decoration: underline;
}

.lcd-empty-state {
  padding: 28px;
  border-radius: 16px;
  border: 1px dashed #cbd5e1;
  background: #f8fafc;
  text-align: center;
}

.lcd-form-message {
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid #d9c04a;
  background: #fff9db;
  color: #1f2937;
  font-weight: 600;
}

.lcd-form-message-success {
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.lcd-filter-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-height: 46px;
}

.lcd-result-count {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

.lcd-result-state-text {
  font-size: 14px;
  color: #4b5563;
}

.lcd-single-card {
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.lcd-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #4b5563;
}

.lcd-breadcrumb-separator {
  color: #9ca3af;
}

.lcd-single-header {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 24px;
}

.lcd-single-photo {
  width: 180px;
  height: 180px;
}

.lcd-single-title {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.1;
  color: #111827;
}

.lcd-single-meta-list {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.lcd-single-meta-row {
  font-size: 16px;
  color: #374151;
}

.lcd-single-meta-label {
  font-weight: 700;
  color: #111827;
}

.lcd-single-bio {
  margin-top: 18px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.lcd-single-bio h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
}

@media (max-width: 980px) {
  .lcd-filter-bar,
  .lcd-grid-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lcd-filter-group-button,
  .lcd-filter-summary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .lcd-grid-2,
  .lcd-grid-3,
  .lcd-grid-directory,
  .lcd-filter-bar,
  .lcd-single-header {
    grid-template-columns: 1fr;
  }

  .lcd-grid-2,
  .lcd-grid-3,
  .lcd-grid-directory,
  .lcd-filter-bar,
  .lcd-single-header {
    display: grid;
  }

  .lcd-photo,
  .lcd-single-photo {
    width: 120px;
    height: 120px;
  }

  .lcd-single-header {
    justify-items: center;
    text-align: center;
  }

  .lcd-single-title {
    font-size: 30px;
  }
}


.lcd-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.lcd-card-actions {
  margin-top: auto;
  padding-top: 18px;
  width: 100%;
}

.lcd-button-secondary {
  width: 100%;
  min-width: 0;
}


.lcd-single-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.lcd-social-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lcd-social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.lcd-social-link:hover {
  transform: translateY(-1px);
  border-color: #111827;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.lcd-social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

.lcd-private-note {
  margin-top: -4px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff9db;
  border: 1px solid #f3dc77;
  color: #374151;
  font-size: 14px;
  line-height: 1.5;
}

.lcd-candidate-form,
.lcd-form-wrap,
.lcd-field,
.lcd-grid {
  box-sizing: border-box;
}

.lcd-field input[type="file"] {
  padding: 10px;
}

@media (max-width: 767px) {
  .lcd-form-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lcd-candidate-form {
    padding: 18px;
  }
}

.lcd-form-message p {
  margin: 0 0 12px;
}

.lcd-form-message p:last-child {
  margin-bottom: 0;
}

.lcd-success-cta {
  margin-top: 4px;
}


.lcd-required {
    color: #c62828;
    font-weight: 700;
    white-space: nowrap;
}
