button {
  all: unset;
}

.btn {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.btn:hover {
  opacity: 0.8;
}

.btn:focus {
  outline: none;
}


.apropos-btn-wrapper {
  display: inline-flex;
  gap: 10px;
  margin-top: 10px;
}

.apropos-btn-left {
  font-size: 14px;
  font-weight: 300;
  color: #222222;
  background-color: #eeeeee;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: inherit;
  border: none;
  outline: none;
  cursor: pointer;
}

.apropos-btn-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff1e69;
  border-radius: 6px;
  min-width: 40px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  overflow: hidden;
}

.apropos-arrow {
  width: 12px;
  height: 12px;
  display: block;
  transition: transform 0.3s ease;
}
