/* Responsive auto-fit grid and cards for Agora */
.agora-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 16px; }

.agora-hirdetes-card { display: flex; align-items: flex-start; gap: 12px; max-height: 300px; overflow: hidden; border-radius: 12px; }

.agora-card-link { position:absolute;inset:0;z-index:10}

.agora-hirdetes-body { display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; padding: 12px; }

.agora-thumb { flex: 0 0 auto; aspect-ratio: 1/1; width: 150px; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.agora-thumb img { width: 100%; height: 100%; object-fit: scale-down; object-position: center; padding: 10px; }

.agora-hirdetes-title-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

.agora-hirdetes-title { margin: 0; font-size: 1.1rem; }
.agora-hirdetes-title a { color: var(--color0); }

.agora-hirdetes-meta { color: #ccc; font-size: .9em; margin-top: 6px; }
.agora-hirdetes-meta .agora-hirdetes-meta-item { color: var(--color0); font-size: .9em; }

.agora-hirdetes-excerpt { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; margin-top: 8px; }

.agora-hirdetes-container { display: flex; gap: 16px; padding: 10px 0; }
.agora-hirdetes-content p { margin: 0 0 16px 0; }
.agora-badge { display: inline-block; padding: 2px 8px; border-radius: 9999px; font-size: 12px; line-height: 1.6; background: #eee; border:1px solid #e5e5e5; }

.agora-hirdetes-article { background: #fafafa; border: 1px solid #e5e5e5; border-radius: 12px; padding:16px; }
.agora-hirdetes-image img { border-radius: 8px; display: block; width: 300px; height: 180px; object-fit: scale-down; background-color: rgba(0, 0, 0, 0.3);}

.agora-hirdetes-notice { border-radius: 8px; padding: 12px; margin: 12px 0; }
.agora-hirdetes-notice.success { background: #d9eef7; }
.agora-hirdetes-notice.error { background: #fff5f5; border: 1px solid #fed7d7;}

.agora-archive-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }

.agora-hirdetes-form input[type="text"] { padding: 10px; border: 1px solid var(--color2); border-radius: 6px; }
.agora-hirdetes-form textarea { padding: 10px; border: 1px solid var(--color2); border-radius: 6px; }

.agora-btn { display:inline-block;padding:8px 12px;background-color: var(--color1); color: var(--color0); border-radius: 10px; font-weight: bold; min-width: 200px; text-align: center; }
.agora-btn.agora-btn-primary { color:var(--color0);}
