body{margin:0;    font-family: Montserrat;}
.museum-toolbar-sticky {position: sticky;top: 55px;z-index: 10;background: #fff;box-shadow: 0 2px 8px rgba(60,72,88,0.04);border-radius: 10px;display: flex;justify-content: space-between;align-items: center;gap: 1.5rem;padding: 1rem 1.2rem;margin-bottom: 1.2rem;border: 1px solid #ececec;}
.museum-toolbar-left { font-size: 1.1rem; color: #444; font-weight: 500;  }
.museum-toolbar-right { display: flex; align-items: center; gap: 1rem; }

.artist-header { border: 2px solid #f1f1f1;
    border-radius: 12px;
    padding: 5px;display: flex; gap: 2.5rem; align-items: flex-start; margin-bottom: 10px; }
.artist-image {     object-position: top;width: 260px; height: 300px; background: #eaeaea; border-radius: 12px; object-fit: cover; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.artist-info { flex: 1; display:block }
.artist-name { font-size: 2.8rem; font-weight: 700;  letter-spacing: -1px;margin:0 }

.artist-date {margin-bottom:20px }
.artist-title {font-size: 1.3rem; font-weight: 600;
  
    }
.artist-movement{
  background: #ffe0d3;
    width: fit-content;
    padding: 7px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top:10px;
}
.artist-presentation-source{   
    width: fit-content;
    font-size: 12px;
    right: 0px;
}

.artist-presentation-source-container{  
  margin-top:10px; 
  display: flex;
  justify-content: flex-end;
}



.artist-presentation-source a{
  font-size: 12px;
   color:#444;
}
.artist-desc { font-size: 1.1rem; color: #444; line-height: 1.6; text-align: justify;padding: 10px; }

.socials { display: flex; gap: 0.7rem; margin-bottom: 1.5rem; }
.social-btn { width: 36px; height: 36px; border-radius: 50%; background: #f2f2f2; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: #666; border: none; cursor: pointer; transition: background 0.2s; }
.social-btn:hover { background: #e0e7ef; color: #222; }

.tab-btn { background: none; border: none; font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700;     padding-bottom: 5px;
    padding-left: 10px; cursor: pointer; color: #888; border-bottom: 2.5px solid transparent; transition: color 0.18s, border 0.18s; }
.tab-btn.active { color: #222; border-bottom: 2.5px solid #222; }
.filter-bar { display: flex; justify-content: flex-end;}
.filter-input { padding: 0.5rem; border-radius: 6px; border: 1px solid #e0e0e0; background: #f8f8fa; font-size: 1rem; outline: none; transition: border 0.2s; width: 220px; margin-top:10px; margin-bottom: 10px;}

.card:hover { border-color: #b4b8c5; box-shadow: 0 4px 16px rgba(60,72,88,0.06); }
.card-meta { font-size: 0.95rem; color: #888; text-align: center; }

.map-view { display: none; width: 100%; min-height: 340px; background: #e0e0e7; border-radius: 12px; align-items: center; justify-content: center; color: #888; font-size: 1.2rem; margin-bottom: 2rem;}

.label-otherArtworks {margin:10px;}

.empty-card { background: #fff; border-radius: 10px; border: 1px solid #ececec; box-shadow: 0 2px 8px rgba(0,0,0,0.03); display: flex; flex-direction: column; align-items: center; padding: 1rem 1rem 1.3rem; transition: box-shadow 0.2s, border-color 0.2s; }
.empty-card-img { width: 100%; max-width: 50px; height: 50px; object-fit: cover; background: #f1f1f1; border-radius: 7px; margin-bottom: 1rem; }

.filterArtworkInput{display: inline-block;min-width: 36px;padding: 0.5em 0.9em;margin: 0 0.1em;border-radius: 7px;text-align: center;text-decoration: none;background: #f7f9fb;color: #222;border: 1px solid #dbe2ef;transition: background 0.18s, color 0.18s;cursor: pointer;margin-top: 10px;margin-bottom: 10px;margin-left: 5px;}
.filterArtworkInput:hover{background: #4a69bb;color: #fff;border-color: #4a69bb;}

@media (max-width: 900px) {

  .artist-header { flex-direction: column; align-items: center; text-align: center; }
  .artist-image { margin-bottom: 1.5rem; }
  .museum-toolbar-right { display: block; align-items: center; gap: 1rem; }
  .museum-toolbar-sticky {position: sticky;top: 0;z-index: 10;background: #fff;box-shadow: 0 2px 8px rgba(60,72,88,0.04);border-radius: 10px;display: block;justify-content: space-between;align-items: center;gap: 1.5rem;padding: 1rem 1.2rem;margin-bottom: 1.2rem;border: 1px solid #ececec;text-align:center;}  
}



.search-bar {/*width: 250px;*/display: flex;align-items: center;background: #fff;height: 40px;border-bottom: #BCC1CAFF solid 1px;}

.tab-btn.active h2 {
    color: #222;
    
}

input[type="search"] {border: none;background: transparent;outline: none;font-size: 1.1em;padding: 8px 8px;width:auto!important}



.popin-media-share {
text-align: left;
    width: 120px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    justify-self: right;
    margin:auto;
    margin-top: 5px;
    z-index:1005;
    right: 0;
  }

  .popin-media-share-line{
    margin:5px;
    gap:5px;
    display:flex;
    font-size: 12px;
    align-items: center;
    cursor:pointer;
  }




  
.share-button {text-align: center;
    text-decoration: none;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
    border-radius: 6px;
    background-color: #000;
    border: none;
    color: #fff;
    cursor: pointer;
  height: 25px;}

.share-button i {margin-right: 8px;}

.share-button-container {display:flex;justify-content: flex-end;margin-bottom:0px;margin-top: 0px;}
.social-share{
  margin-bottom: 10px;
  margin-top: 10px;
  justify-self: right;
  margin-right:10px;
}