.iflair-download-links {
    width: 100%;
}

.iflair-download-category + .iflair-download-category {
    margin-top: 1.5rem;
}

.iflair-download-category-title {
    margin: 0 0 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #d1d5db;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111827;
}

.iflair-download-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.iflair-download-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.875rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.iflair-download-item:last-child {
    border-bottom: 0;
}

.iflair-download-item-main {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.iflair-download-item-icon {
    display: inline-flex;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    color: #111827;
}

.iflair-download-item-icon svg {
    width: 100%;
    height: 100%;
}

.iflair-download-item-label {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #111827;
}

.iflair-download-item-link {
    flex-shrink: 0;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #111827;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.iflair-download-item-link:hover {
    color: #374151;
}
