.node--chef--full #block-irca-breadcrumbs {
  padding: var(--spacing--5) 0 0;
}
.node--chef--full #block-irca-breadcrumbs ol {
  margin: 0;
}
.node--chef--full .chef-header {
  display: flex;
  align-items: stretch;
  gap: var(--spacing--4);
  padding: var(--spacing--5) 0 var(--spacing--7);
}
.node--chef--full .chef-header > picture {
  --d: 30%;
  min-width: var(--d);
  max-width: 42rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: var(--radius--3);
  border: 1px solid var(--c--gray);
}
.node--chef--full .chef-header > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node--chef--full .chef-header .content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing--3);
}
.node--chef--full .chef-header .content hgroup {
  display: flex;
  flex-direction: column;
}
.node--chef--full .chef-header .content .brands {
  margin-bottom: var(--spacing--2);
}
.node--chef--full .chef-header .content .brands strong {
  color: var(--text--active);
}
.node--chef--full .chef-header .content .brands strong::before {
  color: var(--text--primary);
}
.node--chef--full .chef-header .content .brands strong + strong::before {
  content: " - ";
  font-weight: 400;
}
.node--chef--full .chef-header .content .info {
  display: flex;
  align-items: center;
  gap: var(--spacing--2);
  justify-content: space-between;
}
.node--chef--full .chef-header .content .info h2 {
  font-size: var(--typography--font-size--lg);
  font-weight: 600;
}
.node--chef--full .chef-header .content .taxonomy-term--nationality h3 {
  font-weight: 600;
}
.node--chef--full .chef-header .content .social-links .btn > i {
  font-size: 1.6rem;
}
.node--chef--full .chef-header .content .social-links ul {
  display: flex;
  gap: var(--spacing--2);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .node--chef--full .chef-header .content {
    padding: var(--spacing--2) 0;
  }
}
@media (max-width: 1199px) {
  .node--chef--full .chef-header {
    flex-direction: column;
    padding: var(--spacing--3) 0 var(--spacing--6);
  }
  .node--chef--full .chef-header > picture {
    --d: 100%;
    max-height: 48rem;
  }
}
.node--chef--full .paragraph--quote + .paragraph--video {
  background-color: var(--c--white);
  border-top-right-radius: clamp(var(--radius--6), 6vw, var(--radius--10));
  overflow: hidden;
  padding-bottom: 0;
}
.node--chef--full .paragraph--quote + .paragraph--video .paragraph-content {
  margin-bottom: 0;
}
/*# sourceMappingURL=node--chef--full.css.map */
