.bbp-feed-form__title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
    display: block;
}

.bbp-feed-form__title span {
    color: #ADADAD;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.bbp-feed-form__textarea {
    margin-bottom: 20px;
    display: block;
}

.bbp-feed__card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.bbp-feed-author-image img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #E5E5E5;
}

.bbp-feed__card-content,
.bbp-feed-card {
    padding: 20px;
    background: #F9F9F9;
    border-radius: 0 8px 8px 8px;
    border: 1px solid #E5E5E5;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bbp-feed__card-content .content,
.bbp-feed-card .content {
    font-weight: 600;
    color: #333;
    word-break: break-all;
}

.bbp-feed__card-content .author {
    font-weight: 300;
    font-style: italic;
}

.bbp-feed-card .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}

.bbp-my-feed-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    max-height: 800px;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .bbp-my-feed-list {
        max-height: 500px;
    }
}

.bbp-feed-users {
    display: grid;
    gap: 90px;
    grid-template-columns: calc(50% - 45px) calc(50% - 45px);
}

.bpp-avatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.bbp-user a {
    display: flex;
    align-items: center;
    gap: 30px;
}

.bbp-user .name {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.bbp-user .position {
    font-size: 16px;
    font-weight: 400;
    color: #ADADAD;
    margin-bottom: 0;
}

.bbp-user:hover .name {
    text-decoration: underline;
}

.bbp-profile {
    padding-top: 200px;
    display: grid;
    gap: 70px;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
    .bbp-profile {
        grid-template-columns: 1fr;
    }
}

.changemaker-profile-page .l-header {
    background: linear-gradient(-90deg, #0074BC, #DB1867);
}

.bbp-profile .avatar {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    margin-bottom: 40px;
}

.socials {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.bpp-form-2 {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.bpp-form-3 {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 768px) {
    .bpp-form-2, .bpp-form-3 {
        grid-template-columns: 1fr;
    }
}

.bpp-form-controller {
    margin-bottom: 20px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .bpp-form-controller {
        margin-bottom: 0;
    }
}

.toggle-password {
    position: absolute;
    right: 20px;
    top: 65%;
    transform: translateY(-50%);
}

.avatar-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.avatar-wrapper #avatar-preview {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.media-frame-toolbar .media-toolbar {
    bottom: -77px !important;
}

.attachments-browser .media-toolbar {
    display: none;
}

.bbp-separator {
    margin-top: 100px;
    margin-bottom: 100px;
    border: 1px solid #E5E5E5;
}

.bpp-success {
    color: #03950a;
}

.bpp-error, .form-error {
    color: #ff0000;
}

.bbp-form legend {
    display: none;
}

.bbp-submit-wrapper button {
    margin-top: 15px;
}

.hide-admin-bar #wp-admin-bar-root-default {
    display: none;
}

.hide-admin-bar #wp-admin-bar-user-info img {
    display: none;
}

.hide-admin-bar #wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li {
    margin-left: 0;
}

.hide-admin-bar #wp-admin-bar-my-account .avatar {
    display: none !important;
}

.bpp-contacts {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 20px;
}

.bpp-contacts span {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 8px;
    color: #777776;
}

.bpp-contacts span a {
    color: #777776;
    font-weight: 600;
}

.bpp-contacts span a:hover {
    text-decoration: underline;
}

.bpp-contacts span i {
    font-size: 18px;
}

.wcTitle, .wcTabs, .wcAvatar   {
    display: none !important;
}

.wcInputButtons {
    position: absolute;
}

.wcInput  {
    padding-right: 124px;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcSubmit {
    border-radius: 50% !important;
}

.bbp-load-more {
    display: block !important;
    margin: 20px auto;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
}

#image-preview-container {
    display: grid;
    gap: 20px;
    grid-template-columns: calc(100% / 3 - 10px) calc(100% / 3 - 10px) calc(100% / 3 - 10px);
    margin-bottom: 15px;
}

#image-preview-container .image-preview {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feed-images {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#image-preview-container .image-preview img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.feed-images img {
    width: 100%;
    height: 100%;
    max-height: 180px;
    max-width: 180px;
    border-radius: 8px;
    object-fit: contain;
}

.bbp-feed__card-content img {
    width: 100%;
    height: auto;
    object-fit: contain;
}