/* PAGE-SPECIFIC STYLES FOR 2-perspektywa-architekta.html */

/* Import base styles */
@import url('./_base.css');

/* Page-specific ordered list styles */
.feature-list-ordered {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 18px;
  counter-reset: section;
}

.feature-list-ordered li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  color: #005c99;
}

.feature-list-ordered li::marker {
  color: #e20074;
  font-weight: 700;
} 