.cmp-dam-folder-grid{padding:16px 0}
.cmp-dam-folder-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:768px){.cmp-dam-folder-grid__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){.cmp-dam-folder-grid__grid{grid-template-columns:1fr}
}
.cmp-dam-folder-grid__item{display:flex;flex-direction:column}
.cmp-dam-folder-grid__link{display:flex;flex-direction:column;text-decoration:none;color:inherit}
.cmp-dam-folder-grid__link:hover .cmp-dam-folder-grid__thumbnail{opacity:.88}
.cmp-dam-folder-grid__link:hover .cmp-dam-folder-grid__title{text-decoration:underline}
.cmp-dam-folder-grid__thumbnail-wrapper{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background-color:#e8e8e8;border-radius:2px}
.cmp-dam-folder-grid__thumbnail{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:opacity .2s ease}
.cmp-dam-folder-grid__no-thumbnail{width:100%;height:100%;background-color:#d6d6d6;display:flex;align-items:center;justify-content:center}
.cmp-dam-folder-grid__no-thumbnail::before{content:'';display:block;width:52px;height:52px;opacity:.35;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='002424'fill='none'stroke='%23333'stroke-width='1.5'stroke-linecap='round'stroke-linejoin='round'%3E%3Cpathd='M2319a22001-22H3a22001-2-2V8a220012-2h4l2-3h6l23h4a2200122z'/%3E%3Ccirclecx='12'cy='13'r='4'/%3E%3C/svg%3E")}
.cmp-dam-folder-grid__info{padding:10px 0 4px;display:flex;flex-direction:column;gap:4px}
.cmp-dam-folder-grid__title{display:block;font-size:15px;font-weight:600;color:#111;line-height:1.35}
.cmp-dam-folder-grid__count{display:block;font-size:13px;color:#777;line-height:1.2}
.cmp-dam-folder-grid--placeholder{border:2px dashed #ccc;padding:32px;text-align:center;background-color:#f5f5f5;border-radius:4px}
.cmp-dam-folder-grid__placeholder-text{margin:0;color:#888;font-size:14px}