.container { 
    min-height: 550px;
}





.folder-content, .active-folder {
    border: none;
    background: none;
    padding: 0;
    margin: 0px;
    
    overflow-y: hidden;
} 

/* 1. Make the showcase container fill the height and act as a flex column */
.showcase { 
    display: flex;
    flex-direction: column;
    height: 100%; 
    flex: 1;
 /* Prevents the whole container from growing */

    
}

/* 2. Make only the body scrollable */
.showcase-body {
   
    padding-right: 10px; /* Adds space so the scrollbar doesn't overlap content */
    overflow-y:  scroll;
    display: flex;
    flex-direction: column;
    gap: 5px;
  
  
}

/* 3. Keep the header from shrinking */
    .showcase-header {
        flex-shrink: 0;
        display: flex; 
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .showcase-memo { 
        font-weight: lighter;
        font-size:medium
    }

    .showcase-item { 
        display: flex;
  
        margin: 10px;
    }

    .showcase-item-content { 
    
      
        padding-left: 8px;
    }

    .showcase-item-content bold { 
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #8da4b1; /* Faded steel blue from your background photo */
        font-weight: 600;
        padding-bottom: 15px;
    }


    .the-showcase { 
       
    }

    .logo-up {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px;
        min-width: 70px;

    }

    .showcase-header h3 { 
        display: flex;
        align-items: center;
    }
    
    

    #sol1 img { 
        margin-top: 0px ;
        max-height: 70px;
        max-width: 70px;

    }

    #sol2 .logo-up img { 
        box-shadow: 
        2px 2px 5px rgba(0, 0, 0, 0.3),  /* Subtle side shadow */
        5px 15px 30px rgba(0, 0, 0, 0.2); /* Deep bottom lift */
    
    /* The "Spine" & Page Edge */
        border: 1px solid rgba(255, 255, 255, 0.1); 
        border-left: 3px solid rgba(0, 0, 0, 0.2); /* Mimics the spine crease */
    
        border-radius: 2px 5px 5px 2px; /* Slightly rounder on the right (pages) */
        transition: transform 0.3s ease;
    }

     #sol2 .logo-up img:hover { 
        /* Make it pop when hovered */
        transform: translateY(-5px) scale(1.02);
        box-shadow: 
        2px 10px 20px rgba(0, 0, 0, 0.4);
     }


    .showcase-header img {
        margin-top: -15px;
        margin-bottom: 10px;
    }

     #sol2 .showcase-header img { 
        margin-top: -10px;
        max-height: 50px;
        max-width: 50px;

    }

     #sol2 .showcase-item img {
        
        max-height: 100px;
        max-width: 100px;
     }


    #sol3 .showcase-header img { 
        padding: 10px;
        max-width: 50px;
        max-height: 50px;
    }

    #sol3 .logo-up img { 
    aspect-ratio: 2 / 3; /* Standard poster dimensions */
    object-fit: cover;
    border-radius: 4px; /* Just a tiny bit to take off the digital edge */
    
    /* The "Frame" & Glow */
    border: 1px solid rgba(255, 255, 255, 0.1); 
    box-shadow: 
        0 0 0 1px rgba(0, 0, 0, 0.5),      /* Sharp black "inner" frame */
        0 10px 30px rgba(0, 0, 0, 0.5),    /* Heavy drop shadow for gravity */
        0 0 20px rgba(255, 255, 255, 0.05); /* Very faint outer "aura" */
    }

     #sol3 .logo-up img:hover { 
        transform: scale(1.05);
        border: 1px solid rgba(255, 255, 255, 0.4); /* Brightens the edge */
        box-shadow: 0 15px 45px rgba(0, 0, 0, 0.7);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Bouncy feel */
     }

     #sol3 .showcase-item img { 
        max-height: 100px;
        max-width: 100px;
     }


     #sol4 .showcase-header img { 
        padding: 10px;
        max-width: 50px;
        max-height: 50px;
    }

    #sol4 .logo-up img { 
    aspect-ratio: 2 / 3; /* Standard poster dimensions */
    object-fit: cover;
    border-radius: 4px; /* Just a tiny bit to take off the digital edge */
    
    /* The "Frame" & Glow */
    border: 1px solid rgba(255, 255, 255, 0.1); 
    box-shadow: 
        0 0 0 1px rgba(0, 0, 0, 0.5),      /* Sharp black "inner" frame */
        0 10px 30px rgba(0, 0, 0, 0.5),    /* Heavy drop shadow for gravity */
        0 0 20px rgba(255, 255, 255, 0.05); /* Very faint outer "aura" */
    }

     #sol4 .logo-up img:hover { 
        transform: scale(1.05);
        border: 1px solid rgba(255, 255, 255, 0.4); /* Brightens the edge */
        box-shadow: 0 15px 45px rgba(0, 0, 0, 0.7);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Bouncy feel */
     }

     #sol4 .showcase-item img { 
        max-height: 100px;
        max-width: 100px;
     }

    #sol5 .showcase-header img { 
        margin-top: 4px;
        padding: 10px;
        max-width: 50px;
        max-height: 50px;
    }


.showcase-footer { 
    flex-shrink: 0;
    min-height: 5%;
    box-sizing: border-box;
    background: linear-gradient(to top, rgb(27, 29, 31), transparent);
    margin: 0 -30px;

    z-index: 2;
}



#map  {
    width: auto; 
    height: 200px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    margin-right:10px;
    margin-bottom: 10px;

}

.larger-card { 
    max-height: 450px;
}

.footer { 
    z-index: 5;
}

.container { 

    overflow-y: visible;
}

.project-dashboard { 

}

body { 

}

.project-display { 

    box-sizing: border-box;
    height: 100%;

    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
    
}

.showcase { 
  
    
}

    .showcase-header { 
        
    }

    .showcase-body { 
        flex-grow: 1;
   
        
        flex-shrink: 1;
    }



/* Optional: Add a subtle hover effect to the frames */
.the-showcase-scroll { 
    overflow-y: scroll;
}


.showcase-body p {
    font-size: 0.85rem;          /* Slightly smaller than default for a "pro" feel */
    line-height: 1.5;            /* Adds vertical air to prevent the "bloat" */
    color: rgba(255, 255, 255, 0.7); /* Softens the text so it doesn't "glow" too hard */
    margin-bottom: 12px;         /* Consistent spacing between paragraphs */
    font-weight: 300;            /* Keeps it thin to match your 'showcase-memo' style */
    max-width: 60ch;             /* Limits line length to ~60 characters for readability */
    letter-spacing: 0.3px;       /* Micro-spacing for a modern, clean look */
}

/* Specific fix for paragraphs that follow your bold headers */
.showcase-item-content bold + p {
    margin-top: 4px;             /* Tighter gap when the <p> follows a header */
}
.folder-content p a {
    /* ... your existing styles ... */
    display: inline-block; /* Ensures padding and transforms behave */
    position: relative;
}

/* 1. Remove CSS pseudo-element arrows */
.folder-content p a::after, 
.folder-content p a::before {
    display: none !important;
    content: none !important;
}

/* 2. Hide any nested icon tags (like FontAwesome or Bootstrap icons) */
.folder-content p a i, 
.folder-content p a svg {
    display: none !important;
}


h4 { 
    margin: -2px 0 2px 0;
}