/* --- CiviCRM styl dostosowany do Helix Ultimate --- */

/* Ustawienia bazowe */
body.civicrm-page, 
body.civicrm-page #crm-container, 
body.civicrm-page .crm-container, 
body.civicrm-page #civicrm-dashboard {
  background-color: #f9f8f6 !important;
  font-family: "Inter", sans-serif !important;
  color: #000000 !important;
}

/* Nagłówki z pełnym priorytetem */
body.civicrm-page #crm-container h1, 
body.civicrm-page #crm-container h2, 
body.civicrm-page #crm-container h3, 
body.civicrm-page #crm-container h4, 
body.civicrm-page #crm-container h5, 
body.civicrm-page #crm-container h6,
body.civicrm-page #crm-container .crm-title,
body.civicrm-page .page-title {
  font-family: "Playfair Display", serif !important;
  color: #7a0026 !important;
  font-weight: 600 !important;
}

/* Linki */
body.civicrm-page a {
  color: #7a0026 !important;
  text-decoration: none !important;
}
body.civicrm-page a:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}

/* Przyciski */
body.civicrm-page .btn,
body.civicrm-page .crm-button,
body.civicrm-page input[type="submit"],
body.civicrm-page button {
  background-color: #7a0026 !important;
  border-color: #7a0026 !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  border-radius: 4px !important;
}
body.civicrm-page .btn:hover,
body.civicrm-page .crm-button:hover,
body.civicrm-page input[type="submit"]:hover,
body.civicrm-page button:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

/* Pola formularzy */
body.civicrm-page input,
body.civicrm-page select,
body.civicrm-page textarea {
  font-family: "Inter", sans-serif !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}

/* Tabele */
body.civicrm-page table,
body.civicrm-page .selector {
  font-family: "Inter", sans-serif !important;
  border-collapse: collapse !important;
}
body.civicrm-page th {
  background-color: #f0efed !important;
  color: #7a0026 !important;
  font-family: "Playfair Display", serif !important;
  font-weight: 600 !important;
}

/* Dashboard tiles */
body.civicrm-page #civicrm-dashboard .crm-dashboard-block {
  background: #ffffff !important;
  border-radius: 6px !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
}

/* Neutralizacja motywów Island/River Lea */
body.civicrm-page [class*="island-"],
body.civicrm-page [class*="river-lea-"] {
  font-family: "Inter", sans-serif !important;
  background: inherit !important;
  color: inherit !important;
}

/* Ukrywa linki do stron wpłat w dashboardzie użytkownika */
.crm-contact-dashboard a[href*="civicrm/contribute/transact"] {
    display: none !important;
}

/* Ukrywa przycisk "Zapłać teraz" w tabeli składek/wydarzeń */
.crm-contact-dashboard .crm-payment-link {
    display: none !important;
}