.ffmania-v-big {
  font-size: 34px;
  color: #ffd600;
  font-weight: 700;
  line-height: 1;
}
.ffmania-preview-big {
  font-size: 48px;
  font-weight: 700;
  color: #ffd600;
  margin-bottom: 12px;
  text-align: center;
}
.ffmania-copy-box {
  background: linear-gradient(180deg, #0b0b0b, #111);
  border: 1px solid #ff9800;
  border-radius: 10px;
  padding: 20px;
}

.ffmania-copy-title {
  color: #ff9800;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.ffmania-copy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 10px;
}

.ffmania-preview {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.ffmania-preview .ffmania-v {
  font-size: 26px;
  color: #ffd600;
  font-weight: bold;
}

.ffmania-preview small {
  color: #aaa;
  font-size: 12px;
}

.ffmania-copy-btn {
  background: #ff9800;
  color: #000;
  border: none;
  border-radius: 6px;
  padding: 6px 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
}

.ffmania-copy-btn:hover {
  background: #ffc107;
}

.ffmania-copy-feedback {
  text-align: center;
  color: #00e676;
  font-weight: 600;
  margin-top: 8px;
}
.ffmania-info-box {
  background: linear-gradient(180deg, #0f0f0f, #151515);
  border: 1px solid #ff9800;
  border-radius: 10px;
  padding: 20px;
}

.ffmania-info-title {
  color: #ff9800;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.ffmania-info-list {
  padding-left: 18px;
  margin-bottom: 10px;
}

.ffmania-info-list li {
  margin-bottom: 8px;
  color: #e0e0e0;
}

.ffmania-symbols {
  text-align: center;
  font-size: 22px;
  color: #ffd600;
  margin: 6px 0;
}

.ffmania-symbols span {
  margin: 0 6px;
}
