/* custom.css */
.pageLimitNotice {
    color: #d32f2f;
    padding: 8px 16px;
    margin-left: auto;
    font-size: 14px;
    background-color: #ffebee;
    border-radius: 4px;
}

.pageLimitNotice a {
    color: #1976d2;
    text-decoration: underline;
    margin-left: 8px;
}

.pdf-preview-notice {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    text-align: center;
}

.pdf-preview-notice p {
    margin-bottom: 10px;
    color: #6c757d;
}

.pdf-preview-notice .btn-primary {
    display: inline-block;
    padding: 8px 16px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.pdf-preview-notice .btn-primary:hover {
    background-color: #0056b3;
    text-decoration: none;
    color: white;
}