/*
 * Tailored placement for PuertoGaleraResorts.com.
 * Existing chat and scroll-to-top controls are on the bottom-right,
 * so this selector stays compact on the bottom-left.
 */
#pgr-byt-currency{
    position:fixed;
    left:14px;
    bottom:18px;
    z-index:9990;
    width:112px;
    padding:4px;
    background:rgba(255,255,255,.98);
    border:1px solid rgba(61,177,174,.38);
    border-radius:999px;
    box-shadow:0 4px 16px rgba(0,0,0,.15);
    box-sizing:border-box;
}
#pgr-byt-currency-select{
    display:block;
    width:100%;
    height:32px;
    min-height:32px;
    margin:0;
    padding:0 21px 0 7px;
    border:0;
    border-radius:999px;
    outline:0;
    box-shadow:none;
    background:#fff;
    color:#35515a;
    font:700 11px/32px inherit;
    cursor:pointer;
}
#pgr-byt-currency:hover,
#pgr-byt-currency:focus-within{
    box-shadow:0 6px 20px rgba(0,0,0,.19);
}
@media(max-width:782px){
    /*
     * FINAL MOBILE POSITION for PuertoGaleraResorts.com
     * Small top-right pill, tucked against the viewport edge.
     * It avoids resort-card content, ribbons, chat, and back-to-top buttons.
     */
    #pgr-byt-currency{
        left:auto;
        right:6px;
        top:68px;
        bottom:auto;
        width:76px;
        max-width:76px;
        padding:2px;
        border-radius:999px;
        box-shadow:0 2px 8px rgba(0,0,0,.12);
        z-index:9000;
        opacity:.96;
    }
    body.admin-bar #pgr-byt-currency{
        top:112px;
    }
    #pgr-byt-currency-select{
        height:28px;
        min-height:28px;
        line-height:28px;
        font-size:9.5px;
        padding-left:5px;
        padding-right:14px;
        border-radius:999px;
    }
    #pgr-byt-currency:hover,
    #pgr-byt-currency:focus-within{
        opacity:1;
        box-shadow:0 3px 10px rgba(0,0,0,.15);
    }
}
