/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 09:46:58 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#mr-outlet-stock{
	display: none;
}


.mr-outlet-stock__title{
  font-weight: 700;
  margin-bottom: 6px;
}
.mr-outlet-stock__hint{
  font-size: 14px;
  opacity: .75;
  margin-bottom: 10px;
}

.mr-outlet-stock__list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.mr-outlet-chip{
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mr-outlet-chip.is-in{
  border-color: #1e63ff;
  background: rgba(30, 99, 255, 0.08);
  color: #1e63ff;
}

.mr-outlet-chip.is-out{
  border-color: #e53935;
  background: rgba(229, 57, 53, 0.08);
  color: #e53935;
}

.mr-outlet-chip__name{
  font-weight: 600;
}
.mr-outlet-chip__status{
  font-size: 13px;
  font-weight: 700;
}
