/* ©2025, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited. */

h1, h2, h3, h4, h5, h6, pre, code {
    text-align: left;  /* Keep headings and code blocks left-aligned */
}


/* --------------- corporate colors --------------- */

.ansys-lead {
    color: #373A36;
}

.ansys-steel {
    color: #898A8D;
}

.ansys-silver {
    color: #D9D8D6;
}

.ansys-gold {
    color: #FFB71B;
}

.ansys-dark-gold {
    color: #dfa21e;
}

/* --------------- standard colors --------------- */

.black {
    color: black;
}

.gray {
    color: gray;
}

.grey {
    color: gray;
}

.silver {
    color: silver;
}

.white {
    color: white;
}

.red {
    color: red;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

/* --------------- review marker --------------- */

.review {
    color: red
}

/* --------------- text size --------------- */

.small {
    font-size: small;
}

.medium {
    font-size: medium;
}

.large {
    font-size: large;
}

/* --------------- text style --------------- */

.bold {
    font-weight: bold
}

.italic {
    font-style: italic;
}

.center {
    text-align: center;
}

/* -------------- custom admonitions --------------- */

/* Add red border for 'todo' admonitions */
.admonition.todo, .admonition-todo, div.admonition.todo, div.admonition-todo {
    border: 2px solid #d32f2f !important;
    box-shadow: 0 0 0 1px #d32f2f33;
}

/* --------------- combined styles --------------- */

.medium-bold {
    font-size: medium;
    font-weight: bold
}

.large-bold {
    font-size: large;
    font-weight: bold
}

.large-ital {
    font-size: large;
    font-style: italic;
}

.large-bold-ital {
    font-size: large;
    font-weight: bold;
    font-style: italic;
}

/* --------------- combined styles with color --------------- */

.bold-gold {
    color: #dfa21e;
    font-weight: bold;
}

.medium-bold-gold {
    color:  #dfa21e;
    font-size: medium;
    font-weight: bold;
}

/* --------------- subtitles and card titles --------------- */

.subtitle {
    font-weight: 400;
    font-size: 1.25em;
}

.gold-subtitle {
    font-weight: 600;
    font-size: 1.5em;
    color: #c9921c;
}

.gold-card-title {
    font-weight: bold;
    font-size: 1.25em;
    color: #c9921c;
    line-height: 1.25;
    margin-bottom: .25rem !important;
    padding-bottom: 0 !important;
    padding-top: 0.1em;
    display: block;
}

/* --------------- dropdowns --------------- */

.dropdown-content {
    max-width: 100% !important;
}


/* --------------- template marker --------------- */

.template {
    display: none;
}

/* ====================== CUSTOM DROPDOWN CLASSES FOR ANSYS-SPHINX-THEME ====================== */

/* Custom dropdown class: kf-dropdown-wide - Makes dropdowns full-width */
.kf-dropdown-wide {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

/* --------------- footer --------------- */

.simai-footer .simai-footer-link {
        color: var(--pst-color-link) !important;
        text-decoration: underline;
}

.simai-footer .simai-footer-link:hover,
.simai-footer .simai-footer-link:focus {
        color: var(--pst-color-link-hover) !important;
}