/* Motyw: dzień = oryginał strony. Noc = bordowe tło, jasny tekst. */

.theme-toggle-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
  border-radius: 4px;
  padding: 4px 10px;
  cursor: pointer;
  margin: 0 0.5rem 0 0.35rem;
  font-size: 14px;
  min-height: 44px;
  min-width: 44px;
  flex-shrink: 0;
  align-self: center;
}

.theme-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.navbar-brand img {
  width: 216px;
  height: 60px;
}

.eodm-ad-leader {
  min-height: 90px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .eodm-ad-leader {
    min-height: 412px !important;
    height: 412px;
  }
}

.eodm-page-title {
  font-size: 1.75rem;
  line-height: 1.25;
  min-height: 2.2em;
  font-weight: 600;
  margin: 0.4rem 0 0.5rem;
}

.eodm-lead {
  font-size: 1em;
  color: #4a4a4a;
  margin: 0 0 1rem;
}

.adsbygoogle,
ins.adsbygoogle {
  color-scheme: light;
}

h3[style*="color:grey"],
h3[style*="color: grey"] {
  color: #4a4a4a !important;
}

.pytprzyp {
  color: #545445 !important;
}

.site-search-bar {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.2rem 0.5rem 0.35rem 0.75rem;
}

.site-search-bar .search-tbl {
  width: auto;
}

.site-search-bar #search-data {
  width: 11.5rem;
  border-radius: 8px;
  padding: 9px 12px 9px 36px;
  background-image: url(/images/mob-search-icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.site-search-bar #search-data::-webkit-search-decoration,
.site-search-bar #search-data::-webkit-search-cancel-button,
.site-search-bar #search-data::-webkit-search-results-button,
.site-search-bar #search-data::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.rodm-cell {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding-left: 0.45rem;
}

.rodm-tbl {
  margin-left: auto;
  border: none;
}

.rodm-tbl td {
  text-align: right;
  padding: 0.08rem 0;
}

.rodm-tbl label {
  display: inline-block;
  min-width: 6.2rem;
  text-align: right;
  margin-right: 0.35rem;
  color: #fff;
}

.esl-share,
.eodm-share {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  margin: 1rem 0 1.25rem;
}

.eodm-share-label {
  font-size: 0.85rem;
  margin-right: 0.25rem;
}

.eodm-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #a11d33;
  text-decoration: none;
}

.eodm-share-btn:hover {
  color: #fff;
  background: #a11d33;
}

#eodm-share-toast {
  position: fixed;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%) translateY(1rem);
  background: #2a1518;
  color: #fff;
  padding: 0.45rem 0.9rem;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  z-index: 1080;
}

#eodm-share-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.site-footer {
  background: #eef2f7;
  color: #1e2a33;
  border-top: 4px solid #c2985f;
  padding: 2.75rem 0 1.5rem;
  margin-top: 1.25rem;
}

