.te-classic-card { position: relative; }
.te-front-editor { position: absolute; top: .65rem; right: .65rem; z-index: 12; color: #153f4a; font-family: inherit; }
.te-front-editor summary { cursor: pointer; list-style: none; border: 1px solid rgba(21,63,74,.22); border-radius: 999px; padding: .4rem .75rem; background: #fffaf0; box-shadow: 0 4px 16px rgba(21,63,74,.14); font-size: .78rem; font-weight: 700; }
.te-front-editor summary::-webkit-details-marker { display: none; }
.te-front-editor form { position: absolute; top: calc(100% + .4rem); right: 0; display: grid; gap: .55rem; width: 15rem; padding: .9rem; border: 1px solid rgba(21,63,74,.2); border-radius: 1rem; background: #fffaf0; box-shadow: 0 12px 32px rgba(21,63,74,.22); }
.te-front-editor label { display: flex; align-items: center; gap: .45rem; font-size: .84rem; line-height: 1.25; }
.te-front-editor button { border: 0; border-radius: 999px; padding: .55rem .85rem; background: #1e6677; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.te-front-editor a { color: #1e6677; text-align: center; font-size: .78rem; }
@media (max-width: 600px) { .te-front-editor form { width: min(14rem, 72vw); } }
