.idea-logo{
  text-align: center;
}
.idea-logo img {
  height: auto;
  width: 250px;
}
.ideas-accordion {
  margin: 20px 0;
}
.accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.accordion-header {
  width: 100%;
  padding: 15px;
  background-color: #f5f5f5;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggle-icon {
  font-size: 20px;
}
.accordion-content {
  display: none;
  padding: 20px;
  background-color: #fff;
}
.idea-image {
  margin-bottom: 20px;
  text-align: center;
}
.idea-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  max-height: 400px;
}
.idea-excerpt {
  font-size: 14px;
  font-style: italic;
  color: #666;
  margin-bottom: 15px;
}
.idea-description {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.idea-body {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.idea-note {
  font-size: 13px;
  background-color: #fff3cd;
  padding: 10px;
  border-left: 4px solid #ffc107;
  margin-top: 15px;
}
.idea-tags {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.idea-tags strong {
  font-size: 13px;
  display: block;
  margin-bottom: 8px;
}
.idea-tags div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.idea-tags span {
  background-color: #e3f2fd;
  color: #1976d2;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.utbi-buy-button{
    display: block;
    font-weight: 700;
    color: green;
    border: 1px solid;
    text-align: center;
    background: yellow;
    border-radius: 100px;
    padding: 10px;
}