.aub-fb-listing-section {
    margin-top: 22px;
}

.aub-fb-listing-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 6px 12px;
}

.aub-fb-listing-heading h2 {
    margin: 0;
    color: #17191d;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
}

.aub-fb-listing-heading p {
    margin: 4px 0 0;
    color: #65676b;
    font-size: 13px;
}

.aub-fb-listing-list {
    display: grid;
    gap: 12px;
}

.aub-fb-listing-card {
    overflow: hidden;
    border: 1px solid #e4e6eb;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(15, 23, 42, .10);
}

.aub-fb-listing-author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
}

.aub-fb-listing-avatar {
    width: 48px;
    height: 48px;
    flex: none;
    border: 1px solid #e4e6eb;
    border-radius: 50%;
    object-fit: cover;
    background: #f0f2f5;
}

.aub-fb-listing-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #1877f2;
    font-size: 20px;
    font-weight: 900;
}

.aub-fb-listing-author-copy {
    flex: 1;
    min-width: 0;
}

.aub-fb-listing-author-copy strong {
    display: block;
    overflow: hidden;
    color: #050505;
    font-size: 17px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aub-fb-listing-author-copy span {
    display: block;
    overflow: hidden;
    margin-top: 3px;
    color: #65676b;
    font-size: 12.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aub-fb-listing-menu {
    width: 38px;
    height: 38px;
    flex: none;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #65676b;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
}

.aub-fb-listing-copy {
    padding: 0 12px 12px;
    color: #050505;
    font-size: 15px;
    line-height: 1.45;
}

.aub-fb-listing-clamp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.aub-fb-listing-clamp.is-expanded {
    display: block;
}

.aub-fb-listing-more {
    display: inline;
    padding: 0;
    border: 0;
    background: none;
    color: #65676b;
    font: inherit;
    font-weight: 800;
}

.aub-fb-listing-photo {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: #e4e6eb;
}

.aub-fb-listing-photo img {
    display: block;
    width: 100%;
    max-height: 620px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.aub-fb-listing-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 13px;
    color: #65676b;
    font-size: 13px;
}

.aub-fb-listing-stats button {
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
}

.aub-fb-listing-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 12px;
    border-top: 1px solid #ced0d4;
}

.aub-fb-listing-actions button {
    min-width: 0;
    min-height: 46px;
    padding: 8px 3px;
    border: 0;
    background: none;
    color: #65676b;
    font-size: 13px;
    font-weight: 900;
}

.aub-fb-listing-actions button span {
    margin-right: 3px;
    font-size: 20px;
    vertical-align: -2px;
}

.aub-fb-listing-actions button.is-active {
    color: #1877f2;
}

.aub-fb-listing-more-wrap {
    padding: 15px 0 4px;
    text-align: center;
}

.aub-fb-listing-more-button {
    min-height: 44px;
    padding: 10px 22px;
    border: 0;
    border-radius: 999px;
    background: #1877f2;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}

.aub-fb-listing-more-button[hidden] {
    display: none;
}

.aub-fb-listing-empty {
    padding: 38px 18px;
    border: 1px solid #e4e6eb;
    border-radius: 15px;
    background: #fff;
    color: #69707a;
    text-align: center;
}

@media (max-width: 390px) {
    .aub-fb-listing-actions button {
        font-size: 12px;
    }
}