html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: 'Klarna Text', 'Klarna Sans', Helvetica, Arial, sans-serif;
  color: rgb(23, 23, 23);
  padding: 30px 20px;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricprecision;
  text-size-adjust: none;
}

h1 {
  font-family: 'Klarna Headline', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.2px;
}

h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  opacity: 1;
}

header {
  margin-bottom: 30px;
}

#root {
  max-width: 960px;
  margin: 0 auto;
}

.field {
  height: 60px;
  background: transparent;
  border: 1px solid rgb(150, 147, 145);
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
}

.field input {
  font-family: inherit;
  background: transparent;
  border: none;
  color: inherit;
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 24px 15px 6px;
  outline: none;
}

.field label {
  color: rgb(120, 117, 115);
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  pointer-events: none;
  position: absolute;
  top: 4px;
  left: 15px;
}

.kl-table {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
}

.kl-table td {
  padding: 17px 13px;
  border: none;
}

.kl-table tr:nth-child(odd) td {
  background-color: rgb(242, 242, 241);
}

.kl-table tr td:first-child {
  font-family: 'Klarna Headline', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.klarna-logo {
  display: block;
  margin: 60px auto 0;
}

#cookie-warning {
  background-color: #5e515a;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: white;
  padding: 16px 20px;
}

#cookie-warning a {
  color: inherit;
}

#cookie-warning p {
  max-width: 960px;
  margin: 0 auto;
}

#cookie-warning__accept {
  margin-left: 10px;
}
