.urgo-download-item__footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.urgo-download-item__labels {
    display: flex !important;
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: wrap;
    gap: 8px;
}

.urgo-download-item__label {
    display: inline-flex !important;
    align-items: center;
    padding: 4px 8px;
    margin: 0;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
}

.urgo-download-item__label--tag {
    background: #e2c0e6;
    color: #9765a8 !important;
}

.urgo-download-item__label--category {
    background: #bddffa;
    color: #3b7eae !important;
}

.urgo-download-item__download {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .urgo-download-item__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .urgo-download-item__download {
        justify-content: flex-start;
    }
}
