/* Pravne stranice, podnožje sajta, cookie banner */

/*
 * Globalni layout koristi .pv-main-content > .container kao grid 280px | 1fr (sidebar + sadržaj).
 * Na pravnim stranicama je jedan child pa browser stavlja članak u usku levu kolonu — isključujemo grid.
 */
body.pv-legal-page .pv-main-content > .container#sadrzaj_reg {
  display: block;
  max-width: min(var(--pv-layout-max), calc(100% - var(--pv-layout-gutter)));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(0px, env(safe-area-inset-left));
  padding-right: max(0px, env(safe-area-inset-right));
  box-sizing: border-box;
}

body.pv-legal-page .pv-legal-doc {
  max-width: none;
  margin: 0;
  padding: 1.5rem 0 3rem;
}

body.pv-legal-page .pv-legal-doc p,
body.pv-legal-page .pv-legal-doc li {
  font-size: 1rem;
  line-height: 1.72;
}

.pv-legal-doc {
  max-width: 52rem;
  margin: 0 auto;
  padding: 1.25rem 0 3rem;
}

.pv-legal-doc h1 {
  margin: 0 0 0.75rem;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f2744;
}

.pv-legal-meta {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  color: #5a6d82;
}

.pv-legal-doc h2 {
  margin: 1.75rem 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #152f4d;
}

.pv-legal-doc h3 {
  margin: 1.25rem 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1f3348;
}

.pv-legal-doc p,
.pv-legal-doc li {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #2a3f56;
}

.pv-legal-doc ul {
  margin: 0.5rem 0 1rem 1.25rem;
  padding: 0;
}

.pv-legal-doc a {
  color: #1560bd;
  font-weight: 600;
}

.pv-site-footer {
  margin-top: auto;
  padding: 1.25rem 0 2rem;
  border-top: 1px solid #dfe8f2;
  background: linear-gradient(180deg, #fafcfe 0%, #f4f8fc 100%);
}

/* U shell-u footer držimo na dnu preko flex-a na .pv-fixed-shell; bez dodatnog margin-auto */
.pv-fixed-shell > .pv-site-footer {
  margin-top: 0;
  flex-shrink: 0;
}

.pv-site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}

.pv-site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.875rem;
}

.pv-site-footer-nav a {
  color: #1a5080;
  font-weight: 600;
  text-decoration: none;
}

.pv-site-footer-nav a:hover {
  text-decoration: underline;
}

.pv-site-footer-sep {
  color: #b0bec9;
  user-select: none;
}

.pv-site-footer-copy {
  margin: 0;
  font-size: 0.8125rem;
  color: #6b7f94;
}

/* Cookie banner */
.pv-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 12px 0;
  background: rgba(15, 36, 61, 0.94);
  color: #f0f6ff;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18);
}

.pv-cookie-banner[hidden] {
  display: none !important;
}

.pv-cookie-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px 20px;
}

.pv-cookie-banner-title {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.pv-cookie-banner-desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(240, 246, 255, 0.92);
  max-width: 42rem;
}

.pv-cookie-banner-desc a {
  color: #9ecbff;
  font-weight: 600;
}

.pv-cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

.pv-cookie-banner-actions .submit-button {
  margin: 0;
  min-height: 42px;
  font-size: 12px;
}

.pv-cookie-btn-secondary {
  background: linear-gradient(180deg, #4a6578, #3d5468) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

@media (max-width: 640px) {
  .pv-cookie-banner-actions {
    width: 100%;
    justify-content: stretch;
  }

  .pv-cookie-banner-actions .submit-button {
    flex: 1 1 auto;
  }
}

/* Push — banner na sajtu (iznad cookie trake) */
.pv-push-site-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 5.5rem;
  z-index: 9998;
  padding: 12px 0;
  background: rgba(22, 52, 82, 0.94);
  color: #f0f6ff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.16);
}

.pv-push-site-banner[hidden] {
  display: none !important;
}

.pv-push-site-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px 18px;
}

.pv-push-site-banner-title {
  margin: 0 0 4px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
}

.pv-push-site-banner-desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(240, 246, 255, 0.92);
  max-width: 38rem;
}

.pv-push-site-banner-desc a {
  color: #9ecbff;
  font-weight: 600;
}

.pv-push-site-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-shrink: 0;
}

.pv-push-site-banner-actions .submit-button {
  margin: 0;
  min-height: 40px;
  font-size: 12px;
}

.pv-push-site-banner-actions a.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}

.pv-push-site-btn-secondary {
  background: linear-gradient(180deg, #4a6578, #3d5468) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

@media (max-width: 640px) {
  .pv-push-site-banner {
    bottom: 4.75rem;
  }

  .pv-push-site-banner-actions {
    width: 100%;
    justify-content: stretch;
  }

  .pv-push-site-banner-actions .submit-button {
    flex: 1 1 auto;
  }
}
