.v13-default-hint {
  display: block;
  margin: 7px 0 10px;
  color: var(--muted);
  font-size: 11px;
}

.v13-locations-button {
  min-height: 38px;
  padding: 0 12px;
  margin: 8px 0;
  box-shadow: none;
}

.person-actions .v13-locations-button {
  margin: 0;
  min-width: 42px;
}

.v13-locations-panel {
  display: grid;
  gap: 14px;
}

.v13-location-list {
  display: grid;
  gap: 8px;
}

.v13-location-row {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 9px;
}

.v13-location-row > a:first-child {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  text-decoration: none;
}

.v13-location-row span,
.v13-location-row b,
.v13-location-row small {
  display: block;
}

.v13-location-row small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.v13-phone-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--navy);
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
}

.v13-name-link {
  display: block;
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .mobile-welcome {
    justify-content: flex-start;
  }

  .assignment-row .person-actions {
    flex-wrap: wrap;
  }

  .person-actions .v13-locations-button {
    width: auto;
    padding: 0 10px;
  }

  .modal-card {
    max-height: 88vh;
    overflow-y: auto;
  }
}
