Blue and Red Idea Social Network

 ||   ||  /* Force styling inside TinyMCE dropdowns */ .tox .tox-collection__item { color: #00ccff !important; /* neon blue */ background-color: rgba(0, 0, 64, 0.6) !important; /* dark blue glass */ backdrop-filter: blur(6px); border-radius: 6px; font-weight: bold; text-shadow: 0 0 3px #00ccff; transition: all 0.3s ease; } /* Hover effect */ .tox .tox-collection__item:hover { background-color: rgba(0, 128, 255, 0.3) !important; box-shadow: 0 0 8px #00ccff; color: #ffffff !important; } /* Active/focused item */ .tox .tox-collection__item--active { background-color: rgba(0, 128, 255, 0.4) !important; box-shadow: 0 0 10px #00ccff; color: #ffffff !important; }