body {
    font-family: Times, 'Times New Roman', serif;
    line-height: 1.6;
    color: #333;
    background-color: white;
    margin: 0;
    padding: 16px;
    font-size: 14.4px;
}

.container {
    max-width: 640px;
    margin: 0 auto;
}

header {
    text-align: center;
    margin-bottom: 32px;
    border-bottom: 2px solid #d73027;
    padding-bottom: 16px;
}

h1 {
    font-size: 1.44rem;
    font-weight: bold;
    margin-bottom: 12px;
    color: #d73027;
}

.event-info {
    font-size: 0.88rem;
    color: #333;
    margin-bottom: 12px;
}

.author-block {
    margin-bottom: 12px;
}

.authors {
    font-size: 0.88rem;
    font-style: italic;
    color: #333;
    margin: 0;
}

.affiliation {
    font-size: 0.88rem;
    color: #333;
    font-style: italic;
    margin: 0;
}

.venue-image {
    width: 100%;
    max-width: 480px;
    height: auto;
    margin-top: 12px;
    border-radius: 6px;
}

section {
    margin-bottom: 24px;
}

h2 {
    font-size: 0.96rem;
    font-weight: bold;
    margin-bottom: 12px;
    color: #d73027;
}

.new-image-inline {
    height: 1.6rem;
    margin-right: 5px;
    vertical-align: middle;
}

.abstract p {
    font-size: 0.88rem;
    text-align: justify;
}

/* Resource Table */
.resource-table {
    width: 100%;
    margin-top: 16px;
    border-collapse: collapse;
    border: 1px solid #333;
}

.resource-table td {
    padding: 12px 8px;
    font-size: 0.8rem;
    vertical-align: top;
    width: 33.33%;
    border-right: 1px solid #333;
}

.resource-table td:last-child {
    border-right: none;
}

.resource-cell {
    text-align: center;
}

.resource-table a {
    color: #d73027;
    text-decoration: underline;
    font-weight: bold;
}

.resource-table a:hover {
    color: #b52017;
}

.resource-subtitle {
    margin-top: 6px;
    font-size: 0.72rem;
    color: #333;
    font-style: italic;
}

.new-badge {
    background: #dc3545;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
}

/* Survey Announcement */
.survey-announcement {
    margin-bottom: 24px;
    padding: 16px;
    background: #f8f9fa;
    border-left: 3px solid #d73027;
    border-radius: 3px;
}

.survey-announcement p {
    font-size: 0.88rem;
    margin: 0;
    line-height: 1.6;
}

.new-icon {
    font-size: 1.2rem;
    margin-right: 8px;
}

.survey-announcement a {
    color: #d73027;
    text-decoration: underline;
    font-weight: bold;
}

.survey-announcement a:hover {
    color: #b52017;
}

.survey-text {
    color: #d73027;
    font-weight: bold;
}

/* Contact Section */
.contact p {
    font-size: 0.88rem;
}

.contact a {
    color: #d73027;
    text-decoration: underline;
    font-weight: bold;
}

.contact a:hover {
    color: #b52017;
}

.schedule strong {
    font-weight: bold;
}

@media (max-width: 600px) {
    body {
        padding: 12px;
        font-size: 14.4px;
    }
    
    h1 {
        font-size: 1.2rem;
    }
    
    .resource-table td {
        padding: 10px 6px;
    }
    
    .resource-subtitle {
        font-size: 0.64rem;
    }
}