.prospen-quote-btn {
    padding: 14px 28px;
    background-color: #D58037;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.prospen-quote-btn:hover {
    background-color: #b86b2d;
    transform: scale(0.95);
}

/* Specific style for custom button */
.prospen-quote-btn.custom {
    /* Custom styles will be added via JS */
}