.linkedin-description {
  margin-top: 0.5rem;
  color: #4a4a4a;
  line-height: 1.5;
}

.linkedin-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
}

.linkedin-toolbar__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.95rem;
}

.linkedin-toolbar__label {
  font-weight: 600;
  color: #333;
}

.linkedin-toolbar input[type="file"] {
  font-size: 0.95rem;
}

.linkedin-status {
  min-height: 1.5rem;
  font-size: 0.9rem;
  color: #2f5d62;
}

.linkedin-status[data-tone="error"] {
  color: #b91c1c;
}

.linkedin-status[data-tone="success"] {
  color: #166534;
}

.linkedin-status[data-tone="info"] {
  color: #2a4b7c;
}

.linkedin-template {
  border: 1px solid #dde1e7;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: #f9fbfd;
}

.linkedin-template__header {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.linkedin-template__hint {
  margin: 0;
  color: #4a4a4a;
  font-size: 0.9rem;
}

.linkedin-template__textarea {
  width: 100%;
  border: 1px solid #c5ccd6;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 0.95rem;
  font-family: inherit;
  resize: vertical;
  min-height: 140px;
}

.linkedin-summary {
  margin-bottom: 1rem;
  font-weight: 500;
  color: #2a4b7c;
}

.linkedin-subtabs {
  display: inline-flex;
  border: 1px solid #d7dce3;
  border-radius: 999px;
  overflow: hidden;
  background: #f1f4f9;
  margin-bottom: 1rem;
}

.linkedin-subtabs__button {
  border: none;
  background: transparent;
  padding: 0.6rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #4a4a4a;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.linkedin-subtabs__button:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.linkedin-subtabs__button.is-active {
  background: #2563eb;
  color: #fff;
}

.linkedin-panel {
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  padding: 1rem;
  background: #fff;
}

.linkedin-panel__header {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.linkedin-panel__title {
  margin: 0;
  font-size: 1.05rem;
}

.linkedin-panel__hint {
  margin: 0;
  color: #556270;
  font-size: 0.9rem;
}

.linkedin-table-wrapper {
  overflow-x: auto;
}

.linkedin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.linkedin-table th,
.linkedin-table td {
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid #e5e9f0;
  text-align: left;
  vertical-align: top;
}

.linkedin-table th {
  background: #f8fafc;
  font-weight: 600;
  color: #1f2937;
}

.linkedin-table__column--actions {
  width: 220px;
}

.linkedin-table__column--status {
  width: 120px;
  text-align: center;
}

.linkedin-enrich-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.linkedin-enrich-form__input {
  flex: 1 1 240px;
  min-width: 200px;
  padding: 0.45rem 0.55rem;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 0.95rem;
}

.linkedin-enrich-form__input:focus {
  outline: 2px solid #2563eb;
  outline-offset: 1px;
}

.linkedin-outreach-status {
  text-align: center;
  vertical-align: middle;
}

.linkedin-outreach-status__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.linkedin-outreach-status__checkbox {
  width: 1.1rem;
  height: 1.1rem;
}

.linkedin-outreach-status__label {
  font-size: 0.85rem;
  color: #4b5563;
}

.linkedin-contact {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.linkedin-contact__name {
  font-weight: 600;
  color: #111827;
}

.linkedin-contact__meta {
  color: #6b7280;
  font-size: 0.85rem;
}

.linkedin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.linkedin-empty {
  text-align: center;
  padding: 1.5rem 0.5rem;
  color: #6b7280;
}

.linkedin-link {
  color: #2563eb;
  text-decoration: none;
  word-break: break-word;
}

.linkedin-link:hover {
  text-decoration: underline;
}

@media (max-width: 720px) {
  .linkedin-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .linkedin-table__column--actions {
    width: 160px;
  }

  .linkedin-table__column--status {
    width: 100px;
  }

  .linkedin-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .linkedin-enrich-form {
    flex-direction: column;
    align-items: stretch;
  }

  .linkedin-enrich-form__input {
    width: 100%;
  }
}
