/*!/wp-content/plugins/custom-svg-rotation/custom-svg-rotation.css*/#map-rotation-buttons,#text-adjust-buttons{display:flex;justify-content:space-between;align-items:center;margin:10px 0}.column-left,.column-center,.column-right{flex:1;text-align:center}#rotate-anticlockwise,#rotate-clockwise,#text-rotate-left,#text-rotate-right,#increase-font,#decrease-font,#move-up,#move-down,#move-left,#move-right,#close-buttons{padding:10px 15px;font-size:16px;background-color:#4caf50;color:#fff;border:none;border-radius:5px;cursor:pointer;margin:5px;flex:1;min-width:40px;min-height:40px}#rotate-anticlockwise:hover,#rotate-clockwise:hover,#text-rotate-left:hover,#text-rotate-right:hover,#increase-font:hover,#decrease-font:hover,#move-up:hover,#move-down:hover,#move-left:hover,#move-right:hover,#close-buttons:hover{background-color:#45a049}#version-number{font-size:16px;font-weight:700;flex:1;text-align:center}.hidden{display:none}button{font-size:16px;padding:10px 20px;margin:5px;border-radius:5px}*[id^="nopointer"]{pointer-events:none}#nopointer_text text{pointer-events:auto!important}#nopointer-text text{pointer-events:auto!important;cursor:pointer!important}[id^="MLOC"] .mapplic-clickable,[id^="landmark"] .mapplic-clickable{pointer-events:none!important;cursor:not-allowed!important}@media (max-width:768px){button{font-size:14px;padding:8px 16px}}