/* DigiPay Hosted Payment Gateway - Minimal CSS */
.digipay-hosted-info {
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    margin-bottom: 15px;
    text-align: center;
}

.digipay-hosted-info p {
    margin: 0;
    color: #495057;
    font-size: 14px;
    line-height: 1.5;
}

/* WooCommerce Blocks specific styling */
.wc-block-checkout .digipay-hosted-info {
    margin-top: 10px;
}

/* Classic checkout specific styling */
.woocommerce-checkout .digipay-hosted-info {
    margin-top: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .digipay-hosted-info {
        padding: 10px;
        font-size: 13px;
    }
} 