/* kampane.obstaraj.to custom branding */
@import url('https://fonts.cdnfonts.com/css/capsuula');

/* ===== ADMIN PANEL - LOGO IN NAVBAR (top-left after login) ===== */
.navbar-brand .logo img.full,
.navbar-brand .logo img.favicon,
.navbar-brand .logo img,
.logo img.full,
.logo img.favicon,
.logo img {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}

.navbar-brand .logo a,
.logo a {
  display: flex !important;
  align-items: center;
  text-decoration: none !important;
  margin-top: 10px;
  gap: 10px;
}

/* Envelope icon */
.navbar-brand .logo a::before,
.logo a::before {
  content: '' !important;
  display: block !important;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 6px;
  background: linear-gradient(135deg, #c7b7a3, #c7b7a3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Crect width='34' height='34' rx='6' fill='%23c7b7a3'/%3E%3Cpath d='M7 12l10 7 10-7' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 24h20' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

/* Brand text */
.navbar-brand .logo a::after,
.logo a::after {
  content: 'kampane.obstaraj.to' !important;
  display: block !important;
  font-family: 'Capsuula', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1a1a2e;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

/* ===== PUBLIC/LOGIN PAGE ===== */
.wrap .logo img,
.header .logo img {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}

.wrap .logo a,
.header .logo a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  gap: 12px;
}

.wrap .logo a::before,
.header .logo a::before {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 8px;
}

.wrap .logo a::after,
.header .logo a::after {
  content: 'kampane.obstaraj.to' !important;
  display: block !important;
  font-family: 'Capsuula', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #1a1a2e;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

/* ===== ACCENT COLORS ===== */
.button.is-primary,
.b-checkbox.checkbox input[type=checkbox]:checked + .check {
  background-color: #c7b7a3 !important;
  border-color: #c7b7a3 !important;
}

.button.is-primary:hover {
  background-color: #b8a894 !important;
  border-color: #b8a894 !important;
}

a.is-primary,
.has-text-primary {
  color: #c7b7a3 !important;
}

/* ===== HIDE SUBSCRIBE & ARCHIVE ON LANDING PAGE ===== */
.home-options {
  display: none !important;
}
