body {
    background-image: url('../backgrounds/G2CR_NEWWORLD_NewPass4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.media-counter {
    font-size: 3.2em !important;
    margin: 20px 80px;
    font-family: 'GothicTitle', sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    color: #fff;
}

.media-counter .label {
    color: #fff; /* gold-like tone */
    margin-right: 6px;
    text-shadow: 5px 6px 3px rgba(0, 0, 0, 0.8);
}

.media-counter .count.videos {
    color: #fff; /* soft sky blue */
    text-shadow: 5px 6px 3px rgba(0, 0, 0, 0.8);
}

.media-counter .count.images {
    color: #fff; /* softened green */
    text-shadow: 5px 6px 3px rgba(0, 0, 0, 0.8);
}

.media-counter-wrapper {
    position: absolute;
    top: 80px;
    right: 40px;
    z-index: 10;
    text-align: right;
}

a {
    color: #87cefa;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

a:hover {
    color: #f39c12;
}

.info-section {
    margin: 40px auto;
    max-width: 900px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    text-align: left;
    color: #e0e0e0;
}

.info-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #f0d77e;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.info-section strong {
	color: #14dd79;
}

.timeline-list {
    list-style: none;
    padding-left: 0;
}

.timeline-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.timeline-list li::before {
    content: "*";
    position: absolute;
    left: 0;
    color: #f39c12;
}

.download-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    color: #87cefa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.download-link:hover {
    color: #ffffff;
    text-decoration: underline;
}


        .issue-form {
            max-width: 600px;
            margin: 40px auto;
            background: rgba(0,0,0,0.6);
            padding: 20px;
            border-radius: 12px;
        }

        .issue-form input, .issue-form textarea {
            width: 100%;
            margin-bottom: 12px;
            padding: 10px;
            border-radius: 6px;
            border: none;
        }

        .issue-form button {
            padding: 10px 20px;
            font-weight: bold;
            background: #f39c12;
            border: none;
            border-radius: 6px;
            cursor: pointer;
        }
