/**
 * product-attribute-snippets.css
 */
/* Attribute Icons */
.pa_paper-surface {
  display: inline-block;
  background-image: url("https://www.on-linepaper.co.uk/wp-content/uploads/2022/07/paper-surface.svg");
  background-repeat: no-repeat, repeat;
  /*  background-color: #e1e1e1;*/
  width: 90px;
  height: 70px;  background-size: 80px 70px;
background-position: center;
}
.pa_paper-texture {
  display: inline-block;
  background-image: url("https://www.on-linepaper.co.uk/wp-content/uploads/2022/07/paper-texture.svg");
  background-repeat: no-repeat, repeat;
  /*  background-color: #e1e1e1;*/
  width: 90px;
  height: 70px;  background-size: 80px 70px;
background-position: center;
}
.pa_paper-weight {
  display: inline-block;
  background-image: url("https://www.on-linepaper.co.uk/wp-content/uploads/2022/07/paper-weight.svg");
  background-repeat: no-repeat, repeat;
  /*  background-color: #e1e1e1;*/
  width: 90px;
  height: 70px;  background-size: 80px 70px;
background-position: center;
}
.pa_base-construction {
  display: inline-block;
  background-image: url("https://www.on-linepaper.co.uk/wp-content/uploads/2022/07/paper-base-construction.svg");
  background-repeat: no-repeat, repeat;
  /*  background-color: #e1e1e1;*/
  width: 90px;
  height: 70px;  background-size: 80px 70px;
background-position: center;
}
.pa_whiteness-cie {
  display: inline-block;
  background-image: url("https://www.on-linepaper.co.uk/wp-content/uploads/2022/07/paper-whiteness.svg");
  background-repeat: no-repeat, repeat;
  /*  background-color: #e1e1e1;*/
  width: 90px;
  height: 70px;  background-size: 80px 70px;
background-position: center;
}
.pa_oba-free {
  display: inline-block;
  background-image: url("https://www.on-linepaper.co.uk/wp-content/uploads/2022/07/paper-oba-free.svg");
  background-repeat: no-repeat, repeat;
  /*  background-color: #e1e1e1;*/
  width: 90px;
  height: 70px;  background-size: 80px 70px;
background-position: center;
}
.pa_water-resistant {
  display: inline-block;
  background-image: url("https://www.on-linepaper.co.uk/wp-content/uploads/2022/07/paper-water-resistant.svg");
  background-repeat: no-repeat, repeat;
  /*  background-color: #e1e1e1;*/
  width: 90px;
  height: 70px;  background-size: 80px 70px;
background-position: center;
}
.pa_tone {
  display: inline-block;
  background-image: url("https://www.on-linepaper.co.uk/wp-content/uploads/2022/07/paper-tone.svg");
  background-repeat: no-repeat, repeat;
  /*  background-color: #e1e1e1;*/
  width: 90px;
  height: 70px;  background-size: 80px 70px;
background-position: center;
}
.pa_acid-free {
  display: inline-block;
  background-image: url("https://www.on-linepaper.co.uk/wp-content/uploads/2022/08/paper-acid-free.svg");
  background-repeat: no-repeat, repeat;
  /*  background-color: #e1e1e1;*/
  width: 90px;
  height: 70px;  background-size: 80px 70px;
background-position: center;
}

/* General Settings */
.pa-snippets {
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 2em;
  background-color: var(--ast-global-color-6);
  padding: 1em;
  display: inline-block;
  width: 100%;
/*  border: 1px solid #dedede;*/
}
.pa-snippets > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}
.pa-snippets > ul > li {
  text-align: center;
  /*   background-color: darkblue;*/
  color: #767676;
  /*	min-width: max-content;*/
  padding: 0.5em;
  /*   border-radius: 1rem;*/
  /*   overflow: hidden;*/
}
@media(min-width: 768px) {
/*
.pa-snippets {
  overflow-x: scroll;
}	
*/
  .pa-snippets ul {
    flex-direction: row;
  }
  .pa-snippets ul li {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.wptpas-attribute {
  font-size: 12pt;
  /*   margin: 2rem 0 0.5rem 0;*/
}
.wptpas-attribute-icon, .wptpas-attribute-label {
  display: block;
}
.wptpas-attribute-icon {
  font-size: 24pt;
  margin-bottom: 0.1rem;
}
.wptpas-attribute-label {
  font-size: 10pt;
  font-weight: bold;
  line-height: normal;
}
.wptpas-term {
  color: #f18f01;
  font-size: 11pt;
  font-weight: bold;
  line-height: normal;
}