<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  --color-size: 200px;
  outline: none;
}

/*body {
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  background: #f4d1cc;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}*/

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /*  padding: 50px; */
  justify-content: center;
  overflow: hidden;
  margin-bottom: 30px;
}

details {
/*  min-width: var(--color-size);*/
  font-family: "Arial", sans-serif;
  border: 1px solid #fff;
  height: calc((200px / 2) * 3);
  position: relative;
  width: 250px;
  margin: 5px;
  user-select: none;
  text-transform: uppercase;
  background-color: #eee;
  box-shadow: -0.2em -0.125em 0.125em rgb(0 0 0 / 25%),
    0 0 0 0.04em rgb(0 0 0 / 30%), 0.02em 0.02em 0.02em rgb(0 0 0 / 40%) inset,
    -0.05em -0.05em 0.02em rgb(255 255 255 / 80%) inset;
}

.color-title {
  pointer-events: none;
}

summary {
  width: 100%;
  height: 200px;
  cursor: pointer;
  background-size: cover !important;
  background-position: 50% 50% !important;
}

.color-title,
.color-codes {
  background: white;
  padding: 15px;
  height: calc((var(--color-size)) / 2);
  position: absolute;
  width: 100%;
  bottom: 0;
}

/*.color-title:before,
.color-codes:before {
  position: absolute;
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: 800;
}

.color-title:before {
  content: "pantone";
  position: absolute;
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: 800;
  font-family: "Helvetica Neue", sans-serif;
}

.color-codes:before {
  content: "hex";
}*/

details &gt; summary::-webkit-details-marker {
  display: none;
  color: transparent;
}

details &gt; summary.color::marker {
  color: transparent;
}

h1 {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 4px;
  font-family: "Helvetica 35 Thin", sans-serif;
  text-transform: capitalize;
}

#desc {
  padding: 20px;
  background: #eee;
/*  z-index: 100;*/
}

#desc ul {
  list-style-type: none;
  padding-left: 15px;
}

#desc li::before {
  content: "â€¢";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#desc li:nth-child(1):before {
  color: #a22452;
}

#desc li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  text-transform: lowercase;
  line-height: 1.25;
  letter-spacing: -0.06em;
  font-family: "Hind", sans-serif;
}

#desc summary {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.big {
  font-size: 45px;
  font-weight: 700;
  line-height: 0.8;
}

.big .to {
  display: flex;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #1d1e22;
  font-size: 28px;
  justify-content: space-around;
  margin-bottom: 12px;
  text-shadow: 0.5px 1.5px 2.5px #eee;
  /* color: lightsalmon;
  color: darkorange; */
  /* color: orange; */
  /* color: salmon; */
  /* color: tomato;*/
}

.big .from {
  color: coral;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  font-family: "Open Sans", sans-serif !important;
  line-height: 0;
  margin-bottom: -10px;
}
</pre></body></html>