/* Show Factsheets Buttons */
.wb-show-factsheets {
    float: left;
    margin: 10px 0px !important;
}

.wb-factsheet-icon {
    position: absolute;
    top: 5%;
    right: 5%;
}
.wb-factsheet-icon svg {
    height: 25px;
    width: 25px;
}

body.term-php.taxonomy-media-cat .edit-tag-actions #delete-link {
    display: none;
}

.wb-factsheet-list svg {
    height: 25px;
}
.wb-factsheet-list .category-title {
    border-bottom: 2px solid #333;
    padding-bottom: 0.5em;
}
.wb-factsheet-list .document-entry {
    padding-bottom: 1.5rem;
    margin-left: 1rem;
}
.wb-factsheet-list .document-entry > * {
    display: inline-block;
    vertical-align: middle;
}
.wb-factsheet-list .document-content {
    width: 50%;
    padding: 0 1rem 0 2rem;
    min-width: 400px;
    font-size: 18px;
}
.wb-factsheet-list .document-download {
    position: relative;
    font-size: 14px;
}
.wb-factsheet-list .document-download a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.wb-factsheet-list .document-download span {
    vertical-align: middle;
}
.wb-factsheet-list .document-download svg {
    height: 15px;
    padding-right: 0.5em;
    vertical-align: middle;
}
