/* Social feed — grouped "followed a page" activity */

.feed-follow-group {
    border-color: rgba(168, 85, 247, 0.22) !important;
}

.vril-cpub-corner-ribbon--info span {
    background: linear-gradient(135deg, #c084fc 0%, #a855f7 45%, #7c3aed 100%);
}

.feed-follow-group-grid {
    display: grid;
    gap: 0.75rem;
}

.feed-follow-group-grid--one-col {
    grid-template-columns: minmax(0, 1fr);
}

.feed-follow-group-grid--two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
    .feed-follow-group-grid--two-col {
        grid-template-columns: minmax(0, 1fr);
    }
}

.feed-follow-group-item {
    border: 1px solid rgba(102, 126, 234, 0.12);
    border-radius: 0.65rem;
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.04), rgba(118, 75, 162, 0.04));
    min-width: 0;
}

.feed-vrilcom-rotation-ad {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.06), rgba(15, 23, 42, 0.35));
}

.vrilcom-ad-embed-laser > .feed-vrilcom-rotation-ad {
    border: none !important;
    box-shadow: none !important;
}

.feed-vrilcom-rotation-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    min-width: 0;
}

.feed-vrilcom-sponsored-badge {
    display: inline-block;
    flex-shrink: 0;
    width: auto;
    max-width: 100%;
    padding: 0.28rem 0.7rem;
    border-radius: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.35;
    white-space: nowrap;
    background: #bbf7d0;
    color: #14532d;
    border: 1px solid rgba(22, 101, 52, 0.18);
}

html[data-bs-theme="light"] .feed-vrilcom-sponsored-badge {
    background: #bbf7d0;
    color: #14532d;
    border-color: rgba(22, 101, 52, 0.22);
}

html[data-bs-theme="dark"] .feed-vrilcom-sponsored-badge {
    background: rgba(16, 185, 129, 0.22);
    color: #a7f3d0;
    border-color: rgba(52, 211, 153, 0.35);
}

.feed-vrilcom-rotation-title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--tblr-body-color, inherit);
    min-width: 0;
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.feed-vrilcom-rotation-text-wrap {
    min-width: 0;
    --feed-vrilcom-text-min-height: 3lh;
}

.feed-vrilcom-rotation-text {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.55;
    font-size: 0.95rem;
    min-width: 0;
    min-height: var(--feed-vrilcom-text-min-height, 3lh);
}

.feed-vrilcom-rotation-footer {
    margin-top: 0.65rem;
    font-size: 0.75rem;
    line-height: 1.4;
    opacity: 0.85;
    text-align: right;
}

.feed-vrilcom-rotation-footer a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.12em;
}

.feed-vrilcom-rotation-footer a:hover {
    color: var(--tblr-primary, #206bc4);
}

.feed-vrilcom-rotation-link:hover .feed-vrilcom-rotation-text {
    color: var(--tblr-primary, #206bc4);
}

.org-feed-post-share {
    position: relative;
    flex-shrink: 0;
}

.org-feed-post-share-menu {
    z-index: 1200;
    top: 2.1rem;
    right: 0;
    min-width: 220px;
}

.org-feed-post-highlight {
    outline: 2px solid rgba(102, 126, 234, 0.55);
    outline-offset: 4px;
    border-radius: 0.65rem;
    transition: outline-color 0.3s ease;
}

.feed-post-title-link {
    color: inherit;
    text-decoration: none;
}

.feed-post-title-link:hover {
    color: var(--tblr-primary);
    text-decoration: underline;
}

/* VrilCom premium laser frame (matches Vrilsoft .store-premium-selectable.is-selected) */
@property --vrl-beam-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.vrilcom-ad-embed-laser {
    position: relative;
    box-sizing: border-box;
    /* border: 1px solid rgba(240, 147, 251, 0.75) !important; */
    border-radius: 0.75rem;
    overflow: visible !important;
    z-index: 0;
}

/* Beat hosting-premium .card.border-0 { border: none !important } when both classes share one node */
.card.border-0.vrilcom-ad-embed-laser {
    border: 3px solid rgba(240, 147, 251, 0.75) !important;
}

.vrilcom-ad-embed-laser::before {
    content: '';
    position: absolute;
    inset: -3px;
    /* border-radius: calc(0.75rem + 3px); */
    padding: 6px;
    background: conic-gradient(
        from var(--vrl-beam-angle) at 50% 50%,
        transparent   0%,
        transparent  82%,
        #f093fb      88%,
        #c084fc      92%,
        #7c3aed      95%,
        #c084fc      98%,
        #f093fb     100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: vrilcomAdBeamTrack 2.2s linear infinite;
    pointer-events: none;
    z-index: 2;
    filter: blur(1px);
}

.vrilcom-ad-embed-laser > * {
    position: relative;
    z-index: 1;
}

@keyframes vrilcomAdBeamTrack {
    to { --vrl-beam-angle: 360deg; }
}
