body {
    line-height: 1 !important;
}

p {
    margin-bottom: 0 !important;
}

.single-person-button .fs-btn {
    height: 100% !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-btn-surface);
    padding: 1rem 0;
}

.bio {
    padding-right: 24rem;
    line-height: 1.4;
}

.show-data-rows {
    display: flex;
    position: relative;
    flex-direction: column;
}

.credit-film-runtime {
    letter-spacing: 0.5px;
}

.person-show-credits-button-row {
    position: sticky;
    top: 80rem;
    margin-bottom: 0.6rem;
}

.credit-film-overview {
    padding-right: 20rem;
}

.related-links {
    line-height: 1.5;
}

.single-show-specs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sorting-buttons .sorting-btn,
.view-mode-btns .sorting-btn {
    padding: 0.4rem 1rem 0.3rem 1rem !important;
    line-height: 1 !important;
}

.watchlist-short {
    display: none;
}

.job-title-row h3 {
    display: block;
    margin-top: 1.8rem;
    font-size: 2.8rem;
}

.appearances-row .col p {
    font-size: 1.3rem;
}

.person-show-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 0.1rem;
    width: 100%;
}

.person-show-buttons .fs-btn {
    display: flex;
    background-color: var(--color-btn-surface);
    padding: 1rem 0;
    justify-content: center;
    align-items: center;
    line-height: 1 !important;
}

.person-show-buttons .fs-btn.left-btn {
    border-radius: 0.4rem 0 0 0.4rem;
}

.person-show-buttons .fs-btn.right-btn {
    border-radius: 0 0.4rem 0.4rem 0;
}

.person-show-buttons .fs-btn .default-btn {
    font-size: 1.6rem;
    line-height: 1 !important;
}

.character-name-row .character-parts {
    display: flex;
    justify-content: space-between;
}

.fav-short,
.person-show-credits-button-row-sm {
    display: none;
}

.single-credit-container {
    height: 100%;
    position: relative;
}

.stars {
    line-height: 1.3;
}

.release-year {
    font-size: 1.6rem !important;
}

@media (max-width: 1335px) {
    .credit-film-overview {
        padding-right: 8rem;
    }

    .single-show-specs {
        gap: 0.6rem;
    }

    .person-show-buttons {
        width: 100%;
    }

    .person-show-buttons .fs-btn .default-btn {
        font-size: 1.5rem;
    }
}

@media (max-width: 1260px) {
    .bio {
        padding-right: 20rem;
    }
}

@media (max-width: 1024px) {
    .bio {
        padding-right: 8rem;
    }

    .fav-long {
        display: none;
    }

    .fav-short {
        display: inline;
    }

    .person-show-buttons .fs-btn .default-btn {
        font-size: 1.3rem;
    }

    .person-show-buttons .fs-btn {
        padding: 0.8rem 0;
    }
}

@media (max-width: 900px) {
    .person-show-buttons .fs-btn {
        padding: 1.2rem 0;
    }

    .person-show-buttons .fs-btn .default-btn {
        font-size: 1.45rem;
    }

    .bio {
        padding-right: 14rem;
    }
}

@media (max-width: 780px) {
    .bio {
        padding-right: 12rem;
        line-height: 1.28;
    }

    .person-show-buttons .fs-btn {
        padding: 1rem 0;
    }

    .person-show-buttons .fs-btn .default-btn {
        font-size: 1.4rem;
    }
}

@media (max-width: 660px) {
    .bio {
        padding-right: 8rem;
    }
}

@media (max-width: 640px) {
    .watchlist-long {
        display: none;
    }

    .watchlist-short {
        line-height: 1 !important;
        display: inline-block;
    }

    .bio {
        padding-right: 6rem;
    }
}

