/* ===========================
   Shuffle page styles
   =========================== */

.shuffle-page textarea {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    min-height: 320px;
    border-radius: 14px;
    resize: vertical;
}

@media (min-width: 992px) {
    .shuffle-page textarea {
        min-height: 360px;
    }
}
