/**
 * himipaypal Agent Frontend CSS
 * Styles for payment links and checkout elements.
 */

.himipaypal-button {
    display: inline-block;
    padding: 12px 24px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background 0.2s;
}

.himipaypal-button:hover {
    background: #005a87;
}

.himipaypal-button.hp-button-primary {
    background: #0073aa;
}

.himipaypal-button.hp-button-success {
    background: #46b450;
}

.himipaypal-button.hp-button-danger {
    background: #d63638;
}
