html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

.coal-resource-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.coal-resource-brand img {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

.coal-resource-brand:hover,
.coal-resource-brand:focus {
  color: hsl(var(--base));
}

.coal-resource-brand--footer {
  justify-content: center;
}

.cookies-card {
  width: min(680px, calc(100% - 30px));
  padding: 18px 20px;
  border-width: 1px;
}

.cookies-card__body {
  min-width: 0;
}

.cookies-card__btn {
  margin-top: 14px;
}

.cookies-card__btn .btn {
  min-width: 150px;
}

@media (max-width: 767px) {
  .cookies-card {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    padding: 15px;
  }
}
