/* SOCIAL CONTAINER FRAMEWORK */

.socelv2-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 5px;
    margin: 7px 0px;
    font-size: 1.0rem;
    padding: 0px 10px;
    color: var(--fw-black-450);
}

.socelv2-left-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 5px;
    overflow-x: auto;
    /* flex: 1; */
}

.socelv2-right-container {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: start;
    gap: 5px;
    flex: 1;
}

.socelv2-footer-column {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    /* min-width: 60px; */
    /* color: var(--fw-white-450); */
}

.socelv2-footer-row.top-row {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 3px;
}

.socelv2-footer-row.bottom-row {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 3px;
}


.socelv2-reaction-buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}




.socelv2-emoji-menu {
    z-index: 1;
    background: var(--fw-white-050);
    padding: 5px;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 100%;
}

.socelv2-emoji-picker-container {
    position: relative;
}

.socelv2-emoji-option {
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socelv2-emoji-option:hover {
    background: var(--fw-white-200);
    transition: background 0.2s ease;
}

/* SOCIAL ACTION BUTTION ELEMENTS */

/* GENERIC BUTTON ELEMENTS */


/* 
.socelv2-button {
    border: 1px solid var(--fw-white-050);
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 0.8rem;
    color: var(--fw-white-450);
    background: var(--fw-white-050);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}

.socelv2-button:hover {
    background: var(--fw-white-050);
    border: 1px solid var(--fw-white-300);
    transition: background 0.2s ease;
}

.socelv2-button.add-reaction .socelv2-icon-small{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
} */

.socelv2-button {
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 0.8rem;
    /* color: var(--fw-black-450); */
    color: var(--fw-black-300);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}

.socelv2-button:hover {
    color: var(--fw-black-000);
    background: var(--fw-white-100);
    /* border: 1px solid var(--fw-white-300); */
    /* transition: background 0.2s ease; */
}

.socelv2-button.add-reaction .socelv2-icon-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}



.socelv2-count {
    text-align: center;
    /* color: var(--fw-white-450); */
    font-size: 0.8rem;
    user-select: none;
    min-width: 15px;
}

.socelv2-icon-small {
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 0.9rem !important; */
}



.socelv2-icon-small .fa-light,
.socelv2-icon-small .fa-regular,
.socelv2-icon-small .fa-solid {
    font-size: 1.25rem;
}

.socelv2-right-container .socelv2-icon-small .fa-light {
    font-size: 0.9rem;
}


/* .socelv2-button.liked {
    border: 1px solid var(--primary-300);
    background: var(--primary-100);
} */
.socelv2-button.liked {
    font-weight: bold;
    color: var(--fw-black-000);
    /* border: 1px solid var(--primary-300); */
    /* background: var(--primary-100); */
}



/* GENERIC HEART ICON */

.socelv2-button:hover .heart i {
    color: #ff0000;
    transition: color 0.2s ease;
}

.socelv2-button .heart.liked i {
    color: #ff0000;
}





/* COMMENT CONTAINER STYLES */

.socelv2-comments-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;   
}

.socelv2-comments-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    min-height: 100px;
    max-width: 975px;
    justify-self: anchor-center;
}

.socelv2-comments-list {
    width: 100%;
    flex: 1;
    overflow-y: auto;
    min-height: 150px;
    max-height: 230px;
    position: relative;
}

.socelv2-comment-input-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: auto;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 4px 0px 0px 0px;
    position: relative;
}

.socelv2-comment-input {
    flex: 1;
    resize: none;
    max-height: 32px;
    overflow-y: auto;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9rem;
    /* height: 35px; */
}

.socelv2-comment-input:focus {
    outline: none;
    border: 1px solid var(--primary-300);
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); */
}

.socelv2-comment-input:disabled {
    background: var(--fw-white-100);
    border: 1px solid var(--fw-white-150);
    color: var(--fw-static-white-500);
    cursor: not-allowed;
}

.socelv2-comment-send-button {
    border-radius: 50%;
    background-color: var(--primary-300);
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary-300);
    color: var(--fw-static-white-000);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 0.8rem;
}

.socelv2-comment-send-button:hover {
    border-radius: 50%;
    background-color: var(--primary-200);
}

.socelv2-comment-send-button:disabled {
    background-color: var(--primary-100);
    border: 1px solid var(--primary-100);
    color: var(--fw-static-white-500);
    cursor: not-allowed;
}

.socelv2-comments-root-container {
    padding: 0px 0px;
}

.socelv2-comments-root-container .fa-regular,
.socelv2-comments-root-container .socelv2-icon-small .fa-solid {
    font-size: 0.8rem;
}


.socelv2-comments-root-container .socelv2-button {
    padding: 2px 5px;
}



.socelv2-comment {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    color: var(--fw-black-450);
    font-size: 0.8rem;
    padding: 7px 0px;
    /* border-radius: 5px; */
    border-bottom: 1px solid var(--fw-white-100);
    width: 100%;
    font-family: 'Albert Sans', sans-serif;
}

.socelv2-comment-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex: 1;
}



.socelv2-comment-header-assets-l {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.socelv2-comment-header-assets-l-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 5px;
}

.socelv2-comment-header-assets-l-col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 5px;
}




.socelv2-comment-header-assets-r {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
}

.socelv2-comment-avatar-container {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.socelv2-comment-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.socelv2-comment-username {
    /* font-size: 0.8rem; */
    font-weight: bold;

}

.socelv2-comment-date {
    /* font-size: 0.8rem; */
}



.socelv2-comment-body {
    padding: 5px 0px;
}

.socelv2-comment-footer {
    color: var(--fw-black-450);

}

.socelv2-comment-reactions {}

.socelv2-comment-replies {}



/* COMMENT INNER ROW ELEMENTS */