/* notice.css */

.notice-header {
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 2rem;
}

.notice-header h2 {
    font-weight: 700;
    color: #333;
}

.notice-table th {
    font-weight: 500;
    background-color: #f8f9fa;
    text-align: center;
}

.notice-table td {
    vertical-align: middle;
}

.notice-table .notice-title {
    text-align: left;
}

.notice-table .pinned-notice td {
    background-color: #f7f7f7;
}

.notice-table .pin-icon {
    color: #4a6bff;
    margin-right: 8px;
    font-size: 0.9rem;
}

/* notice-detail.css */

.notice-detail-header {
    border-bottom: 2px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.notice-detail-header h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.notice-info {
    display: flex;
    gap: 1.5rem;
    font-size: 0.85rem;
    color: #6c757d;
}

.notice-content {
    min-height: 300px;
    line-height: 1.8;
    font-size: 1rem;
}

.notice-content img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    border-radius: 8px;
}
