/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2026 | 06:42: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: #16a34a;              /* green border */
    background: rgba(22, 163, 74, 0.08); /* soft green background */
    color: #16a34a;  
}

.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;
}
