.breadcrumb-social-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem 0;
}

.breadcrumb {
  flex: 0 1 auto;
}

.social-block-right {
  flex: 0 0 auto;
  margin-left: 2rem;
}

.social-sharing-buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.social-sharing-buttons__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #f3f4f6;
  color: #4b5563;
  transition: all 0.2s ease;
}

.social-sharing-buttons__button:hover {
  background-color: #e5e7eb;
  color: #1f2937;
}

.social-sharing-buttons__button .fa {
  font-size: 16px;
}