.site-footer-brand {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.site-footer-lead {
  color: #5a6874;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.site-footer-links,
.site-footer-sites {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer-links li {
  margin-bottom: 0.45rem;
}

.site-footer-sites li {
  margin-bottom: 0.85rem;
}

.site-footer-sites a {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: inherit;
  font-weight: 400;
}

.site-footer-sites a:hover {
  text-decoration: none;
}

.site-footer-sites img {
  width: 24px;
  height: 24px;
  margin-top: 0.15rem;
}

.site-footer-site-name {
  display: block;
  font-weight: 700;
}

.sister-edefinicje { color: #92400e !important; }
.sister-esylaby { color: #7418d1 !important; }
.sister-eanagramy { color: #005214 !important; }
.sister-esynonimy { color: #6b4a00 !important; }
.sister-ehasla { color: #1d4ed8 !important; }
.sister-eslowniki { color: #1e3a52 !important; }

.site-footer-site-desc {
  display: block;
  font-size: 0.85rem;
  color: #5a6874;
  font-weight: 400;
}

.site-footer-copy {
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid #d5dde6;
  text-align: center;
  color: #5a6874;
  font-size: 0.9rem;
}

.site-footer .eodm-share-label {
  display: none;
}

[data-theme="dark"] {
  --bg-color: #2a1518;
  --text-color: #fff8f6;
  --card-bg: #3a2228;
  --border-color: #8a5560;
}

[data-theme="dark"] body {
  background-color: #2a1518 !important;
  color: #fff8f6 !important;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6,
[data-theme="dark"] p,
[data-theme="dark"] td,
[data-theme="dark"] th,
[data-theme="dark"] li,
[data-theme="dark"] span,
[data-theme="dark"] small,
[data-theme="dark"] label,
[data-theme="dark"] .odmiana_cpd,
[data-theme="dark"] .odmiana_cpl1,
[data-theme="dark"] .odmiana_cpl2,
[data-theme="dark"] .odmiana_cpprzymnogi,
[data-theme="dark"] .konsp_td,
[data-theme="dark"] .przypadek_l,
[data-theme="dark"] .pytprzyp,
[data-theme="dark"] .text-muted {
  color: #fff8f6 !important;
}

[data-theme="dark"] a,
[data-theme="dark"] .odmiana_sl,
[data-theme="dark"] .odmiana_sp,
[data-theme="dark"] .odmiana_s,
[data-theme="dark"] .odmiana_forma,
[data-theme="dark"] .odmiana_sl a {
  color: #ffc9d8 !important;
}

[data-theme="dark"] a:hover,
[data-theme="dark"] .odmiana_sl a:hover {
  color: #ffe8ee !important;
}

[data-theme="dark"] [style*="color:#800f2f"],
[data-theme="dark"] [style*="color:#c9184a"],
[data-theme="dark"] [style*="color:#333333"],
[data-theme="dark"] [style*="color:#a4133c"],
[data-theme="dark"] [style*="color:grey"],
[data-theme="dark"] [style*="color:black"] {
  color: #fff8f6 !important;
}

[data-theme="dark"] div[style*="background-color:#FFFFFF"],
[data-theme="dark"] div[style*="background-color:white"],
[data-theme="dark"] div[style*="background-color:#E9ECEF"],
[data-theme="dark"] .card,
[data-theme="dark"] .table {
  background-color: #3a2228 !important;
  color: #fff8f6 !important;
}

[data-theme="dark"] div[style*="border:1px dashed"] {
  border-color: #e8a0b0 !important;
}

[data-theme="dark"] .eodm-share-btn {
  background: #3a2228;
  border-color: #8a5560;
  color: #ffc9d8;
}

[data-theme="dark"] .eodm-share-btn:hover {
  background: #a11d33;
  color: #fff;
}

[data-theme="dark"] .site-search-bar #search-data {
  background-color: #4a2c33;
  color: #fff8f6;
  border-color: #8a5560;
  background-image: url(/images/mob-search-icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

[data-theme="dark"] .note,
[data-theme="dark"] .note *,
[data-theme="dark"] .yellow,
[data-theme="dark"] .yellow * {
  color: #333 !important;
}

[data-theme="dark"] .note a,
[data-theme="dark"] .yellow a {
  color: #a4133c !important;
}

[data-theme="dark"] .yellow {
  background: #ffffcc !important;
}

[data-theme="dark"] .site-footer {
  background: #3a2228 !important;
  color: #fff8f6 !important;
  border-top-color: #c2985f;
}

[data-theme="dark"] .site-footer h2,
[data-theme="dark"] .site-footer p,
[data-theme="dark"] .site-footer-lead,
[data-theme="dark"] .site-footer-copy,
[data-theme="dark"] .site-footer-site-desc {
  color: #f3d6dc !important;
}

[data-theme="dark"] .site-footer-links a {
  color: #ffc9d8 !important;
}

[data-theme="dark"] .sister-edefinicje { color: #e39a4a !important; }
[data-theme="dark"] .sister-eodmiany { color: #e07088 !important; }
[data-theme="dark"] .sister-esylaby { color: #c98ad6 !important; }
[data-theme="dark"] .sister-eanagramy { color: #5cbf78 !important; }
[data-theme="dark"] .sister-esynonimy { color: #d4b04a !important; }
[data-theme="dark"] .sister-ehasla { color: #6ea4ef !important; }
[data-theme="dark"] .sister-eslowniki { color: #9ec9e4 !important; }
