.tech-stack-header {
    display: flex;
    justify-content: start;
    gap: 30px;
    font-size: 1rem;
}

.jobhunt-example-content {
    margin-top: 30px;
    padding: 32px 24px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    border-radius: 12px;
    box-sizing: border-box;
}

.jobhunt-example-content h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    font-weight: 700;
    color: #fff;
}

.jobhunt-example-content p {
    font-size: 1.05rem;
    margin-bottom: 24px;
    color: #e0e0e0;
    line-height: 1.6;
}

.jobhunt-example-content .media-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.jobhunt-example-content .media-container img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #222;
}

/* Specific styles for admin preview images */
.jobhunt-example-content .media-container img[src*="snkrsPreviewAdmin"] {
    width: 100%;
    max-width: 715px;
    height: auto;
    object-fit: contain;
}

.jobhunt-example-content img,
.jobhunt-example-content video {
    width: 600px;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #222;
}

.jobhunt-example-content .caption {
    font-size: 0.95rem;
    color: #aaa;
    text-align: center;
}


.nextjs-hero {
    text-align: center;
    margin: 0 auto 40px auto;
    max-width: 900px;
    padding-top: 10px;
}

.nextjs-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: #FA614F;
    margin-bottom: 6px;
}

.nextjs-date {
    color: #b3b3b3;
    font-size: 1rem;
    margin-bottom: 24px;
}

.nextjs-date a {
    color: #b3b3b3;
    font-size: 1rem;
    margin-bottom: 24px;
}

.nextjs-date a:hover {
    color: #ffffff;
}

.nextjs-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.nextjs-logo {
    width: 180px;
    height: auto;
    display: block;
}

.infinite {
    background: transparent;
}

@media (max-width: 700px) {
    .nextjs-logo {
        width: 100px;
    }

    .nextjs-title {
        font-size: 1.1rem;
    }

    .nextjs-hero {
        padding-top: 0;
    }

    .jobhunt-example-content img,
    .jobhunt-example-content video {
        width: 100%;
        height: auto;
    }

    .jobhunt-example-content {
        padding: 16px 4px;
    }

    .nextjs-logo-container img {
        width: 40%;
        height: auto;
    }

    .jobhunt-example-content .media-container {
        padding: 0 10px;
    }

    .jobhunt-example-content .media-container img[src*="snkrsPreviewAdmin"] {
        max-width: 100%;
    }
}


@media (max-width: 560px) {

    .nextjs-logo-container img {
        width: 50%;
        height: auto;
    }

    .jobhunt-example-content .media-container {
        padding: 0 5px;
    }
}