/* Компактний блок з тонкою нижньою лінією */
.ocnr-box{
  margin: 8px 0;
  padding: 8px 0 8px;
  border: none;
  background: transparent;
  border-bottom: 2px solid #f2f5f7;
}

/* Заголовок із новими налаштуваннями: 1.9rem і #1400af */
.ocnr-title{
  margin: 0 0 8px 0;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 8px;
  border-bottom: 2px solid #1400af;
  color: #1400af;
}
.ocnr-title strong{
  font-weight: 600;
  color: #1400af;
}

/* Список: квадрати, маркери в акцентному кольорі */
.ocnr-list{
  margin: 0;
  padding-left: 18px;
  list-style-type: square;
}
.ocnr-list li{
  margin: 6px 0;
}
.ocnr-list li::marker{
  color: #1400af;
}

/* Посилання: чорні, без підкреслення; підкреслення при наведенні */
.ocnr-list a{
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.ocnr-list a:hover{
  text-decoration: underline;
}
