@charset "utf-8";
/* FBW 资料下载 */

body.fbw-download-list .fbw-dl-search {
    display: flex;
    max-width: 520px;
    margin: 0 0 28px;
    border: 1px solid #ddd;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

body.fbw-download-list .fbw-dl-search input {
    flex: 1;
    border: 0;
    padding: 12px 18px;
    font-size: 14px;
    outline: none;
}

body.fbw-download-list .fbw-dl-search button {
    border: 0;
    background: #232323;
    color: #fff;
    padding: 0 22px;
    cursor: pointer;
}

body.fbw-download-list .fbw-dl-rows ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.fbw-download-list .fbw-dl-rows li {
    /* 对齐设计稿：文件名 | .PDF 中右列 | 下载靠右 */
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px 90px;
    align-items: center;
    column-gap: 0;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
}

body.fbw-download-list .fbw-dl-name {
    font-size: 15px;
    color: #232323;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.fbw-download-list .fbw-dl-ext {
    color: #999;
    font-size: 14px;
    width: auto;
    justify-self: start;
}

body.fbw-download-list .fbw-dl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    height: 30px;
    padding: 0 16px;
    border-radius: 15px;
    background: #f1f1f1;
    color: #232323 !important;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

body.fbw-download-list .fbw-dl-btn:hover {
    background: #222222;
    color: #fff !important;
}
