#fw-section-custom-html-c2a87bad-936a-4625-842a-9578210c402c {

.fortune-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: #cddee5;
  background-image: 
    linear-gradient(90deg, rgba(255, 255, 255, 0.3) 2px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.3) 2px, transparent 1px);
  background-size: 40px 40px; 
}

.title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-shadow: 4px 4px 0px #85b397;
  color: white;
  letter-spacing: 2px;
  font-family: 'Press Start 2P', cursive, Arial, sans-serif;
  font-style: normal;
  padding: 0 15px;
}

.website-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.hearts-right {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 50px;
  z-index: 10;
  right: -120px;
}

.heart {
  width: 30px;
  height: 30px;
  background-color: #f7b6b4;
  position: relative;
  transform: rotate(-45deg);
  animation: pulse 2s infinite;
  image-rendering: pixelated;
}

.heart:nth-child(2) {
  animation-delay: 0.5s;
}

.heart:nth-child(3) {
  animation-delay: 1s;
}

.heart:before,
.heart:after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #f7b6b4;
  border-radius: 50%;
  position: absolute;
}

.heart:before {
  top: -15px;
  left: 0;
}

.heart:after {
  top: 0;
  left: 15px;
}

@keyframes pulse {
  0% { transform: rotate(-45deg) scale(1); }
  50% { transform: rotate(-45deg) scale(1.1); }
  100% { transform: rotate(-45deg) scale(1); }
}

.website-looking-container {
  position: relative;
  border: 2px solid #000000;
  border-radius: 35px;
  background-color: #ffffff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 25px;
  margin-top: 20px;
}

.website-header {
  background-color: #f7b6b4;
  height: 60px;
  width: calc(100% + 50px);
  margin: -25px -25px 25px -25px;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: center; 
  align-items: center; 
  position: relative;
}

.website-header .url-text {
  color: white;
  font-size: 1.3rem; 
  font-family: Arial, sans-serif;
  letter-spacing: 6px;
  font-weight: bolder;
  text-align: center;
  width: 100%; 
  padding: 0 10px;
}

.cookie-container {
  position: relative;
  margin: 25px 0;
  padding: 10px 0;
  height: 45vw; 
  max-height: 400px;
  min-height: 350px;    
  overflow: hidden;
  display: flex; 
  justify-content: center;
  align-items: center;
}

.cookie-img {
  width: 500px;
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s ease; 
  animation: spin 12s linear infinite;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 65%; 
  height: auto;
  z-index: 1;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.feeling-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 1.5rem 0;
  flex-wrap: wrap;
  padding: 0 10px;
}

.feeling-prompt {
  font-size: 1.3rem;
  color: #f09998;
  font-family: 'Press Start 2P', cursive, Arial, sans-serif;
  font-style: normal;
  margin: 0;
}

#feeling {
  font-family: 'Press Start 2P', cursive, Arial, sans-serif;
  font-style: normal;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: 50px;
  border: 3px solid #f09998;
  background-color: rgba(255, 255, 255, 0.8);
  color: #5a5a5a;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 180px;
}

#feeling:hover {
  background-color: white;
  box-shadow: 0 0 10px rgba(240, 153, 152, 0.5);
}

#feeling:focus {
  outline: none;
  box-shadow: 0 0 15px rgba(240, 153, 152, 0.7);
}

.click-instruction {
  font-size: 1.1rem;
  margin: 1.5rem 0 2rem;
  color: #85b397;
  padding: 12px 20px;
  border-radius: 10px;
  font-family: 'Press Start 2P', cursive, Arial, sans-serif;
  font-style: normal;
  background-color: rgba(240, 153, 152, 0.1);
}

.footer {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 5px solid #f09998;
  background-color: white;
  padding: 20px 25px;
  border-radius: 10px;
  font-family: 'Press Start 2P', cursive, Arial, sans-serif;
  font-style: normal;
}

.footer-image {
  width: 90px;
  height: auto;
  margin-right: 25px;
}

.social-prompt {
  font-size: 1.1rem;
  color: #97bea6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bold;
  font-style: normal;
  margin: 0;
}

.social-handle {
  font-size: 1.1rem;
  color: #97bea6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bold;
  font-style: normal;
  margin: 0;
}

#promptNoSelection {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 90%;
  margin: 1.5rem auto;
  padding: 15px;
  border-radius: 10px;
  display: none;
  color: rgb(204, 100, 100);
  font-family: 'Press Start 2P', cursive, Arial, sans-serif;
  font-style: normal;
  background-color: rgba(240, 153, 152, 0.1);
  border: 3px dashed #f09998;
}

#opened-cookie {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  text-align: center;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 5;
}

#opened-cookie.show {
  display: flex;
  opacity: 1;
}

#opened-slip {
  height: auto;
  display: block;
  z-index: 1;
}

#verse-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Press Start 2P', cursive, Arial, sans-serif;
  font-size: 0.9rem;
  color: #222;
  text-align: center;
  padding: 0 40px;
  z-index: 2; /* ensures verse is above the slip image */
  pointer-events: none;
}

.verse-reference {
  display: block;
  margin-top: 10px;
  font-size: 0.7rem;
  color: #9a9a9a;
}
}



































#fw-section-custom-html-29204e7d-13b4-4558-a3ca-bbd98ac8c2ba {
--color-primary: #fabda0;
--color-primary-rgb: 250, 189, 160;
--color-background: #faf3e1;
--color-background-rgb: 250, 243, 225;
--color-on-primary: #645433;
--color-on-primary-rgb: 100, 84, 51;
--color-on-background: #645433;
--color-on-background-rgb: 100, 84, 51;
--color-product-image-background: #faf3e1;
--color-background-brightness: 243;
background-color: var(--color-background);
color: var(--color-on-background);

}