.profmera-cookie-banner {
  position: relative;
  z-index: 120;
  width: 100%;
  border-top: 3px solid #24324a;
  border-bottom: 1px solid #dce3da;
  color: #465047;
  background: #fff;
  box-shadow: 0 4px 16px rgba(12, 25, 12, 0.08);
  font-family: inherit;
}

.profmera-cookie-banner__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 52px;
  padding: 10px clamp(18px, 2.4vw, 38px);
}

.profmera-cookie-banner p {
  min-width: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.profmera-cookie-banner a {
  color: #2f5c27;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.profmera-cookie-banner button {
  min-width: 126px;
  min-height: 38px;
  padding: 8px 22px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #3f922f;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
}

.profmera-cookie-banner button:hover {
  background: #347d27;
}

.profmera-cookie-banner button:focus-visible {
  outline: 3px solid rgba(63, 146, 47, 0.3);
  outline-offset: 3px;
}

@media (max-width: 720px) {
  .profmera-cookie-banner__inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 16px 14px;
  }

  .profmera-cookie-banner p {
    font-size: 12px;
    line-height: 1.4;
  }

  .profmera-cookie-banner button {
    width: 100%;
    min-height: 42px;
  }
}
