.coolcheck-demo {
  margin: 0 auto;
  max-width: 1100px;
  padding: 1rem;
}

.coolcheck {
  --cc-bg: #f5f9fb;
  --cc-card: #ffffff;
  --cc-text: #17313b;
  --cc-muted: #5c6f76;
  --cc-border: #d9e6ea;
  --cc-blue: #0d7ea6;
  --cc-green: #138a5b;
  --cc-yellow: #d89a00;
  --cc-orange: #df6b18;
  --cc-red: #c9342f;
  --cc-dark-red: #96242b;
  --cc-shadow: 0 12px 30px rgba(23, 49, 59, 0.08);
  background: var(--cc-bg);
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  color: var(--cc-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 1.5rem 0;
  padding: 1rem;
}

.coolcheck *,
.coolcheck *::before,
.coolcheck *::after {
  box-sizing: border-box;
}

.coolcheck [hidden] {
  display: none !important;
}

.coolcheck__header {
  margin-bottom: 1rem;
}

.coolcheck__eyebrow,
.coolcheck__label {
  color: var(--cc-blue);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  margin: 0 0 0.2rem;
  text-transform: uppercase;
}

.coolcheck h1,
.coolcheck h2,
.coolcheck h3,
.coolcheck h4,
.coolcheck p {
  margin-top: 0;
}

.coolcheck__header h1,
.coolcheck__header h2 {
  font-size: clamp(1.8rem, 8vw, 3rem);
  line-height: 1;
  margin-bottom: 0.45rem;
}

.coolcheck h3 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.coolcheck h2 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.coolcheck h4 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.coolcheck__intro,
.coolcheck__privacy,
.coolcheck__places-head p,
.coolcheck__place-meta,
.coolcheck__hours,
.coolcheck__empty {
  color: var(--cc-muted);
}

.coolcheck__search {
  background: var(--cc-card);
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  box-shadow: var(--cc-shadow);
  margin-bottom: 1rem;
  padding: 1rem;
}

.coolcheck__search label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.coolcheck__search-row {
  display: grid;
  gap: 0.6rem;
}

.coolcheck input[type="search"] {
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  color: var(--cc-text);
  font: inherit;
  min-height: 46px;
  padding: 0.75rem 0.85rem;
  width: 100%;
}

.coolcheck button {
  align-items: center;
  background: var(--cc-blue);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 750;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1rem;
  text-decoration: none;
}

.coolcheck button:hover {
  filter: brightness(0.95);
}

.coolcheck button:disabled,
.coolcheck input:disabled {
  cursor: wait;
  opacity: 0.65;
}

.coolcheck__geo {
  background: #e6f4f8;
  color: var(--cc-blue);
  margin-top: 0.65rem;
  width: 100%;
}

.coolcheck__privacy {
  font-size: 0.9rem;
  margin: 0.85rem 0 0;
}

.coolcheck__message {
  border-radius: 8px;
  font-weight: 650;
  margin-bottom: 1rem;
  min-height: 0;
  padding: 0;
}

.coolcheck__message:not(:empty) {
  background: #eaf5f8;
  border: 1px solid #cbe3ea;
  padding: 0.75rem 0.9rem;
}

.coolcheck__message[data-type="error"] {
  background: #fff1ef;
  border-color: #f2cbc4;
  color: #8f261e;
}

.coolcheck__grid {
  display: grid;
  gap: 1rem;
}

.coolcheck__card {
  background: var(--cc-card);
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  box-shadow: var(--cc-shadow);
  padding: 1rem;
}

.coolcheck__weather {
  display: grid;
  gap: 1rem;
}

.coolcheck__temp {
  align-items: flex-start;
  display: flex;
  font-size: clamp(3.3rem, 18vw, 5.7rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.9;
}

.coolcheck__temp span:last-child {
  font-size: 0.38em;
  line-height: 1;
  margin-top: 0.35rem;
}

.coolcheck__feels,
.coolcheck__explanation {
  margin-bottom: 0;
}

.coolcheck__badge {
  align-self: start;
  background: var(--cc-green);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  width: fit-content;
}

.coolcheck__badge[data-level="warm"] {
  background: var(--cc-yellow);
  color: #2d2100;
}

.coolcheck__badge[data-level="high"] {
  background: var(--cc-orange);
}

.coolcheck__badge[data-level="strong"] {
  background: var(--cc-red);
}

.coolcheck__badge[data-level="extreme"] {
  background: var(--cc-dark-red);
}

.coolcheck__facts {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.coolcheck__facts div {
  background: #f6fafb;
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  padding: 0.7rem;
}

.coolcheck__facts dt {
  color: var(--cc-muted);
  font-size: 0.78rem;
  font-weight: 750;
  margin-bottom: 0.15rem;
}

.coolcheck__facts dd {
  font-weight: 800;
  margin: 0;
}

.coolcheck ul {
  margin: 0;
  padding-left: 1.2rem;
}

.coolcheck li + li {
  margin-top: 0.6rem;
}

.coolcheck__attention {
  border-left: 5px solid var(--cc-red);
}

.coolcheck__work {
  border-left: 5px solid var(--cc-orange);
}

.coolcheck__work h2::after {
  content: none;
  display: none;
}

.coolcheck__source {
  color: var(--cc-muted);
  font-size: 0.9rem;
  margin: 0.85rem 0 0;
}

.coolcheck__places {
  display: grid;
  gap: 0.9rem;
}

.coolcheck__places-head {
  display: grid;
  gap: 0.8rem;
}

.coolcheck__places-head p {
  margin-bottom: 0;
}

.coolcheck__places-head button {
  background: #e6f4f8;
  color: var(--cc-blue);
  width: 100%;
}

.coolcheck__places-list {
  display: grid;
  gap: 0.75rem;
}

.coolcheck__place {
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  padding: 0.85rem;
}

.coolcheck__place p {
  margin-bottom: 0.45rem;
}

.coolcheck__place-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0;
}

.coolcheck__category {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  margin-bottom: 0.45rem;
  padding: 0.18rem 0.5rem;
}

.coolcheck__category[data-category="cooling_zone"] {
  background: #e6f4f8;
  color: #075f7a;
}

.coolcheck__category[data-category="klimaoase"] {
  background: #eaf7ed;
  color: #146b38;
}

.coolcheck__category[data-category="pool"],
.coolcheck__category[data-category="lake"] {
  background: #e7f1ff;
  color: #1558a6;
}

.coolcheck__category[data-category="drinking_water"],
.coolcheck__category[data-category="mist"] {
  background: #e8fbff;
  color: #087084;
}

.coolcheck__category[data-category="park"] {
  background: #edf8e8;
  color: #2f6f19;
}

.coolcheck__category[data-category="library"],
.coolcheck__category[data-category="public_building"] {
  background: #f0eef9;
  color: #5542a1;
}

.coolcheck__category[data-category="mall"] {
  background: #fff2df;
  color: #8a4a08;
}

.coolcheck__category[data-category="bath"] {
  background: #e7f1ff;
  color: #1558a6;
}

.coolcheck a {
  color: var(--cc-blue);
  font-weight: 750;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.coolcheck.is-loading {
  cursor: progress;
}

@media (min-width: 620px) {
  .coolcheck {
    padding: 1.25rem;
  }

  .coolcheck__search-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .coolcheck__geo {
    width: auto;
  }

  .coolcheck__places-head {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 860px) {
  .coolcheck {
    padding: 1.5rem;
  }

  .coolcheck__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .coolcheck__weather,
  .coolcheck__places {
    grid-column: 1 / -1;
  }

  .coolcheck__weather {
    align-items: start;
    grid-template-columns: minmax(220px, 0.85fr) auto minmax(280px, 1fr);
  }
}

/* Compact embed design for article pages and WordPress content columns. */
.coolcheck-demo {
  max-width: 780px;
  padding: 0.75rem;
}

.coolcheck {
  --cc-bg: #eef7fb;
  --cc-card: rgba(255, 255, 255, 0.93);
  --cc-text: #122d3a;
  --cc-muted: #627580;
  --cc-border: rgba(18, 70, 91, 0.12);
  --cc-blue: #007fa8;
  --cc-blue-dark: #075d7e;
  --cc-soft-blue: #e7f5fb;
  --cc-shadow: 0 16px 40px rgba(16, 54, 70, 0.12);
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 194, 92, 0.55), transparent 18rem),
    radial-gradient(circle at 5% 0%, rgba(127, 207, 255, 0.45), transparent 22rem),
    linear-gradient(145deg, #f7fcff 0%, #eef7fb 48%, #fff7e9 100%);
  border: 1px solid rgba(15, 80, 105, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(10, 48, 62, 0.12);
  margin: 1rem auto;
  max-width: 760px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

.coolcheck::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(238, 247, 251, 0.78)),
    linear-gradient(90deg, rgba(247, 252, 255, 0.88), rgba(247, 252, 255, 0.56), rgba(255, 244, 222, 0.42));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.coolcheck > * {
  position: relative;
}

.coolcheck__header {
  margin-bottom: 0.75rem;
  max-width: 620px;
  padding-top: 0.15rem;
}

.coolcheck__eyebrow {
  align-items: center;
  color: var(--cc-blue-dark);
  display: flex;
  gap: 0.45rem;
  letter-spacing: 0.05em;
}

.coolcheck__eyebrow::before {
  background: #ff5b2e;
  border-radius: 50%;
  box-shadow:
    0 -0.5rem 0 -0.18rem #ff5b2e,
    0 0.5rem 0 -0.18rem #ff5b2e,
    -0.5rem 0 0 -0.18rem #ff5b2e,
    0.5rem 0 0 -0.18rem #ff5b2e;
  content: "";
  height: 0.62rem;
  width: 0.62rem;
}

.coolcheck__header h1,
.coolcheck__header h2 {
  font-size: clamp(1.85rem, 5vw, 2.55rem);
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 0;
}

.coolcheck__intro {
  font-size: clamp(1rem, 2.8vw, 1.2rem);
  font-weight: 650;
  margin-bottom: 0;
}

.coolcheck__search,
.coolcheck__card {
  backdrop-filter: blur(12px);
  background: var(--cc-card);
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  box-shadow: var(--cc-shadow);
}

.coolcheck__search {
  margin-bottom: 0.9rem;
  padding: 0.75rem;
}

.coolcheck__search label {
  font-size: 0.92rem;
  margin: 0 0 0.45rem;
}

.coolcheck__search-row {
  grid-template-columns: minmax(0, 1fr);
}

.coolcheck input[type="search"] {
  background: #fff;
  border-radius: 8px;
  min-height: 44px;
}

.coolcheck button {
  border-radius: 8px;
  min-height: 44px;
}

.coolcheck__search-row button {
  background: linear-gradient(135deg, #078bb3, #006f99);
}

.coolcheck__geo {
  border: 1px solid #b9dff0;
  color: #096a95;
  margin-top: 0.55rem;
}

.coolcheck__privacy {
  font-size: 0.78rem;
  line-height: 1.35;
}

.coolcheck__message:not(:empty) {
  border-radius: 8px;
  margin-bottom: 0.9rem;
  padding: 0.7rem 0.85rem;
}

.coolcheck__grid {
  gap: 0.75rem;
}

.coolcheck__card {
  padding: 0.9rem;
}

.coolcheck__weather {
  gap: 0.8rem;
  grid-template-columns: 1fr;
}

.coolcheck__label {
  color: var(--cc-blue);
  font-size: 0.9rem;
  margin-bottom: 0.45rem;
}

.coolcheck__temp {
  font-size: clamp(3.3rem, 17vw, 5.2rem);
  letter-spacing: 0;
}

.coolcheck__feels {
  color: var(--cc-muted);
  font-weight: 700;
}

.coolcheck__badge {
  border-radius: 999px;
  font-size: 0.92rem;
  padding: 0.4rem 0.7rem;
}

.coolcheck__facts {
  gap: 0.5rem;
}

.coolcheck__facts div {
  background: rgba(246, 251, 253, 0.95);
  border-radius: 8px;
  min-height: 72px;
  padding: 0.65rem;
}

.coolcheck__facts dt {
  color: var(--cc-blue-dark);
  font-size: 0.78rem;
}

.coolcheck__facts dd {
  font-size: 0.98rem;
}

.coolcheck__explanation {
  background: var(--cc-soft-blue);
  border-radius: 8px;
  color: #245061;
  font-size: 0.9rem;
  grid-column: 1 / -1;
  padding: 0.7rem;
}

.coolcheck__tips {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  padding: 0;
}

.coolcheck__tips li {
  background: linear-gradient(180deg, #f8fcfd, #eef8f5);
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  color: #245061;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  min-height: 78px;
  padding: 2rem 0.6rem 0.6rem;
  position: relative;
  word-break: normal;
  overflow-wrap: anywhere;
}

.coolcheck__tips li::before {
  align-items: center;
  background: #dff5ef;
  border-radius: 50%;
  color: #138a5b;
  content: "i";
  display: flex;
  font-weight: 900;
  height: 1.55rem;
  justify-content: center;
  left: 0.65rem;
  position: absolute;
  top: 0.55rem;
  width: 1.55rem;
}

.coolcheck__attention ul,
.coolcheck__work ul {
  display: grid;
  gap: 0.55rem;
  list-style: none;
  padding: 0;
}

.coolcheck__attention li,
.coolcheck__work li {
  background: #fbfdfe;
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.35;
  margin: 0;
  padding: 0.65rem;
}

.coolcheck__attention {
  border-left: 4px solid var(--cc-red);
}

.coolcheck__work {
  border-left: 4px solid var(--cc-orange);
}

.coolcheck__baths {
  border-left: 4px solid var(--cc-blue);
}

.coolcheck .coolcheck__more {
  background: #e6f4f8;
  color: var(--cc-blue);
  justify-self: start;
  min-height: 40px;
  padding: 0.55rem 0.85rem;
}

.coolcheck__place {
  background: #fff;
  border-radius: 8px;
  padding: 0.7rem;
}

.coolcheck__place h4 {
  font-size: 0.95rem;
}

.coolcheck__place-meta,
.coolcheck__hours,
.coolcheck__place-links {
  font-size: 0.84rem;
}

.coolcheck__places-head {
  gap: 0.6rem;
}

.coolcheck__places-head button {
  min-height: 40px;
}

@media (min-width: 680px) {
  .coolcheck {
    padding: 1.25rem;
  }

  .coolcheck__search-row {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .coolcheck__geo {
    width: 270px;
  }

  .coolcheck__grid {
    grid-template-columns: 1fr;
  }

  .coolcheck__weather {
    grid-template-columns: minmax(180px, 0.75fr) minmax(240px, 1fr);
  }

  .coolcheck__badge {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
  }

  .coolcheck__facts {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .coolcheck__tips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coolcheck__tips li {
    font-size: 0.92rem;
    min-height: 96px;
  }

  .coolcheck__places-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 920px) {
  .coolcheck__tips {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Editorial single-column refresh. */
.coolcheck-demo {
  background: #f3f4f6;
  max-width: 760px;
}

.coolcheck {
  --cc-bg: #f3f4f6;
  --cc-card: #ffffff;
  --cc-text: #0b1730;
  --cc-muted: #687280;
  --cc-border: #dfe6ee;
  --cc-blue: #0077b6;
  --cc-blue-dark: #005f95;
  --cc-soft-blue: #e6f2fb;
  --cc-green: #22c55e;
  --cc-yellow: #ffc107;
  --cc-orange: #ff8a00;
  --cc-red: #e74c3c;
  --cc-dark-red: #c9342f;
  --cc-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at 94% 0%, rgba(255, 193, 7, 0.22), transparent 16rem),
    linear-gradient(180deg, #f8fbfd 0%, #f3f4f6 18rem, #f3f4f6 100%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--cc-text);
  margin: 0 auto;
  max-width: 720px;
  padding: 1.1rem;
}

.coolcheck::before {
  content: none;
}

.coolcheck__header {
  margin-bottom: 1.05rem;
  padding-top: 0;
}

.coolcheck__header h1,
.coolcheck__header h2 {
  align-items: center;
  display: flex;
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 800;
  gap: 0.7rem;
  letter-spacing: -0.02em;
  line-height: 1;
}

.coolcheck__header h1::before,
.coolcheck__header h2::before {
  background: #ffc107;
  border-radius: 50%;
  box-shadow:
    0 -0.72rem 0 -0.27rem #ffc107,
    0 0.72rem 0 -0.27rem #ffc107,
    -0.72rem 0 0 -0.27rem #ffc107,
    0.72rem 0 0 -0.27rem #ffc107,
    0.5rem 0.5rem 0 -0.32rem #ffc107,
    -0.5rem 0.5rem 0 -0.32rem #ffc107,
    0.5rem -0.5rem 0 -0.32rem #ffc107,
    -0.5rem -0.5rem 0 -0.32rem #ffc107;
  content: "";
  flex: 0 0 auto;
  height: 1rem;
  width: 1rem;
}

.coolcheck__search {
  background:
    linear-gradient(115deg, rgba(0, 119, 182, 0.98), rgba(0, 119, 182, 0.84) 54%, rgba(178, 222, 244, 0.94));
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 95, 149, 0.22);
  color: #fff;
  padding: 1rem;
}

.coolcheck__search label {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}

.coolcheck__search-row {
  gap: 0.65rem;
  grid-template-columns: 1fr;
}

.coolcheck input[type="search"] {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
  min-height: 46px;
}

.coolcheck__search-row button {
  background: #006da8;
  box-shadow: 0 8px 18px rgba(0, 56, 92, 0.2);
}

.coolcheck__geo {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  color: var(--cc-blue-dark);
  justify-content: flex-start;
  width: 100%;
}

.coolcheck__privacy {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
}

.coolcheck__message:not(:empty),
.coolcheck__card {
  border-radius: 8px;
  box-shadow: var(--cc-shadow);
}

.coolcheck__grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr;
}

.coolcheck__card {
  background: #fff;
  border: 1px solid var(--cc-border);
  padding: 1rem;
}

.coolcheck__weather {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

.coolcheck__label {
  color: var(--cc-text);
  font-size: 1.15rem;
  letter-spacing: 0;
  margin-bottom: 0.3rem;
  text-transform: none;
}

.coolcheck__temp {
  color: var(--cc-text);
  font-size: clamp(3.6rem, 18vw, 5.4rem);
  font-weight: 820;
}

.coolcheck__badge {
  border-radius: 6px;
  font-size: 0.84rem;
  justify-self: start;
  padding: 0.35rem 0.65rem;
}

.coolcheck__facts {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coolcheck__facts div {
  background: #f8fafc;
  border: 1px solid var(--cc-border);
  border-radius: 7px;
  min-height: 68px;
  padding: 0.65rem;
}

.coolcheck__facts dt {
  color: var(--cc-blue-dark);
  font-size: 0.76rem;
}

.coolcheck__facts dd {
  color: var(--cc-text);
}

.coolcheck__explanation {
  background: #fff2f2;
  border: 1px solid #ffd6d3;
  border-radius: 7px;
  color: #7b2d27;
}

.coolcheck__places-head {
  align-items: start;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
}

.coolcheck__places-head button {
  background: #f8fbfe;
  border: 1px solid #c9dce9;
  color: var(--cc-blue-dark);
  justify-self: start;
  min-height: 38px;
  width: auto;
}

.coolcheck__places-list {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 1fr;
}

.coolcheck__place {
  background: #fff;
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  padding: 0.85rem;
}

.coolcheck__place h4 {
  color: var(--cc-text);
  font-size: 1rem;
  line-height: 1.2;
}

.coolcheck__category {
  background: var(--cc-soft-blue);
  border-radius: 4px;
  color: var(--cc-blue-dark);
  font-size: 0.68rem;
  padding: 0.16rem 0.42rem;
}

.coolcheck__tips {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 1fr;
}

.coolcheck__tips li,
.coolcheck__attention li,
.coolcheck__work li {
  background: #fbfdff;
  border-radius: 7px;
}

.coolcheck__attention {
  border-left: 4px solid var(--cc-red);
}

.coolcheck__work {
  border-left: 4px solid var(--cc-yellow);
}

.coolcheck__baths {
  border-left: 4px solid var(--cc-blue);
}

.coolcheck__map-card {
  border-left: 4px solid var(--cc-green);
}

.coolcheck__map {
  background: #eef6fb;
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  min-height: 360px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.coolcheck__map-card:fullscreen {
  background: var(--cc-card);
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 1rem;
}

.coolcheck__map-card:fullscreen .coolcheck__map {
  flex: 1;
  min-height: 0;
}

.coolcheck__map-status {
  color: var(--cc-muted);
  display: grid;
  inset: 0;
  margin: 0;
  padding: 1rem;
  place-items: center;
  position: absolute;
  text-align: center;
}

.coolcheck__map-marker {
  background: transparent;
  border: 0;
}

.coolcheck__map-marker span {
  background: var(--cc-blue);
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.28);
  display: block;
  height: 22px;
  width: 22px;
}

.coolcheck__map-marker--cooling span {
  background: var(--cc-green);
}

.coolcheck__map-marker--bath span {
  background: var(--cc-blue);
}

.coolcheck__map-marker--user span {
  background: var(--cc-orange);
}

.coolcheck__map-actions,
.coolcheck__map-legend {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.14);
  color: var(--cc-text);
  font-family: inherit;
}

.coolcheck__map-actions {
  display: grid;
  gap: 0.35rem;
  padding: 0.35rem;
}

.coolcheck__map-action {
  appearance: none;
  background: var(--cc-blue);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.1;
  padding: 0.55rem 0.7rem;
}

.coolcheck__map-action:hover {
  background: #086f94;
}

.coolcheck__map-action[hidden] {
  display: none;
}

.coolcheck__map-legend {
  display: grid;
  gap: 0.25rem;
  padding: 0.45rem 0.55rem;
}

.coolcheck__map-legend span {
  align-items: center;
  display: flex;
  font-size: 0.78rem;
  font-weight: 750;
  gap: 0.35rem;
  white-space: nowrap;
}

.coolcheck__legend-dot {
  background: var(--cc-blue);
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.22);
  display: inline-block;
  height: 0.8rem;
  width: 0.8rem;
}

.coolcheck__legend-dot--user {
  background: var(--cc-orange);
}

.coolcheck__legend-dot--cooling {
  background: var(--cc-green);
}

.coolcheck__legend-dot--bath {
  background: var(--cc-blue);
}

.coolcheck .leaflet-popup-content {
  color: var(--cc-text);
  font-family: inherit;
  font-size: 0.88rem;
  line-height: 1.35;
  margin: 0.75rem;
}

.coolcheck .leaflet-popup-content strong,
.coolcheck .leaflet-popup-content span,
.coolcheck .leaflet-popup-content small,
.coolcheck .leaflet-popup-content a {
  display: block;
}

.coolcheck .leaflet-popup-content span {
  color: var(--cc-blue-dark);
  font-weight: 800;
  margin-top: 0.2rem;
}

.coolcheck .leaflet-popup-content small {
  color: var(--cc-muted);
  margin-top: 0.2rem;
}

.coolcheck .leaflet-popup-content a {
  margin-top: 0.45rem;
}

@media (min-width: 680px) {
  .coolcheck {
    padding: 1.4rem;
  }

  .coolcheck__search-row {
    grid-template-columns: minmax(0, 1fr) 140px;
  }

  .coolcheck__weather,
  .coolcheck__grid,
  .coolcheck__places-list,
  .coolcheck__tips {
    grid-template-columns: 1fr;
  }

  .coolcheck__badge,
  .coolcheck__facts {
    grid-column: auto;
    grid-row: auto;
  }

  .coolcheck__facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 920px) {
  .coolcheck__tips {
    grid-template-columns: 1fr;
  }
}

.coolcheck__weather > div:first-child {
  text-align: center;
}

.coolcheck__temp {
  justify-content: center;
}

.coolcheck__feels {
  text-align: center;
}

.coolcheck__badge {
  justify-self: center;
  text-align: center;
}

.coolcheck__tips li {
  min-height: 0;
  padding: 0.85rem;
}

.coolcheck__tips li::before {
  content: none;
  display: none;
}

.coolcheck__source {
  display: block;
  margin: 1.45rem 0 0.4rem;
  padding-top: 0.55rem;
}

/* Imagegen-inspired editorial finish. */
.coolcheck-demo {
  background:
    radial-gradient(circle at 82% 7%, rgba(255, 193, 7, 0.2), transparent 24rem),
    linear-gradient(180deg, #f7fbff 0%, #eef3f8 100%);
  padding: 1rem;
}

.coolcheck {
  --cc-ink: #07132f;
  --cc-muted: #697386;
  --cc-blue: #0077b6;
  --cc-blue-dark: #005f92;
  --cc-blue-soft: #e6f2fb;
  --cc-yellow: #ffc107;
  --cc-card: rgba(255, 255, 255, 0.94);
  --cc-border: #d8e2ee;
  --cc-shadow: 0 18px 45px rgba(7, 19, 47, 0.1);
  color: var(--cc-ink);
  max-width: 760px;
  padding: clamp(1rem, 3vw, 1.6rem);
  border: 1px solid rgba(216, 226, 238, 0.78);
  border-radius: 18px;
  background:
    radial-gradient(circle at 96% 3%, rgba(255, 193, 7, 0.34), transparent 16rem),
    radial-gradient(circle at 4% 22%, rgba(0, 119, 182, 0.12), transparent 20rem),
    linear-gradient(180deg, #fbfdff 0%, #f2f7fb 48%, #ffffff 100%);
  box-shadow: var(--cc-shadow);
  overflow: hidden;
}

.coolcheck * {
  box-sizing: border-box;
}

.coolcheck__header {
  margin-bottom: 1.1rem;
}

.coolcheck__header h1 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: var(--cc-ink);
  font-size: clamp(2.25rem, 7vw, 4.25rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.coolcheck__header h1::before {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--cc-yellow) 0 36%, transparent 37%),
    conic-gradient(from 0deg, transparent 0 6%, var(--cc-yellow) 6% 13%, transparent 13% 18%, var(--cc-yellow) 18% 25%, transparent 25% 31%, var(--cc-yellow) 31% 38%, transparent 38% 44%, var(--cc-yellow) 44% 51%, transparent 51% 56%, var(--cc-yellow) 56% 63%, transparent 63% 69%, var(--cc-yellow) 69% 76%, transparent 76% 82%, var(--cc-yellow) 82% 89%, transparent 89% 100%);
}

.coolcheck__intro {
  max-width: 34rem;
  margin: 0.65rem 0 0;
  color: var(--cc-muted);
  font-size: clamp(1rem, 2.5vw, 1.18rem);
  font-weight: 700;
  line-height: 1.45;
}

.coolcheck__search {
  margin: 1.35rem 0 1.35rem;
  padding: clamp(1rem, 3vw, 1.35rem);
  border: 0;
  border-radius: 16px;
  background:
    linear-gradient(118deg, rgba(0, 119, 182, 0.98), rgba(19, 158, 210, 0.78)),
    radial-gradient(circle at 88% 0%, rgba(255, 255, 255, 0.34), transparent 18rem);
  box-shadow: 0 16px 36px rgba(0, 95, 146, 0.22);
}

.coolcheck__search label,
.coolcheck__privacy {
  color: #fff;
}

.coolcheck__search label {
  margin-bottom: 0.65rem;
  font-size: 1rem;
  font-weight: 900;
}

.coolcheck__privacy {
  max-width: 38rem;
  margin-top: 0.6rem;
  font-size: 0.95rem;
  line-height: 1.45;
  opacity: 0.93;
}

.coolcheck__search-row {
  gap: 0.65rem;
}

.coolcheck__search input {
  min-height: 3.35rem;
  border: 0;
  border-radius: 11px;
  color: var(--cc-ink);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: inset 0 0 0 1px rgba(7, 19, 47, 0.08);
  font-size: 1.04rem;
}

.coolcheck__search input::placeholder {
  color: #7b8495;
}

.coolcheck__search input:focus-visible,
.coolcheck__search button:focus-visible,
.coolcheck a:focus-visible,
.coolcheck button:focus-visible {
  outline: 3px solid rgba(255, 193, 7, 0.85);
  outline-offset: 3px;
}

.coolcheck__search button {
  min-height: 3.35rem;
  border: 0;
  border-radius: 11px;
  background: #0077b6;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(7, 19, 47, 0.16);
}

.coolcheck__geo {
  width: 100%;
  margin-top: 0.75rem;
  background: rgba(255, 255, 255, 0.18) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16) !important;
}

.coolcheck__error {
  border-radius: 12px;
  font-weight: 800;
}

.coolcheck__weather,
.coolcheck__card,
.coolcheck__places,
.coolcheck__map-card {
  border: 1px solid var(--cc-border);
  border-radius: 16px;
  background: var(--cc-card);
  box-shadow: 0 12px 32px rgba(7, 19, 47, 0.08);
}

.coolcheck__weather {
  position: relative;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 1.35rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.96)),
    radial-gradient(circle at 12% 22%, rgba(255, 193, 7, 0.16), transparent 11rem);
}

.coolcheck__weather > div:first-child {
  display: grid;
  place-items: center;
  text-align: center;
}

.coolcheck__weather h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.35rem, 4vw, 2rem);
  font-weight: 900;
}

.coolcheck__temp {
  color: var(--cc-ink);
  font-size: clamp(4.4rem, 17vw, 7.4rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.coolcheck__feels {
  margin-top: 0.35rem;
  color: var(--cc-muted);
  font-size: clamp(1rem, 3vw, 1.3rem);
  font-weight: 850;
}

.coolcheck__badge {
  width: fit-content;
  min-width: 8.4rem;
  margin: 1rem auto;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(7, 19, 47, 0.12);
}

.coolcheck__facts {
  gap: 0.7rem;
}

.coolcheck__fact {
  min-height: 5rem;
  padding: 0.8rem;
  border: 1px solid var(--cc-border);
  border-radius: 12px;
  background: linear-gradient(180deg, #fbfdff, #f7fafc);
}

.coolcheck__fact span:first-child {
  color: var(--cc-blue-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.coolcheck__fact span:last-child {
  margin-top: 0.35rem;
  color: var(--cc-ink);
  font-weight: 900;
}

.coolcheck__summary {
  border: 0;
  border-radius: 12px;
  background: #eaf7ff;
  color: #0b4666;
  font-weight: 750;
}

.coolcheck__places,
.coolcheck__card,
.coolcheck__map-card {
  padding: clamp(1rem, 3vw, 1.25rem);
}

.coolcheck h2 {
  color: var(--cc-ink);
  font-size: clamp(1.35rem, 4vw, 1.7rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.coolcheck__places {
  border-left: 5px solid var(--cc-blue);
}

.coolcheck__places--cooling {
  border-left-color: #2ecc71;
}

.coolcheck__places--baths {
  border-left-color: var(--cc-blue);
}

.coolcheck__places-head {
  align-items: flex-start;
  gap: 0.75rem;
}

.coolcheck__places-head p {
  color: var(--cc-muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.coolcheck__places-list {
  grid-template-columns: 1fr !important;
  gap: 0.8rem;
}

.coolcheck__place-card {
  border: 1px solid var(--cc-border);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  padding: 0.95rem;
  box-shadow: 0 8px 20px rgba(7, 19, 47, 0.05);
}

.coolcheck__place-card h3 {
  margin: 0.45rem 0 0.28rem;
  color: var(--cc-ink);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.2;
}

.coolcheck__place-category {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.65rem;
  padding: 0.25rem 0.55rem;
  border-radius: 8px;
  background: #e8f2ff;
  color: #075fa3;
  font-size: 0.78rem;
  font-weight: 900;
}

.coolcheck__place-meta,
.coolcheck__place-hours {
  color: var(--cc-muted);
}

.coolcheck__place-links {
  gap: 0.85rem;
  margin-top: 0.65rem;
}

.coolcheck__place-links a,
.coolcheck__source a,
.coolcheck__places-head button,
.coolcheck__map-actions button {
  color: var(--cc-blue);
  font-weight: 900;
}

.coolcheck__places-head button,
.coolcheck__map-actions button {
  border: 1px solid var(--cc-border);
  border-radius: 999px;
  background: #fff;
  padding: 0.5rem 0.85rem;
}

.coolcheck__tips {
  gap: 0.75rem;
}

.coolcheck__tips li,
.coolcheck__attention li,
.coolcheck__work-list li {
  border: 1px solid var(--cc-border);
  border-radius: 13px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.coolcheck__tips li {
  min-height: 0;
  padding: 0.9rem;
  color: #1c5266;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
}

.coolcheck__attention li {
  border-color: #ffd2cd;
  background: #fff7f5;
}

.coolcheck__card--warning {
  border-left: 5px solid #e74c3c;
}

.coolcheck__work {
  border-left: 5px solid #ff8a00;
  background: linear-gradient(180deg, #fffaf0, #ffffff);
}

.coolcheck__work-title span {
  display: none;
}

.coolcheck__source {
  margin-top: 1.15rem;
  border-top: 1px solid var(--cc-border);
  color: var(--cc-muted);
}

.coolcheck__map-card {
  border-left: 5px solid #2ecc71;
}

.coolcheck__map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.75rem 0;
}

.coolcheck__map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0.65rem 0 0.8rem;
  color: var(--cc-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.coolcheck__legend-dot {
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(7, 19, 47, 0.14);
}

.coolcheck__map {
  height: clamp(22rem, 58vw, 29rem);
  border: 1px solid var(--cc-border);
  border-radius: 14px;
  overflow: hidden;
}

.coolcheck__map.is-fullscreen {
  position: fixed;
  inset: 1rem;
  z-index: 99999;
  height: auto;
  width: auto;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(7, 19, 47, 0.35);
}

.coolcheck .leaflet-control-zoom a {
  color: var(--cc-blue);
  font-weight: 900;
}

@media (max-width: 520px) {
  .coolcheck {
    border-radius: 0;
    padding: 0.9rem;
  }

  .coolcheck__header h1 {
    font-size: 2.7rem;
  }

  .coolcheck__search {
    margin-inline: -0.15rem;
  }

  .coolcheck__temp {
    font-size: 5.1rem;
  }
}

@media (min-width: 680px) {
  .coolcheck__search-row {
    grid-template-columns: minmax(0, 1fr) 9.5rem;
  }

  .coolcheck__facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .coolcheck__tips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Detail polish after visual review. */
.coolcheck {
  max-width: 720px;
}

.coolcheck__header {
  display: grid;
  gap: 0.35rem;
}

.coolcheck__header h1 {
  gap: 0.48rem;
  max-width: 100%;
  font-size: clamp(2.15rem, 8.8vw, 3.45rem);
  letter-spacing: -0.055em;
  overflow-wrap: normal;
  word-break: normal;
}

.coolcheck__header h1::before {
  width: clamp(2.25rem, 9vw, 3.35rem);
  height: clamp(2.25rem, 9vw, 3.35rem);
}

.coolcheck__intro {
  max-width: 29rem;
  margin-left: calc(clamp(2.25rem, 9vw, 3.35rem) + 0.48rem);
  font-size: clamp(0.98rem, 2.7vw, 1.12rem);
}

.coolcheck__place {
  position: relative;
  display: grid;
  gap: 0.34rem;
  min-height: 8.2rem;
  padding: 1rem 1rem 1rem 4.25rem;
  border: 1px solid var(--cc-border);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 8px 22px rgba(7, 19, 47, 0.055);
}

.coolcheck__place::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 38%, #2ecc71 0 28%, transparent 30%),
    linear-gradient(90deg, transparent 45%, #2ecc71 45% 55%, transparent 55%),
    linear-gradient(#dff8ea, #ecfff4);
  box-shadow: inset 0 0 0 1px rgba(46, 204, 113, 0.22);
}

.coolcheck__place[data-category="bath"]::before {
  background:
    linear-gradient(160deg, transparent 45%, rgba(255, 255, 255, 0.9) 46% 52%, transparent 53%),
    radial-gradient(circle at 50% 35%, #0077b6 0 20%, transparent 21%),
    linear-gradient(180deg, transparent 58%, #0077b6 59% 67%, transparent 68% 72%, #62c7ef 73% 81%, transparent 82%),
    linear-gradient(#e8f3ff, #f5fbff);
  box-shadow: inset 0 0 0 1px rgba(0, 119, 182, 0.2);
}

.coolcheck__place[data-category="klimaoase"]::before {
  background:
    radial-gradient(circle at 50% 42%, #2ecc71 0 26%, transparent 28%),
    radial-gradient(circle at 36% 35%, #2ecc71 0 15%, transparent 17%),
    radial-gradient(circle at 64% 35%, #2ecc71 0 15%, transparent 17%),
    linear-gradient(#e4f9ed, #f5fff9);
}

.coolcheck__place h4 {
  margin: 0.1rem 0 0;
  color: var(--cc-ink);
  font-size: clamp(1.06rem, 3vw, 1.2rem);
  font-weight: 900;
  line-height: 1.2;
}

.coolcheck__category {
  width: fit-content;
  margin: 0 0 0.15rem;
  padding: 0.28rem 0.58rem;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
}

.coolcheck__place-meta,
.coolcheck__hours {
  margin: 0;
  color: var(--cc-muted);
  font-size: 0.95rem;
  line-height: 1.35;
}

.coolcheck__place-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin: 0.25rem 0 0;
}

.coolcheck__place-links a {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  color: var(--cc-blue);
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration-thickness: 0.1em;
}

.coolcheck .coolcheck__more {
  justify-self: center;
  width: min(100%, 24rem);
  margin-top: 0.25rem;
  border: 1px solid rgba(0, 119, 182, 0.22);
  border-radius: 999px;
  background: #eef8ff;
  color: var(--cc-blue);
  box-shadow: none;
}

.coolcheck__places-head button:not(.coolcheck__more) {
  min-height: 2.35rem;
}

@media (max-width: 520px) {
  .coolcheck__header h1 {
    font-size: clamp(2rem, 13vw, 2.85rem);
  }

  .coolcheck__intro {
    margin-left: 0;
  }

  .coolcheck__place {
    padding-left: 3.7rem;
  }

  .coolcheck__place::before {
    left: 0.82rem;
    width: 2.05rem;
    height: 2.05rem;
  }
}

/* Real inline SVG icon system. */
.coolcheck__header h1::before,
.coolcheck__place::before {
  content: none !important;
  display: none !important;
}

.coolcheck__brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.25rem, 8.5vw, 3.35rem);
  height: clamp(2.25rem, 8.5vw, 3.35rem);
  flex: 0 0 auto;
  color: var(--cc-yellow);
}

.coolcheck__brand-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.coolcheck__brand-icon circle {
  fill: currentColor;
}

.coolcheck__brand-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 5.5;
}

.coolcheck__header h1 > span:last-child {
  min-width: 0;
}

.coolcheck__place-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 13px;
  background: #effaf4;
  color: #1f9d55;
  box-shadow:
    inset 0 0 0 1px rgba(31, 157, 85, 0.16),
    0 8px 18px rgba(7, 19, 47, 0.08);
}

.coolcheck__place-icon svg {
  width: 1.62rem;
  height: 1.62rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.coolcheck__place-icon--bath {
  background: #e8f4ff;
  color: #0077b6;
  box-shadow:
    inset 0 0 0 1px rgba(0, 119, 182, 0.16),
    0 8px 18px rgba(7, 19, 47, 0.08);
}

.coolcheck__place-icon--bath svg {
  width: 1.76rem;
  height: 1.76rem;
  stroke-width: 2.8;
}

.coolcheck__place-icon--water {
  background: #e7f9ff;
  color: #0a8fc2;
}

.coolcheck__place-icon--leaf {
  background: #eaf8ed;
  color: #25a45a;
}

.coolcheck__place-icon--building {
  background: #eef2ff;
  color: #5365c9;
}

@media (max-width: 520px) {
  .coolcheck__brand-icon {
    width: 2.15rem;
    height: 2.15rem;
  }

  .coolcheck__place-icon {
    top: 0.85rem;
    left: 0.82rem;
    width: 2.05rem;
    height: 2.05rem;
  }

  .coolcheck__place-icon svg {
    width: 1.34rem;
    height: 1.34rem;
  }
}

/* WordPress theme hardening for list-based cards. */
.coolcheck ul,
.coolcheck ol,
.coolcheck li {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.coolcheck li::marker {
  content: "" !important;
  font-size: 0 !important;
}

.coolcheck__tips,
.coolcheck__attention ul,
.coolcheck__work ul {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.75rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.coolcheck__tips li,
.coolcheck__attention li,
.coolcheck__work li {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0.9rem 1rem !important;
  list-style: none !important;
}

.coolcheck__tips li::before,
.coolcheck__attention li::before,
.coolcheck__work li::before {
  content: none !important;
  display: none !important;
}
