.lwcb-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 999999;
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fff;
  color: rgb(4, 30, 65);
  box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
  font: inherit;
  font-size: 14px;
  line-height: 1.45;
  box-sizing: border-box;
}

.lwcb-banner * {
  box-sizing: border-box;
}

.lwcb-text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

.lwcb-banner a,
.lwcb-policy-link {
  color: rgb(4, 30, 65);
}

.lwcb-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  margin-left: auto;
}

.lwcb-btn {
  border: 0;
  border-radius: 30px;
  min-width: 76px;
  min-height: 46px;
  padding: 0 24px;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  line-height: 1;
}

.lwcb-accept {
  background: #0052A9;
  color: #fff;
}

.lwcb-accept:hover,
.lwcb-accept:focus {
  opacity: .92;
}

.lwcb-reset {
  cursor: pointer;
  font: inherit;
}

@media (max-width: 520px) {
  .lwcb-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-width: none;
    gap: 10px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.35;
  }

  .lwcb-btn {
    min-width: 64px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 30px;
  }
}

@media (max-width: 360px) {
  .lwcb-banner {
    font-size: 12px;
    gap: 8px;
  }

  .lwcb-btn {
    min-width: 58px;
    padding: 0 14px;
  }
}
