.ghd-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ghd-card { border: 1px solid #eee; border-radius: 8px; padding: 12px; text-align: center; }
.ghd-card img { width: 100%; height: 160px; object-fit: cover; border-radius: 6px; }
.ghd-vote-btn { margin-top: 8px; cursor: pointer; }
.ghd-form input { display: block; width: 100%; margin: 8px 0; padding: 8px; box-sizing: border-box; }
.ghd-filters { margin-bottom: 16px; display: flex; gap: 12px; flex-wrap: wrap; }
.ghd-message { color: #2271b1; }
@media (max-width: 782px) { .ghd-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .ghd-grid { grid-template-columns: 1fr; } }
