.btnoutlinedsmall2 {
    position: absolute;
    top: 281px;
    right: 12px;
    border-radius: 9999px;
    background-color: var(--colors-fill-bgmain);
    border: 1px solid var(--colors-text-link);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    gap: 4px;
    font-family: "Material Symbols Outlined";
}
.icon1,
.location {
    position: relative;
    font-weight: 600;
}
.icon1 {
    line-height: 16px;
}
.iconend3,
.textcontent41 {
    position: relative;
    font-weight: 600;
}
.textcontent41 {
    font-size: 12px;
    line-height: 18px;
    font-family: Manrope;
    color: var(--colors-text-soft);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.iconend3 {
    width: 16px;
    line-height: 16px;
    display: none;
}

.blockuserstats {
    position: absolute;
    top: 268px;
    left: calc(50% - 222px);
    border-radius: 8px;
    background-color: var(--colors-fill-bgmain);
    border: 1px solid var(--colors-border-neutrallight);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px 16px;
    gap: 12px;
    font-size: 24px;
    color: var(--colors-text-soft);
}
.statcreator {
    color: var(--colors-text-soft);
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.div,
.subscribers {
    position: relative;
    line-height: 36px;
    font-weight: 600;
}

.div,
.subscribers {

    position: relative;
    line-height: 36px;
    font-weight: 600;
}
.subscribers {
    text-transform: lowercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.divider {
    width: 1px;
    position: relative;
    background-color: var(--colors-fill-disabledHigh);
    height: 40px;
}

@media screen and (max-width: 450px) {
    .pro-summary-inner {
        min-height: 160px;
        width: 320px;
    }
    .blockuserstats {
        top: 200px;
        width: 320px;
        left: 0;
    }
    .div {
        color: var(--colors-text-soft, #28292A);
        text-align: center;
        /* typography/heading/h4 */
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
    .subscribers-desktop {
        display: none;
    }
    .subscribers-mobile {
        display: block!important;
    }

}

