/* Event & News 專屬樣式 */

.main-content {
    background-color: #fff;
    padding: 3rem 2rem;
    border-radius: 12px;
}

h2.section-title {
    font-size: 1.5rem;
    color: #003366;
    font-weight: bold;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

.event-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
}

.event-item img {
    width: 100px;
    height: auto;
    margin-right: 1.25rem;
    border-radius: 6px;
}

.event-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #003366;
    margin-bottom: 0.5rem;
}

.event-info {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
}

.event-photo-box {
    background-color: #f0f4fa;
    border-left: 4px solid #003366;
}

.view-photo-btn {
    border-color: #bbb;
    color: #444;
}

.view-photo-btn:hover {
    background-color: #e9f0f7;
    border-color: #999;
    color: #003366;
}
