.bono-category-file {
    margin: 18px 0 26px;
    padding: 18px 20px;
    border: 1px solid rgba(34, 48, 73, 0.1);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(34, 48, 73, 0.06);
}

.bono-category-file__title {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    color: #1f2937;
}

.bono-category-file__link {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.bono-category-file__link:hover .bono-category-file__name {
    color: #1f6fbf;
}

.bono-category-file__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: #eef6ff;
    color: #1f6fbf;
}

.bono-category-file__icon-svg {
    display: block;
}

.bono-category-file__name {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    color: #2d3748;
    transition: color 0.2s ease;
    overflow-wrap: anywhere;
}

.bono-category-file__download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 36px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #1f6fbf;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}

.bono-packaging-file-preview {
    margin: 8px 0 10px;
}

.bono-packaging-file-preview a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 8px 10px;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
    word-break: break-word;
}

@media (max-width: 575px) {
    .bono-category-file {
        padding: 16px;
    }

    .bono-category-file__link {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .bono-category-file__name {
        flex: 1 1 calc(100% - 58px);
    }

    .bono-category-file__download {
        margin-left: 58px;
    }
}
