.press-logos-section {
  margin-top: 30px;
}
.logo-preview {
  border: 1px solid #eee;
  border-radius: 4px;
  min-height: 159px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.color-indicator {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.list-group-item {
  display: flex;
  align-items: center;
}
.list-group-item .badge {
  margin-left: auto;
  background-color: #df2121;
}
.color-box {
  transition: transform 0.2s;
  height: 80px;
  width: 80px;
  margin: 0 auto 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 12px;
  font-weight: bold;
}
.color-box:hover {
  transform: scale(1.05);
}
.color-box span {
  filter: invert(1); mix-blend-mode: exclusion;
}
.color-guide {
  text-align: left;
  margin: 0 auto;
  max-width: 200px;
}
.color-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.color-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.panel {
  margin-bottom: 30px;
  border-color: #e0e0e0;
}
.panel-heading {
  background-color: #f8f9fa !important;
  border-bottom: 2px solid #df2121;
}
.panel-title {
  color: #333;
  font-weight: 600;
}