/* Make audio players take full width */
audio {
    width: 100%;
}

/* Price display custom style */
#price-display {
    min-height: 1.2rem; /* Reserve space to prevent layout shifts */
}

.card-header {
    font-size: 1.1rem;
    font-weight: 600;
}