/* LAD Donation — clean, compact UI */
.lad-campaign-wrap {
  border: 1px solid #ececec;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  padding: 12px;
  border-radius: 8px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #2f2f2f;
  float: left;
  margin: 10px 0;
  padding-bottom: 10px;
}

.lad-campaign-info {
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 0.95rem;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}

.lad-campaign-info .lad-dynamic-price {
  display: inline-block;
  margin-left: 4px;
  color: #117a37;
  font-weight: 700;
}

.lad-extra-message {
  display: block;
  margin-top: 6px;
  color: #444;
  font-size: 0.92rem;
}


.lad-toggle-extra:hover { background: #0e662f; }



.lad-extra-wrap label {
  display: block;
  font-size: 1.4rem;
  color: white;
  margin-bottom: 6px;
}

.lad-extra-input {
  width: 140px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  box-sizing: border-box;
  transition: border-color .15s, box-shadow .15s;
}
.lad-extra-input:focus {
  border-color: #117a37;
  box-shadow: 0 0 0 4px rgba(17,122,55,0.06);
  outline: none;
}

.lad-inline-thanks {
  margin-top: 8px;
  font-size: 1.1rem;
  color: #485af5!important;
  font-weight: 500;
  display: block;
}

.lad-extra-actions {
  margin-top: 10px;
  text-align: left;
}
.lad-extra-actions a {
  color: white !important;
}
.lad-cancel-extra {
  color: #9b9b9b;
  text-decoration: none;
  font-size: 0.88rem;
  padding: 6px 8px;
  border-radius: 5px;
}
.lad-cancel-extra:hover {
  color: #666;
  text-decoration: underline;
}

@media (max-width: 520px) {
  .lad-campaign-wrap { padding: 10px; }
  .lad-extra-input { width: 100%; }
  .lad-toggle-extra { width: 100%; justify-content: center; }
}

#alg_currency_selector {
  clear: both;
}

p.stock {
  clear: both;
}

.woocommerce .added_to_cart.wc-forward {
  padding: 5px 10px!important;
}



.lad-campaign-box {
    background: #fdf6e3;
    border: 1px solid #f0e0c0;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
}

.lad-campaign-title {
    color: #d35400;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2em;
}

.lad-campaign-thumb img {
    max-width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.lad-campaign-meta {
    background: #fff3e0;
    border: 1px solid #ffd699;
    padding: 10px;
    margin: 15px 0;
    border-radius: 5px;
    font-size: 0.95em;
}

.lad-campaign-progress {
    margin-top: 5px;
}

.lad-show-more {
    background: #d35400;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.lad-show-more:hover {
    background: #e67e22;
}




/* Ikonka srdce vedle inputu */
.lad-extra-input-group::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
    background: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>') no-repeat center center;
    background-size: contain;
}



/* Wrapper okolo inputu a tlačítka */
.lad-extra-wrap {
    display: flex;
    flex-direction: column; /* input nahoře, tlačítko dole */
    align-items: center;    /* horizontální střed */
    gap: 8px;
    padding: 10px 12px;
    background: #d35400;
    border-radius: 8px;
    margin-top: 8px;
}

/* Input uvnitř wrapperu */
.lad-extra-input {
    width: 100%;
    max-width: 200px; /* nebo jiná vhodná šířka */
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.9em;
    box-sizing: border-box;
}

/* Tlačítko Přispět víc */
.lad-toggle-extra {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 6px 12px;
    background-color: #d35400!important;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    position: static;   /* žádné absolute */
    transform: none;
}

/* Bílé srdce v tlačítku */
.lad-toggle-extra::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>') no-repeat center center;
    background-size: contain;
    margin-right: 8px;
}

/* Ikona košíku před textem tlačítka Přidat do košíku */
button.add_to_cart_button::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px; /* mezera mezi ikonou a textem */
    vertical-align: middle;
    background: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2zM7.16 14h9.68c.75 0 1.41-.41 1.75-1.03l3.58-6.49a1 1 0 0 0-.87-1.48H5.21l-.94-2H0v2h2l3.6 7.59-1.35 2.44c-.17.31-.25.66-.25 1.02 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12L7.16 14z"/></svg>') no-repeat center center;
    background-size: contain;
}


.lad-campaign-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-family: Arial, sans-serif;
}

.lad-campaign-icon {
    position: relative;
    width: 70px;
    height: 70px;
    background: url('data:image/svg+xml;utf8,<svg fill="%23e74c3c" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>') no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-align: center;
}

.lad-campaign-percent {
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    transform: translateY(-5px);
    /* posune text 5px nahoru */
}

.lad-campaign-action {
    font-weight: bold;
    margin-left: 5px;
    text-decoration: none;
    color: #E74C3C;
    line-height: 1.2em;
}

.lad-campaign-action .aktualni {
    font-size: 0.75em;
    /* menší písmo pro první řádek */
    display: block;
}

.lad-campaign-action .prispet {
    font-size: 0.9em;
    /* větší písmo pro druhý řádek */
    display: block;
}

.lad-campaign-action:hover {
    text-decoration: underline;
}






.lad-campaign-content {
  background: #fdfdfd;
  border: 1px solid #ececec;
  padding: 16px;
  border-radius: 8px;
}

/* Responzivní chování pro mobilní zobrazení */
@media (max-width: 768px) {
  .lad-campaign-meta,
  .lad-campaign-content {
    flex: 1 1 100%;
  }
}


.lad-campaign-meta {
  float: right;
  width: 320px;
  margin: 0 0 10px 20px; /* mezera vlevo od boxu */
  background: #fff8e5;
  border: 1px solid #f3e3b2;
  padding: 16px;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
}

.lad-campaign-content {
  overflow: hidden; /* zajistí správné obtékání */
}

/* Responzivní chování — box se přesune pod text */
@media (max-width: 768px) {
  .lad-campaign-meta {
    float: none;
    width: 100%;
    margin: 15px 0 0 0;
  }
}

.lad-campaign-meta h3 {
  font-size: 1.1em;
  color: #d35400;
  margin: 10px 0 .5em;
}
.lad-campaign-meta h3.doba {
  margin-top: 0;
}

.lad-campaign-meta p {
  margin: 0 0 10px!important;
  color: #333;
  font-size: 1.5em;
}
