
.subheader {
  text-align: center;
  font-style: italic;
  margin-bottom: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

th,
td {
  border: 1px solid black;
  padding: 5px;
  height: 25px;
}

.section-title {
  font-weight: 500;
  margin: 15px 0 5px 0;
}

.photo-box {
  float: right;
  width: 200px;
  height: 200px;
  border: 3px solid #818181;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
  margin-left: 10px;
  font-size: 15px;
  line-height: 1.2;
}

.photo-box p {
  margin: 5px 0;
}

.narrow-column {
  width: 30px;
}

.medium-column {
  width: 80px;
}

.plus-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
  font-weight: bold;
}

.instructions p {
  margin: 2px 0;
}
.input {
  height: 25px;
  padding-left: 0px;
  border: none;
  font-size: 14px;
  margin:0 5px;
}
.footer_input {
  height: 30px;
  border: none;
  padding: 0px 10px;
}

#preview {
  margin-top: 10px;
  max-width: 200px;
}
.upload-section {
  margin-top: 30px;
}
.photo-box {
  width: 150px;
  height: 200px;
  border: 2px dashed #aaa;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s;
}

.photo-box:hover {
  border-color: #333;
}

.photo-box p {
  margin: 5px;
  font-size: 14px;
  text-align: center;
}

.photo-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

.photo-box .text-overlay {
  z-index: 2;
}

input[type="file"] {
  display: none;
}
.display-none {
  display: none;
}
.fooder_line {
  width: 100%;
  border: solid 2px #297f87;
  margin-top: 15px;
}
