/*
=========================================================
LP-MODULER CSS
=========================================================
 * Innehåller styling för moduler byggda av Limepark
 * 
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/

/*
---------------------------------------------------------
KAKMEDVETEN VELOCITY
--------------------------------------------------------- */

.lp-webapp-kmv__missing-consent-text {
  -webkit-mask: var(--mask);
  --mask: conic-gradient(from 135deg at top, #0000, #000 1deg 89deg, #0000 90deg) top/18.00px 51% repeat-x, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom/18.00px 51% repeat-x;
  mask: var(--mask);
}

.sv-limepark-webapp-cookie-velocity>p {
  background-color: var(--env-color-brand);
  font-family: 'pt sans', 'open sans', arial, helvetica, sans-serif;
  padding: 3rem 2rem;
}

.sv-limepark-webapp-cookie-velocity>p>a {
  background-color: rgba(246, 246, 235, 0.8);
  border-color: rgba(246, 246, 235, 0.8);
  border-radius: 5px;
  color: #222;
  display: block;
  font-size: large;
  margin-top: 1em;
  padding: 0.7em 1em;
  text-align: center;
  text-decoration: none;
}

.sv-limepark-webapp-cookie-velocity>p>a:hover {
  background-color: #005fa3;
  color: #fff;
}