.talaka-cookie-banner {
  z-index: 2147483000;
  color: #fff;
  background: #333;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 24px 30px;
  font-family: Arial, sans-serif;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.talaka-cookie-banner[hidden] {
  display: none;
}

.talaka-cookie-copy {
  max-width: 900px;
}

.talaka-cookie-title {
  color: #fff;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 20px;
}

.talaka-cookie-text {
  color: #fff;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}

.talaka-cookie-link {
  color: #fff;
  text-decoration: underline;
}

.talaka-cookie-actions {
  flex: none;
  align-items: center;
  gap: 10px;
  display: flex;
}

.talaka-cookie-button {
  color: #fff;
  cursor: pointer;
  background: #f92020;
  border: 0;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.talaka-cookie-settings {
  color: #333;
  background: #fff;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .talaka-cookie-banner {
    align-items: stretch;
    padding: 18px;
    display: block;
  }

  .talaka-cookie-actions {
    margin-top: 16px;
    display: grid;
  }

  .talaka-cookie-button,
  .talaka-cookie-settings {
    text-align: center;
    width: 100%;
  }
}
