/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

#header {
  details[open] { /* pour id=menu */
    border-radius: 1rem; /* rounded-2xl */
    background-color: #022d2e;
    width: 260px;
  }
}

/* Doc Naoteq */
.title {
    color: #333;
    font-size: 1.8em;
    margin-bottom: 0.5em;
    text-align: center;
}

.subtitle {
    color: #555;
    font-size: 1.3em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.paragraph {
    color: #666;
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 1em;
}

.link {
    color: #0066cc;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1em;
}

.table-header {
    background-color: #f2f2f2;
    color: #333;
    font-size: 0.9em;
    padding: 0.5em;
    text-align: left;
}

.table-data {
    border: 1px solid #ddd;
    color: #666;
    font-size: 0.9em;
    padding: 0.5em;
}

.code-block {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    font-family: monospace;
    font-size: 0.7em;
    line-height: 1.5;
    margin-bottom: 1em;
    padding: 1em;
    /* white-space: pre-wrap; */
    word-break: break-all;
}
