/* Resume heading cleanup and Profile view-selector pill */

/* Match the Profile view selector to the adjacent Explore Work pill, using blue. */
.page-profile .profile-actions .view-switcher__button {
  display: inline-flex !important;
  min-width: 0 !important;
  min-height: 39px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 12px 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--royal-blue, #1747b0) !important;
  color: var(--cream, #f7f1e8) !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: transform 160ms ease, background 160ms ease !important;
}

.page-profile .profile-actions .view-switcher__button:hover,
.page-profile .profile-actions .view-switcher__button:focus-visible {
  transform: translateY(-2px) !important;
  background: var(--brown, #493b32) !important;
  color: var(--cream, #f7f1e8) !important;
}

.page-profile .profile-actions .view-switcher__arrow {
  position: static !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  color: currentColor !important;
  font-size: 13px !important;
  line-height: 0.8 !important;
  opacity: 1 !important;
}

@media (max-width: 760px) {
  .page-profile .profile-actions .view-switcher__button {
    min-height: 37px !important;
    padding: 11px 18px !important;
    font-size: 11px !important;
  }
}
