a[href="https://nova.laravel.com/licenses"] {
    display: none !important;
}

header a > span > svg.h-6 {
    height: 2.8rem !important;
}

/* fix logo height */
svg.h-8 {
    height: 5rem !important;
}

/* more wider modal */
.modal > div {
    max-width: 55rem;
}

/* fix media upload button width */
span.form-file.block.md\:w-1\/3 {
    width: 100% !important;
    max-width: 200px;
}

.markdown li > p {
    display: inline;
}
