.blb-opcao {
  align-items: flex-start;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.blb-opcao-icon-wrap {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  width: 50px;
}

.blb-opcao-icon {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blb-opcao-icon-placeholder {
  align-items: center;
  color: #888;
  display: flex;
  font-size: 12px;
  height: 100%;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 6px;
  line-height: 1.2;
}

.blb-opcao-text {
  flex-grow: 1;
}

.blb-opcao-title {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.blb-opcao-content {
  color: #666;
  font-size: 0.9em;
  margin: 0;
}

