.mum-upload-hero {
    position: absolute;
    top: 145px;
    right: clamp(70px, 12vw, 170px);
    z-index: 20;
}

.mum-upload-button {
    align-items: center;
    background: #4650d8;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 104px;
    min-width: 185px;
    padding: 12px 22px 14px;
    text-align: center;
    text-decoration: none;
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mum-upload-button:hover,
.mum-upload-button:focus {
    background: #5661ec;
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.34);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.mum-upload-icon {
    font-size: 54px;
    font-weight: 700;
    line-height: 0.78;
}

.mum-upload-label {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
}

.mum-upload-subtitle {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 4px;
    opacity: 0.72;
}

@media (max-width: 767px) {
    .mum-upload-hero {
        position: static;
        padding: 16px;
        background: #050505;
    }

    .mum-upload-button {
        min-width: 0;
        width: 100%;
    }
}
