/* Larger phone touch targets for the two contestant choices. */
@media (orientation: portrait) and (max-width: 700px) {
    html.mobile-app .pick-card,
    html.mobile-app .pick-card .card-content {
        min-height: clamp(145px, 21dvh, 190px) !important;
    }

    html.mobile-app .pick-card .card-content {
        padding: 0.75rem !important;
    }
}

@media (orientation: landscape) and (max-height: 560px) and (max-width: 1000px) {
    html.mobile-app .pick-card,
    html.mobile-app .pick-card .card-content {
        min-height: clamp(120px, 36dvh, 150px) !important;
    }

    html.mobile-app .pick-card .card-content {
        padding: 0.65rem !important;
    }
}
