@import '../../styles/variables';
@import '../../styles/mixins';

.CookieConsent {
  width: 320px;
  border-radius: 2px;
  background-color: $white;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 0 16px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(204, 204, 204, 0.5);
  position: fixed;
  z-index: layer('messageCenter');
  left: 20px;
  bottom: 20px;
  padding: 15px 20px;

  &__title {
    margin-bottom: 10px;
  }

  &__actions {
    margin-top: 10px;
  }
}
