.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;flex:0.5;min-width:150px;border:1px solid #3a3a3a;border-radius:8px;background-color:#1e1e1e;color:white}.simple-gallery-search-input::placeholder{color:rgba(255,255,255,.7)}.simple-gallery-search-input:focus{outline:none;border-color:#555}.simple-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;justify-content:center}.simple-gallery-item{height:200px;border:1px solid #3a3a3a;border-radius:10px;overflow:hidden;background-color:#282828;color:#eee;display:flex;flex-direction:column;transition:transform .2s ease}.simple-gallery-item:hover{transform:translateY(-4px) scale(1.02)}.simple-gallery-image-wrapper{width:100%;height:200px;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;background-color:rgba(0,0,0,.2);text-align:center}.simple-gallery-info h3{margin:0;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;min-height:2.8em}.external-link-icon{position:absolute;top:4px;left:4px;background-color:rgba(0,0,0,.7);color:#ffffff;padding:4px;border:1px solid rgba(255,255,255,.1);border-radius:4px;text-decoration:none;font-size:9px;font-weight:500;z-index:2}.external-link-icon:hover{background-color:rgba(0,0,0,.9);border-color:rgba(255,255,255,.2)}.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:none;background-color:#1e1e1e;color:white}