/* Works Show Page Button Fix */
#content-to-hide .btn {
    display: inline-block !important;
    margin-right: 10px !important; /* Add some space between buttons */
    margin-bottom: 10px !important; /* For wrapping on smaller screens */
}

#content-to-hide .btn:last-child {
    margin-right: 0 !important;
}
