/* Pin icon - only on pinned posts */
#brxe-a6322b .bricks-layout-item.is-pinned::before {
    content: "\1F4CC";
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    z-index: 10;
    line-height: 1;
    opacity: 0.8;
}

/* Hide date on pinned posts */
#brxe-a6322b .bricks-layout-item.is-pinned [data-field-id="xsguhn"] {
    display: none;
}
