#root {
  background-color: burlywood;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  padding: 10px;
}

#front_page_root {
  background-color: burlywood;
  display: grid;
  grid-template-rows: repeat(minmax(250px, auto));
  padding: 30px 0 0 18px;
}

.show_card {
  width: 1070px;
  height: 300px;
  background-color: #f2f0ea;
  border-color: rgb(31, 9, 9);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: 2px 2px 2px rgb(66, 37, 1);
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  color: rgb(43, 6, 6);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}

.show_card .content {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.header {
  height: 50px;
  width: 100%;
  background-color: rgb(243, 220, 175);
  border-color: rgb(31, 9, 9);
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  color: rgb(43, 6, 6);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  top: 0;
}

/*.selectors {
  display: flex;
  flex-direction: row;
  margin: 0 15px;
  height: 31px;
  align-items: center;
}*/

#episodes_selection,
#shows_selection,
#episode_input,
#show_input,
#filtered_show_box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f0ea;
  padding: 8px 12px;
  margin: 15px 20px 10px 10px;
  font-size: 12px;
  border: 1px solid burlywood;
  border-radius: 7px;
  width: 180px;
  height: 30px;
  box-sizing: border-box;
}

#display_quantity_dom,
#display_quantityShows_dom {
  margin-top: 12px;
  color: rgb(43, 6, 6);
  font-size: 14px;
}

.sideShowCard {
  right: 40px;
  top: 20px;
  width: 180px;
  height: 230px;
  padding: 10px;
  font-size: 12px;
  background-color: rgb(242, 240, 238);
  border: 1px solid #40170b;
  border-radius: 8px;
  box-shadow: 2px 2px 2px rgb(66, 37, 1);
  line-height: 3.5;
  display: inline-block;
  flex-shrink: 0;
}

.design_line {
  background-color: rgb(43, 6, 6);
  height: 15px;
}

.episode_card {
  background-color: #f2f0ea;
  border-color: rgb(31, 9, 9);
  border-radius: 10px;
  padding: 5px;
  box-shadow: 2px 2px 2px rgb(66, 37, 1);
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  color: rgb(43, 6, 6);
}

#img_front {
  width: 180px;
  height: 250px;
  border-radius: 10px;
  border-color: rgb(31, 9, 9);
  box-shadow: 2px 2px 2px rgb(66, 37, 1);
  flex-shrink: 0;
}

#img_epi {
  border-radius: 10px;
  border-color: rgb(31, 9, 9);
  box-shadow: 2px 2px 2px rgb(66, 37, 1);
}

p {
  text-align: left;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(101, 59, 5);
  justify-content: baseline;
  margin: 0;
}

h2.show_card {
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(54, 32, 4);
  font-weight: 700;
  align-self: center;
  margin: 0 0 10 0;
}

a {
  text-decoration: inherit;
  color: inherit;
}

#title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  flex: 1;
}

#crossing {
  color: rgb(101, 59, 5);
  font-weight: 500px;
  text-decoration-line: underline;
  position: absolute;
  right: 20px;
  margin-top: 15px;
  font-size: 14px;
}

h3 {
  color: rgb(101, 59, 5);
  font-weight: 500px;
}

.summary {
  flex: 1;
  width: 500px;
  height: 230px;
  padding: 10px;
  font-size: 14px;
  background-color: rgb(242, 240, 238);
  border: 1px solid #40170b;
  border-radius: 8px;
  box-shadow: 2px 2px 2px rgb(66, 37, 1);
  line-height: 1.5;
}

.footer {
  height: 25px;
  background-color: rgb(243, 220, 175);
  border-color: rgb(31, 9, 9);
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  color: rgb(43, 6, 6);
  justify-items: center;
}

.linkfooter {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  color: rgb(43, 6, 6);
  text-decoration-line: underline;
}
label {
  display: none;
}
