/* Doplnek ke stavajicim stylum Taily. Nacist az za responsive.css. */
#hero-17 .taily-grants-hero h1 {
  font-family: "Sour Gummy", sans-serif;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #242424;
  margin: 0 0 1.25rem;
}

#hero-17 .taily-grants-hero p {
  padding-right: 0;
  line-height: 1.65;
}

#hero-17 .taily-grants-hero .taily-grants-eyebrow {
  font-size: 0.95rem;
  font-weight: 600;
  color: #fc5a8d;
  margin-bottom: 1rem;
}

.taily-grants-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.taily-grants-actions .taily-grants-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  padding: 0.8rem 1.25rem;
  border: 2px solid #fc5a8d;
  border-radius: 999px;
  background: #fc5a8d;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.taily-grants-actions .taily-grants-button:hover {
  background: #fc5a8d;
  border-color: #fc5a8d;
  color: #fff;
}

.taily-grants-actions .taily-grants-button--secondary {
  background: #fff;
  color: #fc5a8d;
}

.taily-grants-actions .taily-grants-button--secondary:hover {
  background: #fce9f1;
  color: #fc5a8d;
}

.taily-grants-actions a:focus-visible,
.taily-grants-section a:focus-visible,
.taily-grants-hero a:focus-visible {
  outline: 3px solid #174a96;
  outline-offset: 4px;
}

#hero-17 .taily-grants-hero .taily-grants-app-link {
  font-size: 1rem;
  margin-bottom: 0;
}

.taily-grants-app-link a,
.taily-grants-section a {
  color: #fc5a8d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.taily-grants-section {
  padding: 3rem 0;
  background: #fff7fa;
  color: #242424;
  scroll-margin-top: 110px;
}

.taily-grants-section .taily-grants-content {
  max-width: 860px;
}

.taily-grants-section h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.taily-grants-section p,
.taily-grants-section address {
  font-size: 1.05rem;
  line-height: 1.7;
}

.taily-grants-section address {
  font-style: normal;
  overflow-wrap: anywhere;
  margin-bottom: 0;
}

.taily-grants-donation {
  padding: 1.25rem;
  margin: 1.5rem 0;
  border: 1px solid #ecc8d8;
  border-radius: 16px;
  background: #fff7fa;
  color: #242424;
}

.taily-grants-donation h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.taily-grants-donation p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.taily-grants-donation p:last-child {
  margin-bottom: 0;
}

.taily-grants-donation a {
  color: #fc5a8d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.taily-grants-donation a:focus-visible {
  outline: 3px solid #174a96;
  outline-offset: 4px;
}

@media (max-width: 575px) {
  .taily-grants-actions .taily-grants-button {
    width: 100%;
  }
}
