/* apps/trading-procedures-public-list/src/styles.scss */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  background: transparent;
  color: #333;
}
.trading-procedures-list {
  padding: 16px;
  max-width: 600px;
  margin: 0 auto;
}
.timeline {
  position: relative;
  padding-left: 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 125px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e0e0e0;
}
.timeline-item {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  position: relative;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: 120px;
  top: 20px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #ffc107;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 1;
}
.timeline-item:not(:last-child) {
  border-bottom: none;
}
.timeline-left {
  width: 120px;
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.date-prefix {
  font-size: 12px;
  color: #888;
  margin-bottom: 2px;
}
.date-value {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.timeline-logo {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-left: 24px;
  margin-right: 16px;
}
.logo-img {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  object-fit: cover;
}
.logo-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
}
.logo-placeholder svg {
  width: 28px;
  height: 28px;
}
.timeline-content {
  flex: 1;
  min-width: 0;
}
.procedure-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.3;
}
.procedure-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  white-space: pre-line;
}
.loading {
  text-align: center;
  padding: 32px;
  color: #666;
}
.error {
  text-align: center;
  padding: 32px;
  color: #c62828;
}
.empty {
  text-align: center;
  padding: 32px;
  color: #666;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-SUSMG7IX.css.map */
