/* v0.5.2c — surgical mobile fix: remove only the mismatched brown corner curves */
@media (max-width:760px){
  .board-panel.pirate-frame::before,
  .board-panel.pirate-frame::after,
  #piecesPanel.pirate-frame::before,
  #piecesPanel.pirate-frame::after,
  #controlPanel.pirate-frame::before,
  #controlPanel.pirate-frame::after{
    display:none!important;
    content:none!important;
  }
}
