.porto-tooltip { padding: 5px 10px; font-size: 9px; font-weight: 600; text-transform: uppercase; background: rgba(0, 136, 204, 0.7); color: #fff; cursor: pointer; line-height: 1.5; transition: background 0.2s ease; text-align: center; }
.porto-tooltip:hover { background: rgba(0, 136, 204, 1); }
.porto-tooltip-active { outline: 1px solid rgba(0, 136, 204, 0.25) !important; }
body .customize-partial-edit-shortcut { display: none !important; }