/* For Town Sites */

.isValid {
  color: green;
  font-weight: 700;
}

.isFailed {
  color: red;
  font-weight: 700;
}

.stars {
  color: blue;
  font-size: 200%;
}

input.largerCheckbox {
  width: 40px;
  height: 40px;
}


/* templatemo Overrides */
.templatemo-content-container {	
  padding: 20px 50px; 
}

.emsTable th, td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: top;  
}

.emsTable th {
  text-align: center;
  font-weight: 600;
  color: green;
}

.modal {
  /* padding: 1em; */
  max-width: 50ch;
  /* border: 0; */
  /* box-shadow: 0 0 1em rgb(0 0 0 / .3); */

  & > * {
    margin: 0 0 0.5rem 0;
  }
}


.modal::backdrop {
  background: rgb(0 0 0 / 0.4);
}

/* extra styling */

body {
  min-height: 100vh;
  margin: 2rem;
  font-family: system-ui;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--gray-8);
  /* background-image: url('https://images.unsplash.com/photo-1644242629712-943ae5c8c4f3?crop=entropy&cs=srgb&fm=jpg&ixid=MnwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHx8MTY0Njc1MjQxNA&ixlib=rb-1.2.1&q=85'); */
  /* background-size: cover; */
}

h1 em {
  color: var(--cyan-9);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.button {
  border: 0;
  cursor: pointer;
  background:gray;
  color: red;
  font-weight: 700;
  padding: 10px 20px;
}

.button:hover,
.button:focus {
  background: cyan;
}

form {
  display: grid;
  gap: 1em;
}

/* Customize list styles */
.list-one-column {
    width: 100%;
    height: auto;
}

.list-one-column p {
    margin: 0 0 10px;
}

.list-one-column ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    line-height: 1.75;      
}

  .list-two-column {
    width: 100%;
    height: auto;
/*             
    max-width: 400px; 
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 16px;
    max-height: 300px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    font-size: 14px;
    color: #333;
*/

}

.list-two-column p {
    margin: 0 0 10px;
/*
    font-size: 14px;
*/
}

.list-two-column ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 8px;
}

  /*
.list-two-column ul li {
    font-size: 14px;
    color: #555;
}
  */

@media (max-width: 200px) {
    .list-two-column ul {
        grid-template-columns: 1fr;
    }
}
