
/* Studio Tools Menu Contrast Fix */
.studio-tools-popover,
.tools-popover,
.tools-menu,
.tools-dropdown,
.tools-panel{
  background:#f7fbff!important;
  color:#183b5e!important;
  border:1px solid #9fc4dc!important;
  box-shadow:0 18px 40px rgba(16,42,67,.22)!important;
}
.studio-tools-popover *,
.tools-popover *,
.tools-menu *,
.tools-dropdown *,
.tools-panel *{
  color:#183b5e!important;
  opacity:1!important;
}
.studio-tools-popover a,
.studio-tools-popover button,
.studio-tools-popover label,
.studio-tools-popover li,
.tools-popover a,
.tools-popover button{
  background:transparent!important;
  font-weight:700!important;
}
.studio-tools-popover a:hover,
.studio-tools-popover button:hover,
.tools-popover a:hover,
.tools-popover button:hover{
  background:#dff1ff!important;
  color:#0d4f86!important;
  border-radius:8px;
}
.studio-tools-popover svg,
.studio-tools-popover i,
.tools-popover svg,
.tools-popover i{
  opacity:1!important;
}
