
.snippet-container {
  padding: 0.5em 1em;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #D1D0C7;
  display: inline-block;
}

.smaller {
  font-size: 0.9em;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
}

.standard-size-icon {
  width: 25%;
  height: 25%;
}

.size-label {
  margin-top: 0;
  margin-bottom: 0;
}

.price-label {
  display: inline;
  margin-top: 0;
  font-weight: bold;
  font-family: monospace;
  padding: 0.2em 0.4em;
  color: white;
  border-radius: 5px;
  background: #141;
}

ul.standard-size-options {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 3em;
}

ul.standard-size-options li {
  padding-bottom: 3em;
}

.purchase-cta {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding: 0.2em 0.4em;
  color: white;
  border-radius: 5px;
  background: #000;
}

p.minor {
  margin: 0.25em;
}

a.payment-link {
  color: black !important;
  text-decoration: none;
}

#vendor-attribution {
  margin-top: 2em;
}

#vendor-attribution a {
  color: #555;
  text-decoration: none;
  font-size: 0.75em;
}

@media screen and (max-width: 600px) {
  .standard-size-icon {
    width: 40%;
    height: 40%;
  }
  .size-label {
    font-size: 1.1em;
  }
  .price-label {
    font-size: 1em;
  }
  .purchase-cta {
    font-size: 1.1em;
  }
  ul.standard-size-options li {
    padding-bottom: 3em;
  }
}