.case_study .horizontal_social_share {
    margin: 2rem auto;
    float: none;
    text-align: left;
}
.case_study .horizontal_social_share a {
    width: auto;
    height: auto;
}
.module-post--date {
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.875em;
    letter-spacing: 0.025em;
    margin: 1rem 0;
}
.module-post--author {
    background: #f7f7f7;
    padding: 2rem;
    margin-top: 3rem;
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
}
.module-post--author h4 {
    flex-basis: 100%;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 0.7);
}
.module-post--author-img {
    flex: 0 1 10rem;
}
.module-post--author-img img {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center top;
}
.module-post--author-bio {
    flex: 1 1 20rem;
}
.module-post--author-bio [data-bio] {
    margin-bottom: 1rem;
}
.module-post--author-bio [data-bio="name"] {
    font-weight: bold;
    margin-bottom: 0;
}
.module-post--author-bio [data-bio="role"] {
    font-size: 0.9375em;
    letter-spacing: 0.025em;
}
.module-post--author-bio [data-bio="profile"],
.module-post--author-bio [data-bio="profile"] p {
    font-size: 0.875em;
}
.module-post--body {
    position: relative;
    overflow: hidden;
}
.module-post--body.collapsed {
    max-height: 22rem;
}
.module-post--body.collapsed::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4rem;
    background-image: linear-gradient(
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 1)
    );
    bottom: 0;
    left: 0;
}
#gallery {
    width: 96%;
    max-width: 40rem;
    margin: 3rem auto;
    box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
    padding: 1rem;
    overflow: hidden;
}
#gallery .embla {
    position: relative;
}
#gallery .embla__viewport {
    overflow: hidden;
    width: 100%;
}
#gallery .embla__viewport.is-draggable {
    cursor: move;
    cursor: grab;
}
#gallery .embla__viewport.is-dragging {
    cursor: grabbing;
}
#gallery .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
#gallery .embla__slide {
    min-width: 100%;
    position: relative;
}
#gallery .embla__slide__inner {
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-bottom: 1rem;
}
#gallery .embla__slide__img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    transform: translate(-50%, -50%);
    max-height: 300px;
    object-fit: contain;
}
#gallery .embla__slide p:last-of-type {
    margin-bottom: 1rem;
}
@media screen and (min-width: 641px) {
    #gallery .embla__slide__inner {
        height: 400px;
    }
    #gallery .embla__slide__img {
        max-height: 400px;
    }
}
#gallery .embla--thumb {
    padding-top: 0;
}
#gallery .embla__container--thumb {
    cursor: default;
    margin-left: -0.5rem;
}
#gallery .embla__slide--thumb {
    padding-left: 0.5rem;
    min-width: 20%;
}
#gallery .embla__slide__inner--thumb {
    touch-action: manipulation;
    cursor: pointer;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    height: 100px;
    width: 100%;
    background-color: transparent;
    position: relative;
    display: block;
    overflow: hidden;
}
#gallery .embla__slide__thumbnail {
    position: absolute;
    opacity: 0.2;
    top: 0;
    bottom: 0;
    left: -10000%;
    right: -10000%;
    margin: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    transform: scale(0.1);
    transition: opacity 0.2s;
}
#gallery .embla__slide--thumb.is-selected .embla__slide__thumbnail {
    opacity: 1;
}
#gallery .embla__prev,
#gallery .embla__next {
    position: absolute;
    top: 33%;
    background: none;
    transition: all 0.2s ease;
    padding: 0;
    border: 0;
}
#gallery .embla__prev:hover,
#gallery .embla__next:hover,
#gallery .embla__prev:focus,
#gallery .embla__next:focus {
    background: none;
}
#gallery .embla__prev {
    left: -2.5rem;
}
#gallery .embla__next {
    right: -2.5rem;
}
#gallery #main-carousel.embla {
    margin-bottom: 1rem;
}
#gallery #main-carousel.embla:hover .embla__prev {
    left: 1.25rem;
}
#gallery #main-carousel.embla:hover .embla__next {
    right: 1.25rem;
}
#gallery .embla__prev::before,
#gallery .embla__next::before {
    content: "";
    display: block;
    position: relative;
    background: transparent;
    height: 2rem;
    width: 2rem;
    border-color: rgba(210, 212, 210, 0.6);
    border-style: solid;
    padding: 0;
    z-index: 10;
    top: 50%;
    transition: all 0.2s ease;
    outline: none;
    border-width: 0.25rem 0.25rem 0 0;
}
#gallery .embla__prev::before {
    transform: rotate(-135deg);
}
#gallery .embla__next::before {
    transform: rotate(45deg);
}
.module-link--jump {
    margin: 2rem 0;
    display: block;
    text-decoration: none;
}
.module-link--jump svg {
    vertical-align: middle;
    width: 1.5em;
    height: auto;
}
.module-link--expand {
    margin-top: 0.5rem;
}
.module > .related_content {
    border: none;
    padding: 0;
    margin-bottom: 2rem;
    overflow: visible;
}
.module-footer {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem;
    justify-content: center;
    margin: 2rem auto;
    letter-spacing: 0.05em;
}
.module-footer a {
    padding: 0.375em 0.75em;
}