ul {
    padding: 0;
    list-style-type: disc;
    padding-left: 20px;    
}

li {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}

dl {
    margin: 0;
    padding: 0;
}

dt {
    font-weight: bold;
    margin-top: 1em;
    margin-left: 0;
}

dd {
    margin: 0 0 0 0;
    line-height: 1.4;
    color: #888;
    font-style: italic;
}

.auth-images {
  display: block;
  margin: 0 auto;
  width: 800px; /* adjust this value to your preferred size */
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.small-images {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.google-access-token-button {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.google-login-screen {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.google-scopes {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.google-scopes-detailed {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.db-user-roles {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;

}

.db-join-table {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.jwt-cookie {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.jwt-io {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.stytch-component {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.stytch-email-redirect-ui {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}


.stytch-email-redirect {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}



.google-oidc-component {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.google-oidc-login {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.keycloak-settings {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grafana-login {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.keycloak-login {
  display: block;
  margin: 0 auto;
  width: auto; /* adjust this value to your preferred size */
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grafana-ui {
  display: block;
  margin: 0 auto;
  width: 700px; /* adjust this value to your preferred size */
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.db-user {
  display: block;
  margin: 0 auto;
  width: 250px; /* adjust this value to your preferred size */
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;

}

.db-role {
  display: block;
  margin: 0 auto;
  width: 250px; /* adjust this value to your preferred size */
  height: 400px; 
  margin-top: 20px;
  margin-bottom: 20px;

}

.db-user-roles {
  display: block;
  margin: 0 auto;
  width: 250px; /* adjust this value to your preferred size */
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-description-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: 2rem auto;
    padding: 1.25rem;
    border: 1px solid #555; /* slightly lighter border */
    border-radius: 8px;
    background-color: #2a2a2e; /* lighter than #1e1e1e */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* slightly stronger shadow for pop */
}

.image-description-block img {
    max-width: 100%;
    height: auto;
    border: 1px solid #666;
    border-radius: 4px;
    margin-bottom: 1rem;
    background-color: #3a3a3f;
}

.image-description-block p {
    font-size: 0.95rem;
    color: #e0e0e0; /* lighter text */
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

.image-description-block code {
    background-color: #3b3b3f;
    color: #fafafa;
    padding: 0 6px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.9rem;
}
