.expandud {
    width: 100%;
    height: fit-content;

    margin-top: 20px;
    border: 2px solid white;
    box-sizing: border-box;
    background: none;
    padding: 10px;
    position: relative;/*for collapse button*/

}

.post-expandud {
    margin-top: 0;
    border: none;
    border-top: 2px solid white;
}

.newud-collapse-button {

    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: 2px solid rgb(141, 211, 255);
    padding: 0;
    width: 7%;
    aspect-ratio: 1/1;

}

.newud-collapse-button-img {

    width: 60%;

}

.newud-unb-cont {

    width: calc(100% - 170px);
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;

}

.newud-userlogo {

    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;

}

.mini-logo {

    height: 20px;

}

.newud-user {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: white;
}

.newud-name {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(141, 211, 255);
    width: fit-content;
}

.newud-pfp {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.newud-bio {

    width: 100%;
    max-height: 75px;
    overflow: hidden;

    font-family: "Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: white;
    overflow-wrap: break-word;

    margin-top: 10px;

}

.newud-stats-cont {

    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;

}

.newud-stats {

    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    color: white;
    text-align: center;
    flex-grow: 1;

}

.newud-button-cont {

    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;

}

.newud-button-child {
    flex-grow: 1;
    background: rgb(141, 211, 255);
    border: none;

    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.3rem;
    color: black;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
