﻿.lead-line-box {
  display: grid;
  gap: 14px;
  justify-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.lead-line-title {
  margin: 0;
  color: var(--navy);
  font-weight: 850;
}

.line-friend-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 4px 6px;
  border-radius: 8px;
  background: #06c755;
  box-shadow: 0 8px 22px rgba(6, 199, 85, .18);
}

.line-friend-link img {
  width: auto;
  height: 36px;
}

