/* =================================
   Styles for Project Showcase Pages
   ================================= */
.showcase-container {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: left; 
    color: #333; 
}

.showcase-container h1, .showcase-container h2 {
    text-align: center;
    color: #000;
}

.showcase-section {
    margin-bottom: 40px;
    line-height: 1.6;
    font-size: 14px;
}

.showcase-section img {
    max-width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-top: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Open Source specific css */
.showcase-opensource {
    padding-top: 20px;
    text-align: left;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 14px;
}

.opensource-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.tech-stack-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 13px;
}

.tech-stack-table th, .tech-stack-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.tech-stack-table th {
    background-color: #f8f8f8;
    font-weight: bold;
}

.project-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    float: left; 
}