@import url(main.css);.artist-item.card a:hover,.artist-item.card:hover .card-title,.artist-item.card:hover .post-count{color:var(--primary-color)!important}.artist-list{max-width:1300px;margin:0 auto;padding:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.artist-item.card{background:0 0;border:none;border-radius:0;overflow:hidden;min-height:250px;height:auto;display:flex;flex-direction:column;margin:0}.artist-item.card:hover{transform:none!important;box-shadow:none!important}.artist-item.card a{text-decoration:none;color:inherit}.artist-item.card a:hover{text-decoration:none!important}.post-count{font-size:1rem;color:#ccc;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}h1{padding-top:20px}.search-form{width:100%;max-width:400px;margin:20px auto;position:relative}.search-input-container{display:flex;align-items:center;background-color:var(--container-background);border-radius:25px;padding:5px 15px;box-shadow:0 2px 4px rgba(0,0,0,.5);transition:box-shadow .3s}.search-input-container:hover{box-shadow:0 4px 8px rgba(0,0,0,.7)}.search-form .form-control{background-color:var(--container-background);color:var(--text-color);border:none;outline:0;padding:10px 15px;font-size:1rem;border-radius:20px;flex:1;height:40px;margin-top:10px;transition:background-color .3s,color .3s}.search-form .form-control::placeholder{color:#fff}.search-button{background:0 0;border:none;cursor:pointer;color:var(--primary-color);transition:color .3s,transform .3s;margin-left:10px;display:flex;align-items:center;justify-content:center;height:40px}.search-button:hover{color:var(--primary-hover);transform:scale(1.1)}.search-icon{width:1.2rem;height:1.2rem}@media screen and (min-width:1200px){.artist-list{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:900px) and (max-width:1199px){.artist-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:600px) and (max-width:899px){.artist-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:599px){.artist-list{grid-template-columns:1fr}.artist-item.card{height:auto}}