/* Header Image Styling */
header.cover {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 400px;
}

/* Hide Redundant Elements */
header.cover h1,
header.cover h2 {
    display: none !important;
}

article header aside.instapaper_ignoref,
article header .tracked,
article header h1.f1 {
    display: none !important;
}

/* Project Card Styling */
.project-card {
    max-height: 600px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.project-card-content {
    height: 500px; /* Fixed height to ensure scrollable content */
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
    -webkit-overflow-scrolling: touch;
}

.project-map iframe {
    touch-action: none;
}

/* Scrollbar Customization */
.project-card-content::-webkit-scrollbar {
    width: 8px;
}

.project-card-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.project-card-content::-webkit-scrollbar-thumb {
    background: #888