/*  自动换行排列 Galley PDF 链接 */
ul.galleys_links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}

ul.galleys_links li {
    flex: 0 0 auto !important;
}

ul.galleys_links .obj_galley_link {
    min-width: 140px;
    text-align: center;
    padding: 6px 10px;
    border: 1px solid #007bff;
    border-radius: 4px;
    display: inline-block;
    color: #007bff;
    text-decoration: none;
}

ul.galleys_links .obj_galley_link:hover {
    background-color: #007bff;
    color: white;
}
