/* Cash on Delivery - styles */
#ps_cashondelivery-paymentOptions-additionalInformation p:first-child {
    margin: 0 0 5px 0;
}

/* Disabled state applied by JavaScript */
.cod-disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.cod-disabled label {
    cursor: not-allowed !important;
    color: #999 !important;
}
