.chc-custom-resource-info {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    gap: 5px; /* Although it's a single text, keeping for consistency if elements are added later */
    padding: 8px 24px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #e0e0e0;
    background: #F8F9FB;
    box-sizing: border-box;
    font-size: 12px;
    color: #65676b;
    text-transform: uppercase;
}

.chc-custom-group-info {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px; /* Reverted padding */
    background: #FFFFFF; /* Reverted background */
    border-right: 1px solid #E0E5EB; /* Reverted border */
    border-bottom: 1px solid #E0E5EB; /* Reverted border */
    border-left: 1px solid #E0E5EB; /* Reverted border */
    margin-bottom: 20px; /* Keep original margin-bottom */
    box-sizing: border-box;
}
.chc-custom-group-info .chc-custom-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #ccc; /* Placeholder */
    background-image: url('https://via.placeholder.com/24'); /* Placeholder image */
    background-size: cover;
}
.chc-custom-group-info .chc-custom-name {
    font-family: "Mona Sans", sans-serif; /* Apply new font family */
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #050505; /* Keep original color */
}

.group_name_post_header {
    /* Removed padding to allow full width border */

}

.group-header-inner {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 15px; /* Adjusted padding to match original .group_name_post_header padding */
    display: flex;
    align-items: center;
    width: 100%; /* Ensure full width */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.group-header-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.group-avatar {
    height: 30px;
    width: 30px;
    margin-right: 8px;
    border-radius: 50%;
}

.group-title-text {
    font-size: 14px;
    font-weight: 350;
    color: #000;
}


#act-new-comment-15 {
    border: 1px solid #E0E5EB;
    height: 80px;
    gap: 12px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-width: 1px;
    padding: 20px 24px;
}

.ps-comments__input-wrapper {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 50px;

    background: var(--Grays-White, #FFFFFF);
    padding: 10px 16px;
    gap: 12px;
}

.ps-postbox__input-tag {
    display: flex;
    align-items: center;
    width: 100%;
}

textarea.ps-comments__input {
    height: 40px !important;
    padding: 9px 0 0 0;
    margin: 0;
    border: none;
    background: transparent;
    resize: none;
    width: 100%;
    font: inherit;
    line-height: 20px;
}
.ps-post__postedby {
    font-family: "Mona Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    background: #000000;
    color: #ffffff;
    padding: 2px 6px;
    border-radius: 4px;
    text-decoration: none;
}

.ps-js-comment-giphy {
    display: none !important;
}



.chc-follow-label {
    font-family: Mona Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

/* Save Button Icons */
i.gcir.gci-bookmark,
i.gcis.gci-bookmark {
    display: inline-block;
    width: 16px; /* Adjust as needed */
    height: 16px; /* Adjust as needed */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    font-size: 0; /* Hide the original font icon */
    color: transparent; /* Ensure the font icon color is transparent */
}



.chc-save-label {
    font-family: Mona Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

/* Remove border from reaction element */
.ps-reactions__likes {
    border: 0px !important;
}

.ps-reactions__likes::before,
.ps-reactions__likes::after {
    border: 0px !important;
}


