<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* The Modal (background) */
.marketplacer-policy-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.marketplacer-policy-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 1.25em;
  border: 0.0625em solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */ }

/* The Close Button */
.marketplacer-policy-close {
  color: #aaa;
  float: right;
  font-size: 1.75em;
  font-weight: bold; }

.marketplacer-policy-close:hover,
.marketplacer-policy-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.marketplacer-policy-title {
  text-align: center; }

.refinement-bar .marketplacer-seller-header,
.refinement-bar .marketplacer-seller-body {
  display: none; }

.card-info-group p.shipstatus {
  text-transform: capitalize; }

</pre></body></html>