.ij-mobile-register-cta {
    display: inline-flex !important;
    flex: 0 0 auto;
    max-width: min(60vw, 16rem);
    padding: 0.75rem 1.15rem !important;
    border-radius: 0.85rem !important;
    background-color: #dc2626 !important;
    color: #ffffff !important;
    font-size: 0.98rem !important;
    line-height: 1.25 !important;
    text-align: center;
    white-space: normal;
}

.ij-mobile-register-cta:hover {
    background-color: #b91c1c !important;
}

.ij-desktop-register-cta {
    display: none !important;
}

.ij-desktop-register-cta {
    background-color: #dc2626 !important;
    color: #ffffff !important;
}

.ij-desktop-register-cta:hover {
    background-color: #b91c1c !important;
}

@supports (color: color-mix(in srgb, #000 10%, #fff)) {
    .ij-mobile-register-cta:focus-visible {
        box-shadow: 0 0 0 4px color-mix(in srgb, #dc2626 22%, transparent) !important;
    }

    .ij-desktop-register-cta:focus-visible {
        box-shadow: 0 0 0 4px color-mix(in srgb, #dc2626 22%, transparent) !important;
    }
}

@media (min-width: 782px) {
    .ij-mobile-register-cta {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .ij-desktop-register-cta {
        display: inline-flex !important;
    }
}
