/* Desktop two-pane feed layout. Loaded after style.css, which still
   supplies the visual design of a post card (shadowbox/slidebox/notes/
   profile/etc, shared via render_post_card()) - this file only changes
   the page's outer layout and adds the list-pane-specific styling. */

body{
    background-color: #fff;
    background-image: radial-gradient(#eee 1px, transparent 1px);
    background-size: 25px 25px;
}

#desktop-wrap{
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 0;
    max-width: 1400px;
    margin: 80px auto 0 auto;
    align-items: start;
}


#userbar{
    direction: ltr;
    color: #ffffff;
    font-size: 1.6em;
    font-family: courier;
    font-weight: 400;
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(65,45,10,1) 30%, rgba(39,56,84,1) 70%, rgba(242,150,5,1) 100%);
    border-bottom: 8px solid #000000;
    padding:12px 24px 12px 24px;
    background-color: #fff;
    background-image: repeating-linear-gradient(-45deg, #000 0, #000 1px, transparent 1px, transparent 8px), repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 1px, transparent 8px);
}

#userbar a { 
   color: #000000;
   text-decoration:none;
   font-weight: 800;
}

#userbar li a { 
   color: #000000;
   text-decoration:none;
   font-size: 1.5rem;
   line-height: 2.5rem;
   font-weight: 200;
}

.userboxcollapse + input:checked + div{
	display: block;
    margin: 0px;
    color: #000000;
	background: #FFFFFF;
    border-top: 8px solid #000000;
    border-bottom: 8px solid #000000;
    width: 33%;
    position: fixed;
    top: 80px;
    right: 32px;
    visibility: visible;
    height: auto;

	}  

.allprofile img {
    width: 96px;
    border-radius: 5%;
    margin: 1em 2em 5em 0em;
    float: left;
}

.bigprofile {
    margin: 0em 1em 2em 0em;
    border-bottom: 0px solid rgb(238, 238, 238);
}

.bigprofile img {
    width: 324px;
    border-radius: 5%;
    margin: 2em 2em 0em 0em;
}

.buttonsall {
//display: none;
flex-wrap: wrap;
}

.homebutton {
    font-size: 1.4rem;
    color: #000000;
    background: #f29605;
    /* border-radius: 10px; */
    border: 4px solid #000000;
    width: auto;
    text-align: center;
    font-weight: 600;
    padding: 8px;
    margin: 1em 0.2em 0em 0em;
    /* box-shadow: 5px 5px 15px #666666; */
    background-color: #fff;
    background-image: radial-gradient(#bbb 1px, transparent 1px);
    background-size: 5px 5px;
    }

.button {
    font-size: 1.4rem;
    color: #000000;
    background: #f29605;
    /* border-radius: 10px; */
    border: 4px solid #000000;
    width: auto;
    text-align: center;
    font-weight: 600;
    padding: 8px;
    margin: 1em 0.2em 0em 0em;
    /* box-shadow: 5px 5px 15px #666666; */
    background-color: #fff;
    background-image: radial-gradient(#bbb 1px, transparent 1px);
    background-size: 5px 5px;
}

.footer {
    font-family: courier;
    font-size: 1.2rem;
}

.pano {
overflow: scroll;
max-width: 900px;
}

.notes {
  font-size: 1.3rem!important;
  }

.tagbutton {
    font-size: 1.2em;
    color: #000000;
    background: #f29605;
    /* border-radius: 10px; */
    border: 4px solid #000000;
    width: fit-content;
    text-align: center;
    font-weight: 600;
    padding: 8px;
    margin: 1em 0.2em 0em 0em;
    /* box-shadow: 5px 5px 15px #666666; */
    background-color: #fff;
    background-image: radial-gradient(#ddd 1px, transparent 1px);
    background-size: 5px 5px;
}

@media (max-width: 900px){
    #desktop-wrap{
        grid-template-columns: 1fr;
    }
}

.feed-list-pane{
    border-right: 8px solid #000;
    padding: 0 1.5rem 2rem 1.5rem;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    position: sticky;
    top: 80px;
}

@media (max-width: 900px){
    .feed-list-pane{
        position: static;
        max-height: none;
        border-right: 0;
        border-bottom: 8px solid #000;
    }
}

.feed-detail-pane{
    padding: 0 2rem 2rem 2rem;
    min-height: 60vh;
}

.feed-solo-pane{
    grid-column: 1 / -1;
    padding: 0 2rem 2rem 2rem;
}

.feed-list{
    display: flex;
    flex-direction: column;
}

.feed-list-item{
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    padding: .75rem 0;
    border-bottom: 1px solid #eee;
    text-decoration: none !important;
    color: inherit;
}

.feed-list-item:hover{
    background: #f7f7f7;
}

.feed-list-item.active{
    background: #fdf1dd;
    border-left: 4px solid #f29605;
    padding-left: .5rem;
}

.feed-list-thumb{
    width: 64px !important;
    height: 64px;
    object-fit: cover;
    border-radius: 6px !important;
    margin: 0 !important;
    flex-shrink: 0;
}

.feed-list-meta{
    font-family: verdana;
    font-size: .8rem;
    line-height: 1.4;
    min-width: 0;
}

.feed-list-meta strong{
    font-size: .85rem;
}

.feed-list-loc{
    display: block;
    color: #888;
    font-size: .72rem;
}

.feed-list-excerpt{
    color: #444;
    font-size: .78rem;
    margin-top: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.feed-list-pagination{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    font-family: verdana;
    font-size: .85rem;
}

.feed-list-pagination a{
    color: #273854;
    text-decoration: underline;
}

.feed-list-pagecount{
    color: #999;
    margin-left: auto;
}

.feed-detail-pane .slidebox{
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

/* Avatar/username/location header is redundant on desktop - that info
   already lives in the list pane on the left, so the detail pane can stay
   focused on the image itself. */
.feed-detail-pane .profile{
    /* display: none; */
}
 .profile img{
    display: none; 
}
.tag {
    padding: 0em;
}

.feed-detail-pane img{
    border-radius: 10px;
}
