/* Custom styles for gift cards */
.card-text {
    color: #181C32 !important; /* Default text color */
}

/* Ensure the card text doesn't turn green */
.card .card-text {
    color: #181C32 !important;
}

/* Ensure the card text in the modal doesn't turn green */
.modal .card-text {
    color: #181C32 !important;
} 