.clc-container {

    background: #242D34;

    max-width: 410px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    padding-top: 27px;
    padding-left: 35px;
    padding-right: 16px;
    padding-bottom: 31px;

    /* border: 1px solid #707070; */

    box-sizing: border-box;
}

.clc-container h2 {
    text-transform: unset;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #E9E9E1;
    /* color: #fff; */
    margin: 0;
  }

  .valid_until {
    color: #e6332a;
    margin-bottom: 10px;
  }
  
  .clc-container h3 {
    font-size: 20px;
    line-height: 32px;
    color: #E9E9E1;
    /* color: #fff; */
    font-weight: 300;
    margin: 0;
    margin-bottom: 20px;
    text-transform: unset;
  }
  
  .clc-container .entry-numbers{
    display: flex;
    align-items: flex-start;
  }

  @media screen and (max-width: 450px) {
    .clc-container .entry-numbers{
      display: flex;
      flex-direction: column;
    }
  }

  .clc-container .entry-numbers .entry-numbers-left {
    width: 170px;
  }

  .clc-container .entry-numbers p{
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    color: #E9E9E1;
    /* margin-bottom: 10px; */
  }

  .clc-container .entry-numbers input{
    height: 20px;
    width: 120px;
    border: none;
    border-bottom: 1px solid #E5E5E5;
  }
  @media screen and (max-width: 450px) {
    .clc-container .entry-numbers input{
      margin-bottom: 10px;
    }
  }

  .clc-container .entry-numbers select{
    height: 23px;
    width: 124px;
    border: none;
    border-bottom: 1px solid #E5E5E5;
  }
  @media screen and (max-width: 450px) {
    .clc-container .entry-numbers select{
      margin-bottom: 10px;
    }
  }

  .clc-container .entry-numbers input:focus, .clc-container .entry-numbers select:focus{
    outline: 0;
    appearance: none;
    border-color: #0070c9;
    box-shadow: 0 0 0 2px rgba(55, 138, 221, 0.4);
    /* border: none;
    border-bottom: 1px solid #707070; */
  }

  /* Chrome, Safari, Edge, Opera */
.clc-container .entry-numbers input::-webkit-outer-spin-button,
.clc-container .entry-numbers input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.clc-container .entry-numbers input[type=number] {
  -moz-appearance: textfield;
}
  
.clc-container ul {
list-style: none;
padding:0;
margin: 0;
margin-top: 20px;
}
.clc-container ul li{
font-size: 18px;
line-height: 32px;
color: #E9E9E1;
/* color: #fff; */
font-weight: bold;
}

.clc-container ul li span{
    margin-left: 10px;
    }