
html body {
  min-height: 100vh;
  background: #EFEFEF;
  color: #341630;
}

body.login {
}

.login h1 a.us-logo {
  background-image: url("//us-img.nyc3.digitaloceanspaces.com/docs/logo-seeds.png");
  background-size: contain;
}

ul.garden-grid span:first-child {
  display:none;
}

ul.garden-grid li {
  aspect-ratio: 1;
  min-height: 6rem;
}

#wp-submit {
  background-color: #64195e;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
}

table { 
    border-collapse: separate; 
    border-spacing: 0 10px; 
    margin-top: -10px; /* correct offset on first border spacing if desired */
}
table.garden-preview td {
    vertical-align: top;
    border-style: solid none;
    padding: 2rem;
    background-color: white;
}
table.garden-preview td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
table.garden-preview td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
}

table.garden-preview td.garden-preview-td {
  padding-top: 4.5rem;
}


.variety-meta {
  display: flex;
  flex-direction: row;
}

.variety-meta img {
  max-height: 48px;
}
  
.preview-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #afafaf;
  padding: 4px 2px;
  flex-grow: 1;
}

table.quick-list-varieties {
  max-width: 800px;
}

table.quick-list-varieties tr img {
  max-height: 84px;
}

.icon-name-variety {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 8px 2px;
  flex-grow: 1;
}

.little-icon {
  pointer-events: none;
  position:absolute;
  bottom: 2px;
  right: 2px;
  max-height: 40px;
}

.little-icon-large {
  pointer-events: none;
  max-height: 54px;
}
