
/*
|--------------------------------------------------------------------------
| Final: right details panel symmetrical padding
|--------------------------------------------------------------------------
| Current earlier rule was padding:20px 6px.
| This makes the right markup spacing balanced without changing markup/logic.
|--------------------------------------------------------------------------
*/
html body .rr-pd-info-panel{
    padding:24px !important;
    box-sizing:border-box !important;
}

@media (max-width:900px){
    html body .rr-pd-info-panel{
        padding:18px 0 !important;
    }
}
