.simple-gallery-container h1{text-align:center;margin-top:0;font-weight:300;font-size:2rem}.simple-gallery-search-container{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:space-between;margin:.5rem 0}.simple-gallery-search-input{padding:.65rem;font-size:.65rem;width:150px;max-width:100%;border:1px solid #ccc;border-radius:6px}.simple-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;justify-content:center}.simple-gallery-item{height:250px;border:1px solid #3a3a3a;border-radius:10px;overflow:hidden;background-color:#282828;box-shadow:0 4px 8px rgba(0,0,0,.4);transition:transform .25s ease,box-shadow .25s ease;color:#eee;display:flex;flex-direction:column}.simple-gallery-item:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 8px 16px rgba(0,0,0,.5);border-color:#555}.simple-gallery-image-wrapper{flex:1 1 auto;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.simple-gallery-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.simple-gallery-info{padding:5px;margin-top:auto;background-color:rgba(0,0,0,.2);text-align:center}.simple-gallery-info h3{margin:0 0 6px;font-weight:600;color:#fff;background:#2c2c2c;padding:8px;border-radius:6px;font-size:.65rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.simple-gallery-info p{margin:0;font-size:.55rem;color:#ccc}.simple-gallery-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;line-height:1.4em}.external-link-icon{position:absolute;top:8px;left:8px;background-color:rgba(0,0,0,.6);color:white;padding:4px;border-radius:4px;text-decoration:none;font-size:12px;z-index:2;transition:background-color .2s ease}.external-link-icon:hover{background-color:rgba(255,255,255,.8);color:black}.simple-gallery-status{text-align:center;padding:60px 20px;font-size:1.3em;color:#bbb;min-height:300px;display:flex;align-items:center;justify-content:center}.simple-gallery-error{color:#ff7b7b;font-weight:700}.simple-gallery-dropdown{padding:.5rem;font-size:.65rem;border-radius:8px;border:1px solid #ccc;background-color:#1e1e1e;color:white}