.theatre-fellowships-page .bww-fellowship-name {
  margin: 0;
  font-size: var(--bww-text-base);
  font-weight: 700;
  line-height: 1.35;
}
.theatre-fellowships-page .bww-fellowship-name a {
  color: var(--bww-text);
  text-decoration: none;
}
.theatre-fellowships-page .bww-fellowship-name a:hover {
  color: var(--bww-red);
}
.theatre-fellowships-page .bww-data-table .bww-th-sort {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.theatre-fellowships-page .bww-data-table .bww-th-sort:hover {
  color: var(--bww-red);
}
.theatre-fellowships-page .bww-data-table .bww-th-sort::after {
  content: " \25B4\25BE";
  opacity: 0.45;
  font-size: 0.75em;
}
.theatre-fellowships-page .bww-fellowship-load-more {
  display: block;
  margin: var(--bww-space-3) auto var(--bww-space-4);
}
.theatre-fellowships-page .bww-fellowship-footer {
  margin: 0 0 var(--bww-space-5);
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
}
.theatre-fellowships-page .bww-fellowship-footer a {
  font-weight: 600;
}
.theatre-fellowships-page .bww-fellowship-filters .bww-filter-bar--tools {
  display: flex;
  flex-wrap: wrap;
  gap: var(--bww-space-2);
}
.theatre-fellowships-page .bww-fellowship-filters .bww-filter-bar--tools .bww-select,
.theatre-fellowships-page .bww-fellowship-filters .bww-filter-bar--tools .bww-input {
  min-width: 140px;
  flex: 1 1 140px;
}
.theatre-fellowships-page .bww-fellowship-count {
  margin: 0 0 var(--bww-space-3);
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
}
.theatre-fellowships-page .bww-fellowship-org {
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
}
.theatre-fellowships-page .bww-home-heading {
  margin-top: var(--bww-space-4);
  margin-bottom: var(--bww-space-3);
}
.theatre-fellowships-page .bww-breadcrumb,
.theatre-fellowships-page .bww-breadcrumb__list,
.theatre-fellowships-page .bww-breadcrumb__item {
  list-style: none;
}
.theatre-fellowships-page .bww-breadcrumb__item::before {
  content: none;
}
.theatre-fellowships-page .bww-fellowship-table-panel .bww-table-wrap {
  overflow-x: auto;
}
.theatre-fellowships-page #fellowshipTable {
  table-layout: fixed;
  width: 100%;
}
.theatre-fellowships-page #fellowshipTable th,
.theatre-fellowships-page #fellowshipTable td {
  padding: 14px 16px;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.theatre-fellowships-page #fellowshipTable th:nth-child(1),
.theatre-fellowships-page #fellowshipTable td:nth-child(1) {
  width: 28%;
}
.theatre-fellowships-page #fellowshipTable th:nth-child(2),
.theatre-fellowships-page #fellowshipTable td:nth-child(2) {
  width: 22%;
}
.theatre-fellowships-page #fellowshipTable th:nth-child(3),
.theatre-fellowships-page #fellowshipTable td:nth-child(3) {
  width: 16%;
}
.theatre-fellowships-page #fellowshipTable th:nth-child(4),
.theatre-fellowships-page #fellowshipTable td:nth-child(4) {
  width: 14%;
}
.theatre-fellowships-page #fellowshipTable th:nth-child(5),
.theatre-fellowships-page #fellowshipTable td:nth-child(5) {
  width: 20%;
}
.theatre-fellowships-page #fellowshipTable .bww-data-table__date {
  white-space: normal;
  text-align: left;
  font-weight: 600;
}
.theatre-fellowships-page.bww-job-detail .bww-job-header {
  margin-bottom: var(--bww-space-5);
}
.theatre-fellowships-page.bww-job-detail .bww-job-header__actions {
  margin-bottom: var(--bww-space-4);
}
.theatre-fellowships-page.bww-job-detail .bww-job-nav {
  margin-top: var(--bww-space-4);
  margin-bottom: var(--bww-space-5);
}
.theatre-fellowships-page.bww-job-detail .bww-job-body,
.theatre-fellowships-page.bww-job-detail .bww-job-contact {
  margin-top: var(--bww-space-5);
}
.theatre-fellowships-page.bww-job-detail .bww-section-title {
  margin-bottom: var(--bww-space-3);
}
.theatre-fellowships-page.bww-job-detail .bww-job-description {
  padding: var(--bww-space-4) var(--bww-space-5);
}
.theatre-fellowships-page .bww-listings-section {
  margin-top: var(--bww-space-5);
}
.theatre-fellowships-page .bww-listings-section .bww-card-list {
  padding: 0 var(--bww-space-4) var(--bww-space-4);
}
@media (max-width: 767px) {
  .theatre-fellowships-page .classified-jobs__intro {
    display: block;
  }
  .theatre-fellowships-page .bww-filters-panel .bww-filter-bar--tools {
    display: flex;
  }
  .theatre-fellowships-page .bww-fellowship-table-panel .bww-table-wrap {
    overflow-x: visible;
  }
  .theatre-fellowships-page #fellowshipTable thead {
    display: none;
  }
  .theatre-fellowships-page #fellowshipTable tbody tr.fellowship-row {
    display: block;
    padding: var(--bww-space-4) 0;
    border-bottom: 1px solid var(--bww-surface-border);
  }
  .theatre-fellowships-page #fellowshipTable tbody tr.fellowship-row td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    padding: 0;
  }
  .theatre-fellowships-page #fellowshipTable tbody tr:nth-child(even):not(.bww-data-table__ad-row) td {
    background: transparent;
  }
  .theatre-fellowships-page #fellowshipTable tbody tr.fellowship-row td:nth-child(n+2) {
    margin-top: var(--bww-space-3);
    padding-top: var(--bww-space-3);
    border-top: 1px solid var(--bww-surface-border);
  }
  .theatre-fellowships-page #fellowshipTable tbody tr.fellowship-row td:nth-child(2)::before,
  .theatre-fellowships-page #fellowshipTable tbody tr.fellowship-row td:nth-child(3)::before,
  .theatre-fellowships-page #fellowshipTable tbody tr.fellowship-row td:nth-child(4)::before,
  .theatre-fellowships-page #fellowshipTable tbody tr.fellowship-row td:nth-child(5)::before {
    display: block;
    margin-bottom: 4px;
    font-size: var(--bww-text-xs);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bww-text-muted);
  }
  .theatre-fellowships-page #fellowshipTable tbody tr.fellowship-row td:nth-child(2)::before { content: "Organization"; }
  .theatre-fellowships-page #fellowshipTable tbody tr.fellowship-row td:nth-child(3)::before { content: "Location"; }
  .theatre-fellowships-page #fellowshipTable tbody tr.fellowship-row td:nth-child(4)::before { content: "Format"; }
  .theatre-fellowships-page #fellowshipTable tbody tr.fellowship-row td:nth-child(5)::before { content: "Deadline"; }
}
