NGC 300
/* This handles the magic of stacking on mobile */
@media (max-width: 600px) {
.da-price-row {
flex-direction: column !important;
align-items: flex-start !important;
}
.da-price-container {
margin-top: 16px;
width: 100%;
justify-content: flex-start !important;
gap: 30px !important; /* Space between Standard and Award-winning on mobile */
}
.da-card {
padding: 24px !important; /* Slightly tighter padding for mobile screens */
}
}