body.single-taller {
  --page-bg: var(--bg-1);
  --header-bg: var(--bg-1-50);
}

.taller-single {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.taller-single .entry-title {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.taller-single__subtitle {
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--color-black);
}

.taller-single__header--no-subtitle {
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--color-black);
}

.taller-single__image {
  margin: 2rem 0;
}

.taller-single__image img {
  width: 242px;
  height: 242px;
  object-fit: cover;
}

.taller-single__table {
  margin-bottom: 2rem;
}

.taller-single__table td {
  vertical-align: middle;
}

.taller-single__col-nombre { width: 30%; }
.taller-single__col-dots   { width: 15%; }
.taller-single__col-mail   { width: 30%; }
.taller-single__col-web    { width: 25%; }

.taller-single__td-value {
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
}

.taller-single__section {
  margin-bottom: 2.5rem;
}

.taller-single__section-label {
  margin-bottom: 0.5rem;
}

.taller-single__profesorado-table thead th,
.taller-single__profesorado-table tbody tr:first-child td {
  border-top: 1px solid var(--color-black);
}

.taller-single__profesorado-table td {
  vertical-align: middle;
}

.taller-single__prof-nombre   { width: 30%; }
.taller-single__prof-docencia { width: 15%; white-space: nowrap; }
.taller-single__profesorado-table td:nth-child(3) { width: 30%; }
.taller-single__profesorado-table td:nth-child(4) { width: 25%; }

.taller-single__prof-docencia-inner {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ud-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.taller-single__contenido {
  columns: 1;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.taller-single__contenido p,
.taller-single__contenido h2,
.taller-single__contenido h3 {
  break-inside: avoid;
  margin-bottom: 1em;
}

.taller-single__contenido h2,
.taller-single__contenido h3,
.taller-single__contenido strong {
  font-weight: 700;
}

.taller-single__dossier {
  margin-bottom: 2.5rem;
  display: flex;
  padding: 4px 0;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}

.taller-single__programa-table tbody tr:first-child td {
  border-top: 1px solid var(--color-black);
}

.taller-single__col-enlace {
  text-align: right;
}

.taller-single__enlace-programa {
  color: var(--color-warm-gray);
  text-decoration: none;
}

.taller-single__enlace-programa:hover {
  color: var(--color-black);
}

.taller-single__enlace {
  color: var(--color-black);
  text-decoration: none;
}

.taller-single__enlace:hover {
  text-decoration: underline;
}

.taller-single__back {
  display: flex;
  justify-content: center;
  padding: 2rem 0 1rem;
}

.taller-single__profesorado-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.taller-single__profesorado-table {
  min-width: 500px;
}

@media (min-width: 640px) {
  .taller-single {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .taller-single__image img {
    max-width: 320px;
  }

  .taller-single__subtitle,
  .taller-single__header--no-subtitle {
    padding-bottom: 4rem;
  }

  .taller-single__contenido {
    columns: 2;
  }
}

@media (min-width: 1024px) {
  .taller-single__subtitle,
  .taller-single__header--no-subtitle {
    padding-bottom: 6rem;
  }
}