.container { max-width: 800px; }
.page-header { text-align: center; margin-bottom: 40px; }
.page-title { font-size: 2.2em; font-weight: 700; margin: 0; }
.page-subtitle { font-size: 1.1em; color: #ddd; margin-top: 10px; }
.suggestion-form-box { background-color: rgba(0, 0, 0, 0.3); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 10px; padding: 30px 40px; border: 1px solid rgba(0, 0, 0, 0.2); text-align: left; margin-bottom: 50px; }
.form-group { margin-bottom: 25px; }
.form-group label { display: block; font-size: 1.2em; font-weight: 500; margin-bottom: 10px; }
.form-group textarea { width: 100%; box-sizing: border-box; padding: 12px; border-radius: 6px; border: 1px solid #555; font-size: 1em; background-color: rgba(255,255,255,0.9); color: #333; min-height: 100px; resize: vertical; }
.form-actions { text-align: right; margin-top: 10px; }
.btn-submit { padding: 12px 25px; background-color: #FFDE59; color: #333; border: none; border-radius: 5px; cursor: pointer; font-size: 1.1em; font-weight: bold; transition: background-color 0.2s, transform 0.2s; }
.btn-submit:hover { background-color: #FFC107; transform: translateY(-2px); }
.suggestion-list-header { font-size: 1.8em; font-weight: 700; margin-bottom: 20px; text-align: center; }
.suggestion-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 20px; }
.suggestion-card { background-color: rgba(0,0,0,0.2); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 20px 25px; border-radius: 8px; border: 1px solid rgba(0,0,0,0.1); }
.suggestion-body { margin: 0 0 15px 0; font-size: 1.1em; white-space: pre-wrap; line-height: 1.7; color: #ddd; }
.suggestion-meta { display: flex; justify-content: space-between; align-items: center; }
.suggestion-meta .author-info { font-size: 0.9em; color: #ccc; }
.suggestion-meta .author-info strong { color: #fff; }
.reply-btn { background-color: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; padding: 5px 12px; border-radius: 5px; cursor: pointer; font-size: 0.9em; }
.reply-list { list-style: none; padding-left: 30px; margin-top: 20px; border-left: 3px solid rgba(255,255,255,0.2); }
.reply-item { background-color: rgba(0,0,0,0.2); padding: 15px; border-radius: 5px; margin-bottom: 10px; }
.reply-item p { margin: 0 0 10px 0; white-space: pre-wrap; }
.reply-meta { text-align: right; font-size: 0.9em; color: #ccc; }
.reply-meta strong { color: #fff; }
.reply-form { display: none; margin-top: 15px; background-color: rgba(0,0,0,0.2); padding: 15px; border-radius: 5px; }
.reply-form textarea { width: 100%; box-sizing: border-box; padding: 10px; border-radius: 5px; border: 1px solid #555; background-color: rgba(255,255,255,0.9); color: #333; min-height: 60px; }
.reply-form-actions { text-align: right; margin-top: 10px; }
.pagination { text-align: center; margin-top: 30px; }
.pagination a, .pagination span { color: #fff; text-decoration: none; padding: 8px 12px; margin: 0 4px; border-radius: 5px; background-color: rgba(255, 255, 255, 0.1); }
.pagination .current { background-color: #FFDE59; color: #333; font-weight: bold; }