/* =========================================================
   MOBILE VOTE WIDGET
   Isolated from homepage layout and universal ribbon
   ========================================================= */

@media (max-width:768px){

  /*
    Preserve the existing approved Vote tab location.
    Only control how the OPEN PANEL behaves.
  */

  .psd-vote-panel,
  .psd-vote-panel.open{
    position:absolute !important;

    left:auto !important;
    right:54px !important;

    top:auto !important;
    bottom:0 !important;

    width:270px !important;
    max-width:calc(100vw - 78px) !important;
    min-width:0 !important;

    box-sizing:border-box !important;

    margin:0 !important;

    transform:none !important;

    overflow-x:hidden !important;
    overflow-y:auto !important;

    max-height:calc(100vh - 30px) !important;
  }

  .psd-vote-panel *{
    box-sizing:border-box !important;
    max-width:100% !important;
  }
}
