.contact-panel {
  padding-left: 40px;
  border-left: 2px solid rgba(255, 255, 255, 0.15);
}

.panel-title {
  font-size: 1.4rem;
  margin-bottom: 24px;
  font-weight: 500;
}

.panel-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.panel-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 0.95rem;
  opacity: 0.9;
}

.panel-list .dot {
  width: 6px;
  height: 6px;
  background: var(--pink);
  border-radius: 50%;
  flex-shrink: 0;
}