@media (max-width: 600px) {
    .bio {
        padding-right: 0;
    }

    .appearances-row .col p {
        font-size: 1.25rem;
        margin-bottom: 0.2rem;
    }

    .character-parts div,
    .character-parts div .character-name {
        font-size: 1.25rem !important;
    }

    .credit-film-overview {
        font-size: 1.25rem;
        padding-bottom: 0.5rem;
        margin-bottom: 0.2rem !important;
    }

    .person-show-buttons {
        padding-top: 1rem;
    }

    .credit-film-overview {
        padding-right: 0;
    }

    .single-show-specs {
        margin-top: 0.2rem;
        gap: 0.4rem;
    }

    .overview-row {
        margin-top: 0.25rem;
    }

    .credit-film-title {
        font-weight: 500;
        font-size: 1.65rem;
    }

    .release-year {
        font-size: 1.45rem !important;
    }

    .appearances-row .col p {
        font-size: 1.2rem;
        margin-bottom: 0.2rem;
    }

    .single-credit-row {
        margin-bottom: 2.4rem;
    }

    .stars {
        line-height: 1.2;
    }
}

@media (max-width: 549px) {
    .single-credit-row {
        margin-bottom: 0.8rem;
    }

    .overview-row-sm {
        display: flex;
        margin-bottom: 2.4rem;
    }

    .overview-row {
        display: none;
    }

    .overview-row-sm {
        display: flex;
    }

    .credit-film-overview {
        margin-top: 0.4rem;
        font-size: 1.4rem;
        padding-bottom: 0.8rem;
    }

    .credit-film-title {
        font-weight: 600;
        font-size: 1.65rem;
    }

    .release-year {
        font-size: 1.5rem !important;
    }

    .character-name-row .character-parts {
        margin-bottom: 0.4rem;
    }

    .appearances-row {
        margin-bottom: 0.4rem;
    }

    .person-show-buttons {
        padding-top: 2rem;
    }
}

@media (max-width: 500px) {
    .person-show-buttons .fs-btn .default-btn {
        font-size: 1.3rem;
    }

    .person-show-buttons .fs-btn {
        padding: 0.6rem 0;
    }

    .stars-row {
        display: flex;
    }

    .credit-film-overview {
        border-bottom: 0.1rem solid var(--color-border);
    }

    .release-year {
        font-size: 1.34rem !important;
    }
}

@media (max-width: 440px) {
    .person-show-buttons .fs-btn .default-btn {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .single-credit-container {
        padding-left: 1.2rem;
    }

    .character-name-row .character-parts {
        margin-bottom: 0.2rem;
    }

    .appearances-row {
        margin-bottom: 0.2rem;
    }

    .stars-row {
        line-height: 1.2;
    }

    .credit-film-runtime,
    .directors a,
    .stars a {
        font-size: 1.2rem;
    }

    .credit-film-runtime {
        font-weight: 500;
    }

    .person-show-buttons {
        padding-top: 1.4rem;
    }
}

@media (max-width: 400px) {
    .credit-film-title {
        font-weight: 500;
        font-size: 1.45rem;
    }

    .release-year {
        font-size: 1.2rem !important;
    }

    .character-parts div,
    .character-parts div .character-name {
        font-size: 1.2rem !important;
    }

    .appearances-row .col p {
        font-size: 1.1rem;
        margin-bottom: 0.2rem;
    }

    .credit-film-runtime,
    .directors a,
    .stars a {
        font-size: 1.2rem;
    }

    .credit-film-overview {
        font-size: 1.3rem;
        line-height: 1.2;
    }

    .single-credit-row {
        margin-bottom: 0;
    }

    .person-show-credits-button-row-sm {
        display: flex;
        margin-bottom: 0.4rem;
    }

    .person-show-credits-button-row {
        display: none;
    }

    .character-name-row {
        margin-bottom: 0;
    }

    .character-name-row .character-parts {
        margin-bottom: 0;
    }

    .appearances-row {
        margin-bottom: 0;
    }

    .stars {
        line-height: 1.3;
    }

    .single-show-specs {
        gap: 0.6rem;
    }

    .sort-title {
        margin-bottom: 1.4rem !important;
    }
}

@media (max-width: 360px) {
    .overview-row-sm {
        display: flex;
        margin-bottom: 2rem;
    }

}