/*
Theme Name: Huxpelo Newsup Child
Template: newsup
Version: 1.0.0
Description: Dječja tema za Huxpelo koja zadržava izvorni Newsup dizajn i uklanja oglašavanje, društvene elemente i demo poveznice.
Text Domain: huxpelo-newsup-child
*/

/* Ciljane prilagodbe samo za elemente koje dodaje Huxpelo setup. */
.huxpelo-form { max-width: 760px; }
.huxpelo-form .huxpelo-field { margin-bottom: 1rem; }
.huxpelo-form label { display:block; font-weight:600; margin-bottom:.35rem; }
.huxpelo-form input[type="text"],
.huxpelo-form input[type="email"],
.huxpelo-form textarea,
.huxpelo-form select { width:100%; max-width:100%; }
.huxpelo-form textarea { min-height: 150px; }
.huxpelo-form .huxpelo-consent { display:flex; gap:.55rem; align-items:flex-start; }
.huxpelo-form .huxpelo-consent input { margin-top:.3rem; }
.huxpelo-form-status { padding:.8rem 1rem; margin:1rem 0; border:1px solid #d8dee7; border-radius:3px; }
.huxpelo-form-status.success { border-left:4px solid #1151d3; }
.huxpelo-form-status.error { border-left:4px solid #9b1c1c; }
.huxpelo-honeypot { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.huxpelo-contact-block { padding:1rem 1.2rem; border:1px solid #e3e6ea; border-left:4px solid #1151d3; margin:1rem 0 1.5rem; }

#huxpelo-cookie-banner { position:fixed; left:1rem; right:1rem; bottom:1rem; z-index:99998; max-width:920px; margin:auto; background:#fff; color:#212121; border:1px solid #d8dee7; box-shadow:0 10px 35px rgba(0,0,0,.18); padding:1rem; }
#huxpelo-cookie-banner[hidden], #huxpelo-cookie-modal[hidden] { display:none !important; }
.huxpelo-cookie-actions { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:.85rem; }
.huxpelo-cookie-actions button, .huxpelo-cookie-reopen { min-height:44px; }
.huxpelo-cookie-actions .huxpelo-cookie-accept,
.huxpelo-cookie-actions .huxpelo-cookie-reject { flex:1 1 180px; }
#huxpelo-cookie-modal { position:fixed; inset:0; z-index:99999; background:rgba(0,0,0,.58); padding:1rem; overflow:auto; }
.huxpelo-cookie-dialog { background:#fff; color:#212121; max-width:720px; margin:4vh auto; padding:1.25rem; border-radius:4px; }
.huxpelo-cookie-category { border-top:1px solid #e4e7eb; padding:.8rem 0; }
.huxpelo-cookie-category label { display:flex; align-items:center; justify-content:space-between; gap:1rem; font-weight:600; }
.huxpelo-cookie-category p { margin:.35rem 0 0; }
.huxpelo-cookie-close { float:right; }
.huxpelo-cookie-dialog button:focus,
#huxpelo-cookie-banner button:focus,
.huxpelo-form input:focus,
.huxpelo-form textarea:focus,
.huxpelo-form select:focus,
.huxpelo-cookie-reopen:focus { outline:3px solid #1151d3; outline-offset:2px; }
.huxpelo-archive-grid { display:grid; grid-template-columns:minmax(0,2fr) minmax(220px,1fr); gap:2rem; }
.huxpelo-archive-list article { margin-bottom:1.5rem; }
.huxpelo-sitemap-columns { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.5rem; }
@media (max-width: 767px) {
  .huxpelo-archive-grid, .huxpelo-sitemap-columns { grid-template-columns:1fr; }
  #huxpelo-cookie-banner { left:.5rem; right:.5rem; bottom:.5rem; }
  .huxpelo-cookie-dialog { margin:1vh auto; }
}

/* Ukloni prazne društvene površine koje Newsup zadržava u markup-u nakon isključivanja ikona. */
.mg-head-detail .mg-social,
.mg-footer-bottom-area .mg-social {
    display: none;
}
.mg-footer-bottom-area .row > .col-md-6:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}
