.post-topbar{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-bottom:2rem}.post-topbar .date{color:#75787b;font-size:1em}.post-topbar .post-actions,.post-topbar .post-topbar-left{align-items:center;display:flex;gap:.75rem}.post-topbar .post-actions{margin-left:auto}.post-topbar .dropdown{position:relative}.post-topbar .dropdown .menu{background:#fff;border:1px solid #dbc4b2;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);left:0;min-width:200px;opacity:0;padding:.4rem 0;position:absolute;top:100%;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease,visibility .18s;visibility:hidden;z-index:10}.post-topbar .dropdown .menu a{align-items:center;color:#0b2545;display:flex;font-size:.9em;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:background .15s ease}.post-topbar .dropdown .menu a svg{color:#d9b48f;flex-shrink:0;height:18px;width:18px}.post-topbar .dropdown .menu a:hover{background:hsla(26,36%,78%,.3)}.post-topbar .dropdown:hover button{background:#dbc4b2;border-color:#dbc4b2;color:#fff}.post-topbar .dropdown:hover button svg{color:#fff}.post-topbar .dropdown:hover .menu{opacity:1;transform:translateY(0);visibility:visible}.post-topbar .post-nav{display:flex;gap:.75rem}.post-topbar .post-nav a,.post-topbar .post-nav span{align-items:center;background:#0b2545;border-radius:50%;color:#fff;display:inline-flex;height:44px;justify-content:center;text-decoration:none;transition:background .2s ease;width:44px}.post-topbar .post-nav a:hover{background:#d9b48f}.post-topbar .post-nav .disabled{background:#dbc4b2;cursor:not-allowed;opacity:.6}
/*# sourceMappingURL=post-topbar.css.map */