a.theme-btn.disabled,
a.theme-btn[disabled] {
    pointer-events: none;
    opacity: 0.5;
    background-color: #999 !important;
    cursor: not-allowed;
}
.instagram-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .instagram-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }
  .merkki-palkinto {
    display: flex;
    align-items: center;
    background-color: #f0f0f0; /* Vaaleanharmaa tausta */
    border: 1px solid #ccc; /* Ohut harmaa reunus */
    border-radius: 5px; /* PyÃ¶ristetyt kulmat */
    padding: 10px;
    margin-bottom: 10px; /* Tilaa merkkien vÃ¤lille */
  }
  
  .merkki-kuvake {
    margin-right: 10px;
  }
  
  .merkki-kuvake img {
    display: block; /* Varmistaa, ettÃ¤ kuva ei aiheuta ylimÃ¤Ã¤rÃ¤istÃ¤ tilaa */
    max-width: 50px; /* SÃ¤Ã¤dÃ¤ kuvakkeen maksimileveyttÃ¤ tarpeen mukaan */
    height: auto;
  }
  
  .merkki-tiedot {
    flex-grow: 1; /* Ottaa kaiken jÃ¤ljellÃ¤ olevan tilan */
  }
  
  .merkki-nimi {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.1em;
    color: #333; /* Tummanharmaa teksti */
  }
  
  .merkki-kuvaus {
    margin-top: 0;
    color: #666; /* Keskiharmaa teksti */
    font-size: 0.9em;
  }

  /* Tyhjä tila - kun ei ole arvosteluja */
.testimonial-empty,
.testimonial-error {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  background: #f9f9f9;
  border: 1px dashed #ccc;
  border-radius: 12px;
  margin: 15px 0;
  padding: 20px;
  text-align: center;
  font-style: italic;
  color: #555;
  font-size: 1rem;
}

/* Erotetaan virheviesti hieman enemmän */
.testimonial-error {
  background: #fff4f4;
  border-color: #e68a8a;
  color: #a94442;
  font-weight: 500;
}

.testimonial-info-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f9f9ff;
  border: 1px solid #d0d7e2;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.testimonial-info-icon {
  font-size: 32px;
  color: #4a90e2;
}

.testimonial-info-text h4 {
  margin: 0 0 5px;
  font-size: 1.1rem;
  font-weight: 600;
}

.testimonial-info-text p {
  margin: 0;
  font-size: 0.95rem;
  color: #555;
}
