.talent-panel h2 {
  max-width: 700px;
}

.talent-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 42px;
}

.talent-actions .button {
  display: inline-block;
}

.talent-link {
  border-bottom: 1px solid #7f8984;
  color: #d0d5d1;
  font-size: .84rem;
  padding-bottom: 5px;
}

.talent-link:hover,
.jobs-embed-head a:hover {
  color: #fff;
}

.jobs-embed {
  background: #fff;
  border: 1px solid #59615e;
  color: var(--ink);
  margin-top: 10px;
  overflow: hidden;
}

.jobs-embed-head {
  align-items: center;
  background: #242c29;
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 22px 26px;
}

.jobs-embed-head span {
  color: #d5a8a9;
  display: block;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .15em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.jobs-embed-head h3 {
  font: 400 1.55rem/1.15 "Libre Caslon Display", serif;
  margin: 0;
}

.jobs-embed-head a {
  border-bottom: 1px solid #7f8984;
  color: #d0d5d1;
  flex: 0 0 auto;
  font-size: .78rem;
  padding-bottom: 4px;
}

.jobs-embed iframe {
  background: #fff;
  border: 0;
  display: block;
  height: 760px;
  width: 100%;
}

@media (max-width: 650px) {
  .talent-panel {
    padding: 34px 22px;
  }

  .talent-actions,
  .jobs-embed-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .jobs-embed iframe {
    height: 680px;
  }
}
