* {
  
}

.ll-random-phrase {
  width: 100%;
  margin: 0 auto;
  max-width: 720px;
  position: relative;
}

.ll-random-phrase * {
  position: relative;
  margin: 0;
  padding: 0;
  
}

.ll-title {
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.ll-subtitle {
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ll-generated-phrase {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 40px 0;
  display: flex;
  justify-content: center;
}

.ll-generated-phrase span {
  display: inline-block;
  width: 260px;
  padding: 40px 0px;
  background: #EEE;
  border-radius: 15px;
}

.ll-generated-phrase span:first-of-type {
  margin-right: 10px;
}

.ll-generated-phrase span:last-of-type {
  margin-left: 10px;
}

.ll-user-input {
  width: 100%;
  height: 125px;
  margin: 0 0 20px;
  padding: 5px;
}

.ll-button-area {
  display: flex;
  justify-content: center;
}

.ll-random-phrase button {
  display: block;
  margin: 0;
  padding: 10px 15px;
  width: 260px;
  outline: 0 !important;
  cursor: pointer;
  transition: 0.3s ease all;
  color: #fff;
  background-color: #000;
  font-size: 1.5rem;
  padding: 15px 60px;
  border-radius: 10px;
  font-weight: 700;
  border: 2px solid #000 !important;
}

.ll-random-phrase button:hover {
  background: none;
  color: #000;
}

.ll-random-phrase button.ll-regenerate-phrase {
  margin-right: 20px;
}

.ll-random-phrase button.ll-mark-selected {
  margin: 0 auto;
}

.ll-more-info-area {
  margin-top: 30px;
}

.ll-terms {
    position: fixed;
    z-index: 100;
    background: rgba(25,25,25,0.4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ll-terms-inner {
    background: white;
    max-width: 1080px;
    width: auto;
    padding: 40px;
    border-radius: 10px;
}

.ll-terms-confirm {
    display: block;
    width: 260px;
    outline: 0 !important;
    cursor: pointer;
    transition: 0.3s ease all;
    color: #fff;
    background-color: #000;
    font-size: 1.5rem;
    padding: 15px 60px;
    border-radius: 10px;
    font-weight: 700;
    border: 2px solid #000 !important;
    margin: 0 auto;
}

.ll-search-tcs {
    position: fixed;
    z-index: 100;
    background: rgba(25,25,25,0.4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ll-search-tcs-inner {
    background: white;
    max-width: 1080px;
    width: auto;
    padding: 40px;
    border-radius: 10px;
}

.ll-search-tcs button, button#submit-search {
    display: block;
    width: 260px;
    outline: 0 !important;
    cursor: pointer;
    transition: 0.3s ease all;
    color: #fff;
    background-color: #000;
    font-size: 1.5rem;
    padding: 15px 60px;
    border-radius: 10px;
    font-weight: 700;
    border: 2px solid #000 !important;
    margin: 20px auto 0;
}

.ll-search-tcs button.ll-search-tcs-confirm {
  margin-top: 0;
}

form * {
box-sizing: border-box;   
}

input:not([type=submit]) {
  display: block;
  padding: 5px;
  border: solid 1px black;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
}

#expmonth, #expyear {
  display: inline-block;
  width: calc(50% - 8px);
}

#expmonth {
  margin-right: 15px;
}