.mdl-layout__header img {
  height: 60%;
  padding-right: 30px;
  position: relative;
  margin-left: -62px; }

.head {
  height: 60px;
  width: 100%; }

.left {
  margin-bottom: 32px; }

.image-cropper {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  display: inline-block; }

@media (max-width: 400px) {
  .image-cropper {
    width: 140px;
    height: 140px; } }
.social-media .image-cropper {
  width: 40px;
  height: 40px; }

img.rounded {
  margin: 0 auto;
  height: 100%;
  width: auto; }

.right {
  margin: auto;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  line-height: 26px;
  font-size: 16px; }

.right .heading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #ad1457;
  margin-bottom: 10px; }

.education-line {
  color: #ad1457;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 14px;
}

.name {
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1.2px; }

.title-line {
  font-size: 14px;
  color: #757575;
  margin-bottom: 12px; }

.email {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px; }

.center-align {
  text-align: center; }

.social-media {
  margin-top: 10px; }

.social-media .image-cropper {
  margin: 0 6px; }

.section {
  margin-top: 24px; }

.section-title {
  font-weight: 600;
  font-size: 16px;
  color: #ad1457;
  margin-bottom: 10px; }

.section ul {
  margin: 0;
  padding-left: 20px; }

.section li {
  margin-bottom: 8px; }

.section p {
  margin: 0; }

.footer-cta {
  margin-top: 30px;
  padding-bottom: 20px; }

a {
  color: #ad1457;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px; }

a:hover {
  color: #6a1b4d; }

.sticky-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #ad1457;
  cursor: help;
}

.sticky-tooltip:focus {
  outline: 2px solid #ad1457;
  outline-offset: 2px;
}

.sticky-tooltip__content {
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  min-width: 280px;
  max-width: 340px;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  color: #333333;
  line-height: 1.45;
  font-size: 13px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 120ms ease, transform 120ms ease, visibility 120ms ease;
  z-index: 20;
}

.sticky-tooltip:hover .sticky-tooltip__content,
.sticky-tooltip:focus .sticky-tooltip__content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.sticky-tooltip__meta {
  margin: 0 0 6px 0;
}

.sticky-tooltip__image {
  display: block;
  width: 100%;
  max-width: 316px;
  margin: 0 0 6px 0;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

@media (max-width: 640px) {
  .sticky-tooltip__content {
    /* On mobile, pin tooltip to viewport to avoid clipping near edges. */
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 12px;
    width: min(92vw, 360px);
    max-width: 92vw;
    min-width: 0;
    transform: translate(-50%, 8px);
  }

  .sticky-tooltip:hover .sticky-tooltip__content,
  .sticky-tooltip:focus .sticky-tooltip__content {
    transform: translate(-50%, 0);
  }
}
.favorite-tools-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.favorite-tool-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  background: #ffffff;
  white-space: nowrap;
  text-decoration: none;
}

.favorite-tool-chip:hover {
  border-color: #ad1457;
  text-decoration: none;
}

.favorite-tool-logo {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  object-fit: contain;
  background: #ffffff;
}

@media (max-width: 840px) {
  .right .heading {
    font-size: 26px;
    line-height: 34px;
  }

  .right {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .head {
    height: 24px;
  }

  .name {
    font-size: 17px;
    letter-spacing: 0.8px;
  }

  .right .heading {
    font-size: 22px;
    line-height: 30px;
  }

  .section {
    margin-top: 18px;
  }

  .education-line {
    font-size: 13px;
  }
}
