.payment-method .svea-paymentplan .campaigns {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .payment-method .svea-paymentplan .campaigns {
    flex-direction: row;
  }
}
.payment-method .svea-paymentplan .campaigns .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1;
  padding: 3rem;
}
@media screen and (min-width: 960px) {
  .payment-method .svea-paymentplan .campaigns .list {
    padding: 3rem 3rem 3rem 0;
  }
}
.payment-method .svea-paymentplan .campaigns .list .campaign {
  display: flex;
  flex: 0 0 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .3rem;
}
@media screen and (min-width: 600px) {
  .payment-method .svea-paymentplan .campaigns .list .campaign {
    flex: 0 0 50%;
  }
}
.payment-method .svea-paymentplan .campaigns .list .campaign .campaign-select {
  display: flex;
  flex: 0 0 2rem;
}
.payment-method .svea-paymentplan .campaigns .list .campaign .campaign-info {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.payment-method .svea-paymentplan .campaigns .list .campaign .campaign-info .description {
  font-weight: bold;
}
.svea-address-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .svea-address-wrapper {
    flex-direction: row;
  }
}
.svea-address-wrapper .svea-get-address {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  padding: 3rem;
}
@media screen and (min-width: 960px) {
  .svea-address-wrapper .svea-get-address {
    padding: 3rem 3rem 3rem 0;
  }
}
.svea-address-wrapper .svea-get-address input[type="text"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.svea-address-wrapper .svea-get-address button {
  margin-top: 1.5rem;
}
.svea-address-wrapper .svea-address {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  padding: 0 3rem 3rem 3rem;
}
@media screen and (min-width: 960px) {
  .svea-address-wrapper .svea-address {
    padding: 3rem;
  }
}
.svea-address-wrapper .svea-address address {
  display: flex;
  flex-direction: column;
}
.svea-address-wrapper .svea-address-info {
  font-weight: bold;
}
.svea-customer-type {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.svea-customer-type > label {
  display: flex;
  padding: 0 1rem 1rem 1rem;
}
.svea-banks {
  margin-bottom: 3rem;
}
.svea-banks label {
  display: flex;
  align-items: center;
  padding: .6rem .3rem;
  height: 3rem;
}
.svea-banks label input {
  margin-right: 1rem;
}
.svea-banks label figure {
  display: flex;
  align-items: flex-start;
  flex: 0 0 16rem;
}
.svea-banks label figure img {
  max-height: 3rem;
}
