/**
 * Auth / Join page overrides
 * Load after css/styles.css on auth.html only
 */

/* Larger icons in "How do you want to join?" cards */
.join-type-option .join-type-icon {
    width: 72px !important;
    height: 72px !important;
    max-width: 72px;
    max-height: 72px;
    object-fit: contain;
}
