
.biography-collapsed {
    overflow: hidden;
    max-height: 7.2em; /* Approximately 4 lines of text */
    position: relative;
}

.biography-expanded {
    max-height: none;
}

.toggle-button {
    color: #0073bb;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 4px;
    background-color: white;
    display: inline;
}

.toggle-button-collapsed {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 2;
}

.toggle-button:hover {
    text-decoration: underline;
}

.biography-container {
    position: relative;
}

.biography-text {
    margin: 0;
    display: inline;
}

.biography-fade {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 1.6em;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1) 50%);
    pointer-events: none;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.fade-out {
    opacity: 0;
}
/* Hide empty containers */
.empty-container {
    display: none;
}

.staff-name {
	font-size: 1.5rem;
	margin: 0;
    font-weight: 700;
    color: #000000;
}
.staff-name p {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
    color: #000000;
}

@media (min-width: 576px) {
  .container.interior-content-block {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container.interior-content-block {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container.interior-content-block {
    max-width: 720px !important;
  }
}
@media (min-width: 1200px) {
  .container.interior-content-block {
    max-width: 900px !important;
  }
}
@media (min-width: 1475px) {
  .container.interior-content-block {
    max-width: 1400px !important;
  }
}




