/*
Theme Name:         PietGPT
Theme URI:          https://elementmedia.nl
Description:        PietGPTheme
Version:            1.0
Author:             ElementMedia
Author URI:         https://elementmedia.nl
Text Domain:        pietGPT

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.prevent-select {
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.prevent-select *{
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

section.poem-paper {
  position: relative;
  font-family: 'Caveat', cursive;
  background: repeating-linear-gradient(white, white 26px,
        #adb2e9 26px, #adb2e9 27px);
  min-height: 296px;
}

section.poem-paper::before {
  content: "";
  position: absolute;
  left: 3rem;
  width: 2px;
  background-color: pink;
  bottom: 0;
  top: 0;
  margin-left: -3px;
}

section.poem-paper header {
  height: 55px;
  background: linear-gradient(white, white 54px,
      #adb2e9 35px, #adb2e9 36px);
}

section.poem-paper header .paper-title { 
  margin-bottom: -8px;
}

section.poem-paper .card-text {
  margin-top: 30px;
  font-size: 25px;
  line-height: 27px;
  padding-bottom: 22px;
}

section.poem-paper .card-text p {
  margin-bottom: 27px;
}

section#formSteps {
  overflow: hidden;
  max-width: 1000px;
}

@media only screen and (max-width: 992px) {
  article.product-result img {
    max-height: 200px;
  }
  section#formSteps {
    min-width: 90vw;
  }
}

article.product-result img,
section#productPopup img {
  width: 100%;
  max-height: 200px;
  height: 200px;
  object-fit: contain;
}

section#productResults article.product-result h3 {
  position: relative;
  min-height: 57px; 
  height: 57px;
  overflow: hidden;
}

section#productResults article.product-result h3::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(248, 249, 250, 1) 50%);
}

.bg-red {
  background-color: #e32322 !important;
}


.bg-yellow {
  background-color: #feb800 !important;
}

.text-yellow {
  color: #feb800 !important;
}

.text-red {
  color: #e32322 !important;
}

.text-light {
  color: #f5f5f5 !important;
}

.no_underline {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  margin: 0 auto;
}