/* Styles used only by the QGIS course page (included via tools/qgis-course/_metadata.yml). */

/* menu paths and keyboard keys */
.path { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: .83em; color: #2c2c2c; background: #f1f1ef; border: 1px solid #e3e3df; border-radius: 4px;
        padding: .08em .45em; white-space: nowrap; }
kbd { font-size: .8em; color: #333; background: #fafafa; border: 1px solid #cfcfcf; border-bottom-width: 2px;
      border-radius: 4px; padding: .05em .4em; }

/* screenshots, figures and captions */
img.shot { border: 1px solid #e2e2e2; border-radius: 4px; }
figure { margin: 2rem 0; }
.figure-caption, figcaption { font-size: .84rem; color: #6b6b6b; text-align: center; margin-top: .6rem; line-height: 1.45; }

/* tables: Quarto centers captioned tables inside a float; keep cells left-aligned */
table { font-size: .86rem; margin: 1.5rem 0; }
.quarto-float-tbl table, .quarto-float-tbl td, .quarto-float-tbl th { text-align: left; }
th { border-bottom: 2px solid #ddd !important; }
td, th { padding: .45rem .6rem !important; vertical-align: top; }

/* step lists and callouts */
.steps ol > li { margin-bottom: .7rem; }
.callout { font-size: .95em; margin: 1.6rem 0; }

/* citations in the text link to the reference list */
a.citation, .citation a { text-decoration: underline; }
