﻿.review-button {
    background-color: #ffcc33;
    color: #333;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
}

    .review-button:hover {
        background-color: #e6b800;
    }

@media (max-width: 991px) {
    .show-pdf-modal{
        /*margin-top:12px;*/
    }
}

/* Extra small screen fix */
@media (max-width: 575px) {
    /*.show-pdf-modal {
        margin-top: 12px;
    }*/
}