.feofanivska-contacts-block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 20px;
  border-radius: 24px;
  background: #f7f9ff;
}

.fcb-main {
  flex: 2;
  min-width: 260px;
}

.fcb-side {
  flex: 1;
  min-width: 220px;
}

.fcb-section {
  margin-bottom: 14px;
}

.fcb-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.fcb-subtitle {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.fcb-row {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  gap: 6px;
  flex-wrap: wrap;
}

.fcb-row--inline {
  gap: 8px;
}

.fcb-label {
  font-weight: 500;
}

.fcb-link {
  color: #2f7be9;
  text-decoration: none;
}

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

.fcb-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #2f7be9;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #d5e4ff;
}

.fcb-pill:hover {
  background: #2f7be9;
  color: #fff;
}

.fcb-social {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 10px;
  margin-bottom: 6px;
  text-decoration: none;
  color: #333;
}

.fcb-social i {
  font-size: 16px;
}

.fcb-text {
  font-size: 14px;
  line-height: 1.4;
}
