/*
Theme Name: Gecko Child
Template: peepso-theme-gecko
Author: CHC
Version: 7.0.3.0
Description: Child theme for Gecko (PeepSo Theme)
Text Domain: gecko-child
*/

.ps-post__date + .ps-post__copy .ps-tooltip {
    display: none;
}

.org-meta-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
}

.org-meta {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    margin-top: 2px;
    width: fit-content;
}

.org-meta-name {
    background-color: #ecf0f1;
    color: #2c3e50;
}

.org-meta-type {
    background-color: #27ae60;
    color: #fff;
}

/* Additional styles for organization info in profile focus area */
.ps-focus .org-meta-wrapper {
    margin-top: 5px;
}

.ps-focus .org-meta {
    color: #fff;
}

.ps-focus .org-meta-name {
    background-color: #6c7cff;
    color: #fff;
}

.ps-focus .org-meta-name a {
    color: #fff;
    text-decoration: none;
}

.ps-focus .org-meta-name a:hover {
    text-decoration: underline;
}
.pso-messages-list-item__author .org-meta-wrapper {
    margin-top: 2px;
    margin-bottom: 5px;
}

.pso-messages-list-item__author .org-meta.org-meta-name,
.pso-messages-list-item__author .org-meta.org-meta-type {
    display: block;
    line-height: 1.4;
    margin: 0; /* optional to clean spacing */
}

/* Organization meta styling for profile widget */
.psw-profile__meta .org-meta-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 5px;
}

.psw-profile__meta .org-meta {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    margin: 0;
    line-height: 1.4;
}

.psw-profile__meta .org-meta-name {
    background-color: #ecf0f1;
    color: #2c3e50;
}

.psw-profile__meta .org-meta-name a {
    color: inherit;
    text-decoration: none;
}

.psw-profile__meta .org-meta-name a:hover {
    text-decoration: underline;
}

.psw-profile__meta .org-meta-type {
    background-color: #4CAF50;
    color: #fff;
}

/* Reactions section styling */
.ps-post__reactions-section {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    margin: 10px 0 0 0;
}

.ps-post__reaction-indicator {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #6c757d;
    font-size: 14px;
}

.ps-post__reaction-indicator i {
    font-size: 16px;
    color: #ffa500;
}

.ps-post__reaction-button {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #007bff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.ps-post__reaction-button:hover {
    background-color: #f0f8ff;
}

.ps-post__reaction-button i {
    font-size: 16px;
}

/* Post bottom menu styling - horizontal menu above comments */
.ps-post__bottom-menu {
    margin: 0;
    border-top: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.ps-post__bottom-menu-inner {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.ps-post__bottom-action {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    flex: 1;
    justify-content: center;
    border-right: 1px solid #e0e0e0;
}

.ps-post__bottom-action:last-child {
    border-right: none;
}

.ps-post__bottom-action:hover {
    color: #007bff;
    background-color: #f8f9fa;
    text-decoration: none;
}

.ps-post__bottom-action i {
    font-size: 16px;
}

.ps-post__bottom-action span {
    font-weight: 500;
}

/* Special styling for reaction button */
.ps-post__bottom-action--reaction {
    color: #007bff;
}

.ps-post__bottom-action--reaction:hover {
    color: #0056b3;
    background-color: #e7f3ff;
}

.ps-post__content {
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
}



/* Styles for the profile menu items */
.psw-profile__menu-item {
    font-family: "Mona Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    display: flex; /* To align icon and text */
    align-items: center; /* To vertically center icon and text */
    gap: 12px; /* For the gap between icon and text */
}

.psw-profile__menu-icon {
    width: 20px;
    height: 20px;
}

.psw-profile__menu-item img[src*="me-side-bar-peer-networks-icon.png"] {
    width: 20px;
    height: 16px;
}

#sidebar-left {
    max-width: 100%; /* Default for smaller screens */
}

#main .content {
    width: 100%; /* Default for smaller screens */
}

.me-sidebar {
    width: 100%;
}

.profile-card,
.menu-card {
    width: 100%;
}

@media (min-width: 1024px) {
    #sidebar-left {
        max-width: 272px;
    }

    #main .content {
        width: 976px;
    }
}




#body {
    background-color: #FCFCFC;
}

#main,
.content,
#sidebar-left,
.me-sidebar {
    background-color: #FCFCFC;
}

/* this was to hide hte posts filters and search
div.ps-posts__filters.ps-posts__filters--compact-mobile {
    display: none !important;
}
*/

