.icm-hidden {
  display: none !important;
}

.icm-banner,
.icm-modal {
  box-sizing: border-box;
  font-family: inherit;
}

.icm-banner *,
.icm-modal * {
  box-sizing: border-box;
}

.icm-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  padding: 18px 20px;
  color: #ffffff;
  background: #04abc4;
  box-shadow: 0 -2px 14px rgba(0, 0, 0, .18);
}

.icm-banner__content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.icm-banner p {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.55;
}

.icm-banner a,
.icm-banner a:hover,
.icm-banner a:focus {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

.icm-actions,
.icm-modal__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.icm-button {
  min-height: 42px;
  padding: 9px 18px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.icm-button--primary {
  color: #04abc4;
  background: #ffffff;
}

.icm-button--secondary {
  color: #ffffff;
  background: transparent;
}

.icm-button:focus {
  outline: 3px solid rgba(255, 255, 255, .55);
  outline-offset: 2px;
}

.icm-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, .55);
}

.icm-modal__panel {
  position: relative;
  width: 100%;
  max-width: 620px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 28px;
  color: #333333;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 8px 35px rgba(0, 0, 0, .28);
}

.icm-modal h2 {
  margin: 0 40px 22px 0;
  color: #04abc4;
  font-size: 26px;
  line-height: 1.25;
}

.icm-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  color: #555555;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.icm-preference {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid #dddddd;
}

.icm-preference strong,
.icm-preference span {
  display: block;
}

.icm-preference strong {
  margin-bottom: 5px;
  color: #333333;
}

.icm-preference span {
  color: #666666;
  font-size: 13px;
  line-height: 1.45;
}

.icm-preference input {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  accent-color: #04abc4;
}

.icm-modal__actions {
  margin-top: 22px;
}

.icm-modal .icm-button--outline {
  border-color: #04abc4;
  color: #04abc4;
  background: #ffffff;
}

.icm-modal .icm-button--accent {
  border-color: #04abc4;
  color: #ffffff;
  background: #04abc4;
}

.cookie-settings-link {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .icm-banner__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 28px;
  }

  .icm-banner p {
    margin-bottom: 0;
  }

  .icm-actions {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 479px) {
  .icm-actions,
  .icm-modal__actions {
    display: block;
  }

  .icm-button {
    width: 100%;
    margin-top: 8px;
  }

  .icm-actions .icm-button:first-child,
  .icm-modal__actions .icm-button:first-child {
    margin-top: 0;
  }

  .icm-modal__panel {
    padding: 24px 18px;
  }
}
