.file-attacher-item{align-items:center;display:flex;width:100%}.file-attacher-item__action{display:flex;flex-shrink:0}.file-attacher-item__info{min-width:0;padding:0 6px;width:100%}.file-attacher-item__name{display:flex;font-weight:var(--fly-font-weight-semibold)}.file-attacher-item__type{width:100px}.file-attacher-item__size{font-size:13px}.file-attacher-item__size--error{color:var(--fly-colors-error)}.file-attacher-item__preview{max-width:200px}.file-attacher__items{display:grid;grid-column-gap:30px;grid-row-gap:20px;margin-bottom:12px}.file-attacher__items--column{grid-template-columns:repeat(3,minmax(0,1fr))}.file-attacher__items--rows{grid-template-columns:repeat(1,minmax(0,1fr))}.file-attacher__actions{display:flex}.file-attacher__actions>:last-child{margin-left:6px}.file-attacher__warning{margin-bottom:12px}@media screen and (max-width:992px){.file-attacher__items--column{grid-template-columns:repeat(2,minmax(0,1fr))}.file-attacher__items--rows{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (max-width:768px){.file-attacher__items{grid-template-columns:repeat(1,minmax(0,1fr))}.file-attacher__actions{flex-direction:column}.file-attacher__actions:last-child{margin-right:0}.file-attacher__actions>*{width:100%}.file-attacher__actions>:last-child{margin-right:0;margin-top:12px}}
