.kontejner { max-width: 1100px; margin: 0 auto; padding-top: 50px; } /*  background: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
        
.forma-grupa { margin-bottom: 15px; }
label { display: block; margin-bottom: 5px; font-weight: bold;}
input[type="text"], textarea { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 16px; }
textarea { resize: vertical; height: 100px; }
        
.skriveno-polje { display: none !important; }

/* Slide Captcha Stilovi */
.captcha-sklop { max-width: 300px; position: relative; background: #eee; height: 45px; border-radius: 25px; margin: 20px auto; overflow: hidden; border: 1px solid #ddd; }
.captcha-tekst { position: absolute; width: 100%; height: 100%; text-align: center; line-height: 45px; color: #666; font-size: 14px; user-select: none; z-index: 1; }
.captcha-klizac { position: absolute; top: 2px; left: 2px; width: 41px; height: 41px; background: #34495e; border-radius: 50%; cursor: pointer; z-index: 2; transition: background 0.2s; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; }
.captcha-zelena-traka { position: absolute; top: 0; left: 0; height: 100%; background: #d4edda; z-index: 0; width: 0; }
        
button[type="submit"] { background: #34495e; color: #fff; border: none; padding: 12px 20px; font-size: 16px; border-radius: 4px; cursor: pointer; width: 100%; }
button[type="submit"]:disabled { background: #ccc; cursor: not-allowed; }
        
.poruka-status { padding: 10px; margin-bottom: 15px; border-radius: 4px; font-weight: bold; }
.g-greska { background: #f8d7da; color: #721c24; }
.g-uspeh { background: #d4edda; color: #155724; }

/* Stilovi za prikaz utisaka */
.lista-poruka { margin-top: 40px; }
.stavka-poruke { background: #bebdc8; border-left: 4px solid #34495e; padding: 15px; margin-bottom: 15px; border-radius: 0 12px 12px 0; position: relative; box-shadow: 0 1px 3px rgba(0,0,0,0.02); }
.zaglavlje-poruke {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 8px; 
}
.autor { font-weight: bold; color: #000; }
.vreme { font-size: 12px; color: #888; }
.tekst { text-align:left; color: #000; margin-top: 8px; word-break: break-word; }
        
/* Admin brisanje */
.admin-brisanje { position: absolute; bottom: 10px; right: 10px; }
.btn-obrisi { background: #c0392b; color: white; border: none; padding: 5px 10px; font-size: 12px; border-radius: 3px; cursor: pointer; }