/**
 * @package   DPAttachments
 * @copyright Digital Peak GmbH. <https://www.digital-peak.com>
 * @license   https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
 */
.com-dpattachments-layout-attachments .dp-button-bar{margin-bottom:10px}.com-dpattachments-layout-attachments .dp-button{display:inline-block;margin:3px 0;padding:4px 10px;background-color:#fefefe;color:#212529;border:1px solid silver;text-align:center;font-weight:400;box-shadow:0 1px 3px rgba(0,0,0,.1);white-space:nowrap;vertical-align:middle;user-select:none;border-radius:.1rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.com-dpattachments-layout-attachments .dp-button:disabled,.com-dpattachments-layout-attachments .dp-button[disabled]{background-color:#ccc;color:#666}.com-dpattachments-layout-attachments .dp-icon svg{fill:currentcolor;width:1em;height:1em;vertical-align:-2px}.com-dpattachments-layout-attachments_empty{display:none}.com-dpattachments-layout-attachments__header{font-weight:bold}@supports(display: grid){@media(width <= 400px){.com-dpattachments-layout-attachments__attachments{display:block}}.com-dpattachments-layout-attachments__attachments{display:grid;grid-gap:10px;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr))}}.com-dpattachments-layout-attachments__attachments{display:flex;flex-wrap:wrap}@media(width <= 400px){.com-dpattachments-layout-attachments__attachments .dp-attachment{margin:5px 0}}.com-dpattachments-layout-attachments__attachments .dp-attachment{flex:1 0 40%;padding:10px;border:1px solid #cbcbcb;overflow-wrap:break-word;word-wrap:break-word}.dp-attachment-modal__content{zoom:.6;width:99.6%;height:90vh;min-height:500px;border:none}.dp-attachment-modal{z-index:10000 !important}.dp-attachment-modal .tingle-modal-box__content{padding:1rem}