[data-compound-preview-root] {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

[data-compound-preview-root] [data-compound-frame] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.7s ease, transform 0.3s ease;
}

.ph-trending-card__media [data-compound-preview-root] [data-compound-frame] {
    display: block;
}

.admin-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-radius: 0.9rem;
    padding: 0.65rem 0.95rem;
    font-size: 0.82rem;
    font-weight: 600;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.admin-button:hover {
    transform: translateY(-1px);
}

.admin-button--ghost {
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(15, 23, 42, 0.72);
    color: #e2e8f0;
}

.admin-button--ghost:hover {
    border-color: rgba(56, 189, 248, 0.45);
    color: #fff;
}

.admin-button--danger {
    border: 1px solid rgba(248, 113, 113, 0.32);
    background: rgba(127, 29, 29, 0.14);
    color: #fecaca;
}

.admin-button--danger:hover {
    border-color: rgba(248, 113, 113, 0.6);
    color: #fff1f2;
}
