/* Desert-themed What's New Page - Unique classes */
.Int-New-Intro {
    max-width: 983px;
    margin: 20px auto;
}

.Int-New-Title {
    /* Inherits your desert-themed h1 styles */
    margin-bottom: 10px;
}

.Int-New-Paragraph {
    margin-bottom: 20px;
}

.Int-New-Entries {
    max-width: 983px;
    margin: 0 auto;
}

.Int-New-Entry {
    background-color: var(--light-bg); /* use your site's background variable */
    border-left: 4px solid var(--desert-accent); /* desert theme accent color */
    padding: 15px;
    margin-bottom: 10px;
}

.Int-New-Date {
    font-weight: bold;
    color: var(--primary-text-color);
}

.Int-New-Description {
    margin: 5px 0 0 0;
}

.Int-New-Description a {
    text-decoration: underline; /* keeps links visible, no hover needed */
}
