/* Social Fapping 1.3.44 — profile dedicado Star/Channel. */

:root {
    --sf-taxonomy-profile-row-space: 198px;
}

.taxonomy-profile-row {
    position: relative;
    width: 100%;
    max-width: 600px;
    min-height: 198px;
    margin-inline: auto;
    padding: 18px 20px 21px;
    border-left: 1px solid #4b88db;
    border-right: 1px solid #4b88db;
    background: linear-gradient(to bottom, #567bbd 0%, #334f96 100%);
}

.taxonomy-profile-row > .taxonomy-header-profile {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 158px;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    color: #000;
    transform: none !important;
}

.taxonomy-profile-kind {
    position: absolute;
    top: 12px;
    left: 50%;
    z-index: 3;
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #000;
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
}

.taxonomy-profile-kind-icon,
.taxonomy-profile-kind-icon .jork-icon {
    display: inline-grid;
    width: 22px;
    height: 22px;
    place-items: center;
    color: #000;
    fill: currentColor;
}

.taxonomy-profile-row .taxonomy-profile-main {
    position: static;
    display: block !important;
    min-height: 112px;
    direction: ltr;
}

.taxonomy-profile-row .taxonomy-header-thumbnail {
    position: absolute !important;
    left: max(24px, calc(50% - 310px));
    bottom: 22px;
    z-index: 1;
    order: initial !important;
    display: block;
    width: 118px;
    height: 118px;
    overflow: hidden;
    background: #d7d7d7;
}

.taxonomy-profile-row .taxonomy-header-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.taxonomy-profile-row .taxonomy-header-profile.is-star .taxonomy-header-thumbnail,
.taxonomy-profile-row .taxonomy-header-profile.is-star .taxonomy-header-thumbnail img {
    border-radius: 50% !important;
}

.taxonomy-profile-row .taxonomy-header-profile.is-channel .taxonomy-header-thumbnail,
.taxonomy-profile-row .taxonomy-header-profile.is-channel .taxonomy-header-thumbnail img {
    border-radius: 10px !important;
}

.taxonomy-profile-copy {
    position: absolute;
    top: 38px;
    left: 50%;
    z-index: 2;
    display: grid;
    width: min(330px, 100%);
    min-height: 110px;
    margin: 0;
    grid-template-rows: 1fr auto;
    justify-items: center;
    align-items: start;
    text-align: center;
    direction: ltr;
    transform: translateX(-50%);
}

.taxonomy-profile-row .taxonomy-header-name {
    display: block;
    grid-row: 1;
    order: initial !important;
    max-width: 100%;
    margin: 6px 0 0;
    color: #fff !important;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
    overflow-wrap: normal;
    word-break: normal;
    white-space: nowrap;
}

.taxonomy-follow-button {
    display: inline-flex;
    grid-row: 2;
    order: initial !important;
    min-width: 118px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #000;
    background: rgba(255, 255, 255, .84);
    font: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.taxonomy-follow-button:hover,
.taxonomy-follow-button:focus-visible {
    background: #fff;
}

.taxonomy-follow-icon {
    display: none;
    width: 23px;
    height: 23px;
    color: #0096ff;
}

.taxonomy-follow-icon .jork-icon-follow {
    display: block;
    width: 100%;
    height: 100%;
    color: #0096ff;
}

.taxonomy-follow-button.is-following .taxonomy-follow-icon {
    display: inline-grid;
    place-items: center;
}

@media (max-width: 768px) {
    :root {
        --sf-taxonomy-profile-row-space: 176px;
    }

    .taxonomy-profile-row {
        min-height: 176px;
        padding: 14px 12px 16px;
        border-inline: 0;
    }

    .taxonomy-profile-row > .taxonomy-header-profile {
        min-height: 146px;
    }

    .taxonomy-profile-kind {
        top: 10px;
        min-height: 27px;
        font-size: 19px;
    }

    .taxonomy-profile-kind-icon,
    .taxonomy-profile-kind-icon .jork-icon {
        width: 20px;
        height: 20px;
    }

    .taxonomy-profile-row .taxonomy-profile-main {
        min-height: 106px;
    }

    .taxonomy-profile-row .taxonomy-header-thumbnail {
        left: max(10px, calc(50% - 176px));
        bottom: 18px;
        width: clamp(68px, 20vw, 78px);
        height: auto;
        aspect-ratio: 1 / 1;
    }

.taxonomy-profile-copy {
        top: 34px;
        width: min(183px, 52vw);
        min-height: 98px;
    }

    .taxonomy-profile-row .taxonomy-header-name {
        margin-top: 4px;
        font-size: clamp(18px, 6vw, 24px);
    }

    .taxonomy-follow-button {
        min-width: 104px;
        min-height: 38px;
        padding: 6px 13px;
        font-size: 16px;
    }

    .taxonomy-follow-icon {
        width: 21px;
        height: 21px;
    }
}

/* Social Fapping 1.3.50 — ajustes finais do perfil dedicado. */
.taxonomy-profile-kind {
    font-size: 18px !important;
}

.taxonomy-profile-row .taxonomy-header-name {
    font-size: 25px !important;
}

.taxonomy-follow-button {
    font-size: 15px !important;
}

@media (max-width: 768px) {
    .taxonomy-profile-kind {
        font-size: 16px !important;
    }

    .taxonomy-profile-row .taxonomy-header-name {
        font-size: 20px !important;
    }

    .taxonomy-follow-button {
        font-size: 16px !important;
    }
}

.taxonomy-follow-button,
.taxonomy-follow-button.is-following {
    width: 80px !important;
    height: 22px !important;
    min-width: 118px !important;
    min-height: 32px !important;
    padding: 7px 16px !important;
    box-sizing: border-box !important;
}

.taxonomy-profile-row .taxonomy-header-thumbnail {
    left: max(24px, calc(60% - 310px)) !important;
    bottom: 42px !important;
}

.taxonomy-mention-link {
    position: absolute;
    left: max(24px, calc(60% - 310px));
    bottom: 12px;
    z-index: 4;
    color: #c4e7ff !important;
    font-size: 18px !important;
    line-height: 1;
    text-decoration: underline !important;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .taxonomy-profile-row .taxonomy-header-thumbnail {
        left: max(10px, calc(50% - 166px)) !important;
        bottom: 58px !important;
    }

    .taxonomy-mention-link {
        left: max(10px, calc(50% - 166px));
        bottom: 12px;
        font-size: 16px !important;
    }
}
