/**
 * Price on Application Styles
 */

.price-on-application {
    color: #777;
    font-weight: bold;
}

.poa-button-container {
    margin: 15px 0;
}

.poa-notice-text {
    margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 1.5;
    color: #555;
}

.variation-poa-button {
    margin-top: 5px;
    display: block;
    clear: both;
}

.poa-button {
    background-color: #0066cc !important;
    color: #ffffff !important;
    font-weight: bold !important;
    padding: 10px 20px !important;
    text-align: center !important;
    border-radius: 4px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-decoration: none !important;
}

.poa-button:hover {
    background-color: #0052a3 !important;
    color: #ffffff !important;
}

/* Responsive styles */
@media (max-width: 768px) {
    .poa-button {
        width: 100%;
        display: block !important;
    }
}
