/* Style CSS commun pour les fichiers index.html et ChangeLog.html */

/* Reset et styles de base */
html {
    box-sizing: border-box;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: #1D2026;
    color: #8A94A7;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/* Structure de la page */
.body-wrap {
    background: #1D2026;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container, .container-sm {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 481px) {
    .container, .container-sm {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.container {
    max-width: 1128px;
}

.container-sm {
    /* max-width: 848px; */
    max-width: 1048px;
}

.boxed-container {
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 24px 48px rgba(21, 24, 29, 0.24);
    mix-blend-mode: normal;
}

.section-inner {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
}

@media (min-width: 641px) {
    .section-inner {
        padding-top: 88px;
        padding-bottom: 88px;
    }
}

main {
    flex: 1 0 auto;
}

/* Typographie */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    clear: both;
    color: #fff;
    font-weight: 600;
    font-family: "IBM Plex Sans", sans-serif;
    margin-top: 24px;
    margin-bottom: 16px;
}

h1, .h1 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0px;
}

h2, .h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0px;
}

h3, .h3, blockquote {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
}

@media (min-width: 641px) {
    h1, .h1 {
        font-size: 44px;
        line-height: 54px;
    }

    h2, .h2 {
        font-size: 38px;
        line-height: 48px;
    }

    h3, .h3, blockquote {
        font-size: 32px;
        line-height: 42px;
    }
}

p {
    margin-top: 0;
}

a {
    color: #8A94A7;
    text-decoration: underline;
}

a:hover, a:active {
    outline: 0;
    text-decoration: none;
    color: #0270D7;
}

/* Éléments spécifiques */
.site-header {
    padding: 24px 0;
}

.site-header-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Boutons et liens */
.button {
    display: inline-flex;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
    background-color: #242830;
    color: #fff !important;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    text-align: center;
    white-space: nowrap;
}

.button:hover {
    background: #262a33;
}

.button-primary {
    background: #097dea;
    background: linear-gradient(65deg, #0270D7 0, #0F8AFD 100%);
}

.button-primary:hover {
    background: #0982f4;
    background: linear-gradient(65deg, #0275e1 0, #198ffd 100%);
}

/* Tables */
table {
    border-collapse: collapse;
    margin-bottom: 24px;
    width: 100%;
    background: #242830;
    color: #8A94A7;
}

tr {
    border-bottom: 1px solid #242830;
}

/* Styles spécifiques pour Asciidoctor (ChangeLog.html) */

/* Version header styling */
.sect2 > h3 {
    border-top: 1px solid #32373f;
    padding-top: 1.5em;
    margin-top: 2em;
    font-size: 1.75em;
    color: #ffffff;
}

.sect2:first-child > h3 {
    border-top: none;
    margin-top: 0.5em;
}

/* Version header with special marker for newest versions */
.sect2 > h3::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #0270D7;
    border-radius: 50%;
    margin-right: 10px;
    opacity: 0;
    transition: opacity 0.2s;
}

.sect2:nth-child(1) > h3::before,
.sect2:nth-child(2) > h3::before,
.sect2:nth-child(3) > h3::before {
    opacity: 1;
}

/* Section title styling */
.sect3 > h4 {
    color: #00BFFB;
    margin: 1.5em 0 0.8em 0;
    font-size: 1.25em;
    border-bottom: 1px solid rgba(0, 191, 251, 0.2);
    padding-bottom: 0.5em;
    display: inline-block;
}

/* Improve list items in changelog */
/* .sect3 ul li p {
    padding: 0.5em 0;
} */

/* Bugfix items styling */
.sect3 h4[id^="_bugfix"] + .ulist ul li p {
    padding-left: 10px;
    margin-left: -10px;
}

/* Feature items styling */
.sect3 h4[id^="_feature"] + .ulist ul li p {
    padding-left: 10px;
    margin-left: -10px;
}

.ulist {
    margin-left: 3.8rem;
}

/* Structure de base pour le document Asciidoctor */
body.book {
    background: #1D2026;
    color: #8A94A7;
    display: flex;
    min-height: 100vh;
    line-height: 1.7;
    font-size: 16px;
}

/* Structure pour le header dans Asciidoctor */
#header {
    position: relative;
}

/* Déplacer le titre et les détails dans le contenu principal plutôt que dans la TOC */
body.toc2 #header h1,
body.toc2 #header .details {
    /* Cacher les éléments dans la barre latérale */
    display: none;
}

/* Ajouter le titre au début du contenu principal */
body.toc2 #content:before {
    content: "Changelog and release notes";
    display: block;
    color: #ffffff;
    font-size: 2.25em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #0270D7;
}

/* Ajouter les informations de version après le titre */
body.toc2 #content .sect1:first-child:before {
    content: "Tixeo\A support@tixeo.com\A version 17.1.11.1, 14/04/2025";
    white-space: pre-line;
    display: block;
    margin-bottom: 2em;
    color: #8A94A7;
    font-size: 0.9em;
    padding-bottom: 1em;
    border-bottom: 1px solid #32373f;
}

/* Table des matières */
body.toc2 {
    padding-left: 20em;
}

body.toc-left #toc.toc2 {
    left: 0;
}

#toc.toc2 {
    background: #242830;
    border-right: 1px solid #32373f;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 20em;
    z-index: 1000;
    padding: 1.5em 1.25em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#toc.toc2 #toctitle {
    color: #ffffff;
    font-size: 1.5em;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #0270D7;
}

#toc ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}

#toc ul ul {
    margin-left: 0.8em;
    margin-top: 0.3em;
}

#toc li {
    margin-bottom: 0.5em;
}

#toc a {
    color: #8A94A7;
    text-decoration: none;
    display: block;
    padding: 0.3em 0;
    border-left: 2px solid transparent;
    padding-left: 0.5em;
    transition: all 0.2s ease-in-out;
}

#toc a:hover {
    color: #fff;
    border-left-color: #0270D7;
    padding-left: 0.75em;
    text-decoration: none;
}

/* Version in TOC highlighting */
#toc a[href^="#_v"] {
    font-weight: bold;
}

/* Current section highlighting */
#toc li > a:target,
#toc a:active {
    color: #0270D7;
    border-left-color: #0270D7;
}

/* En-tête et contenu principal */
#header {
    padding: 1.5rem 1.5rem 0;
}

#header h1 {
    color: #ffffff;
    /* border-bottom: 2px solid #0270D7; */
    padding-bottom: 0.75em;
    font-size: 2.25em;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

#header .details {
    padding: 0.5em 0 1.5em 0;
    font-size: 0.9em;
    border-bottom: 1px solid #32373f;
    margin-bottom: 2em;
}

#content {
    padding: 0 1.5rem 2rem;
}

/* Sections et titres */
.sect1 {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #32373f;
}

.sect1:last-child {
    border-bottom: none;
}

.sect1 h2, .sect2 h3, .sect3 h4, .sect4 h5 {
    color: #ffffff;
}

/* Tableaux et listes */
#content table {
    background: #242830;
    border: 1px solid #32373f;
    /*margin-bottom: 1.5rem;*/
}

#content th {
    background: #32373f;
    color: #ffffff;
    padding: 0.75rem;
    text-align: left;
}

#content td {
    padding: 0.75rem;
    border: 1px solid #32373f;
}

#content ul, #content ol {
    margin-left: 0;
    margin-bottom: 1.5rem;
}

/* Code et préformatage */
pre, code {
    background: #242830;
    border-radius: 3px;
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.2em 0.4em;
}

pre {
    padding: 1rem;
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

/* Responsive pour petits écrans */
@media screen and (max-width: 768px) {
    body.toc2 {
        padding-left: 0;
    }
    
    #toc.toc2 {
        position: static;
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #32373f;
        margin-bottom: 2rem;
    }
    
    #content {
        padding: 0 1rem 1rem;
    }
}

th {
    text-align: left;
    color: #fff;
}

th, td {
    padding: 10px 16px;
}

/* Code */
pre, code, kbd, tt, var {
    font-family: monospace;
    background: #2a2e37;
    color: #8A94A7;
}

pre {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}

code, kbd, tt, var {
    font-size: 16px;
    padding: 2px 4px;
}

/* Footer */
.site-footer {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}

.site-footer-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 48px;
}

.footer-brand, .footer-links, .footer-social-links, .footer-copyright {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

/* Spécifique pour ChangeLog.html */
#header, #content, #footnotes, #footer {
    width: 100%;
    margin: 0 auto;
    max-width: 62.5em;
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
}

#content {
    margin-top: 1.25em;
    color: #8A94A7;
}

/* Correction pour les listes et les éléments de texte */
ul, ol, dl {
    line-height: 1.6;
    margin-bottom: 1.25em;
    list-style-position: outside;
    color: #8A94A7;
}

/* Suppression des puces pour toutes les listes ul */
ul {
    list-style-type: none;
    padding-left: 0;
}

li, dt, dd, p {
    color: #8A94A7;
}

/* Styles pour les blocs de code et les exemples */
.listingblock pre, .literalblock pre {
    background: #2a2e37;
    color: #8A94A7;
    padding: 20px;
    border-radius: 4px;
}

/* Styles pour les sections */
.sect1, .sect2, .sect3 {
    margin-bottom: 2em;
}

.sectionbody {
    margin-top: 1em;
}

/* Styles pour les admonitions */
/* Styles de base pour tous les blocs d'admonition */
.admonitionblock {
    margin: 1.5em 0;
    padding: 0;
    background: #242830;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.admonitionblock table {
    margin-bottom: 0;
    width: 100%;
    border-collapse: collapse;
}

.admonitionblock td.icon {
    width: 80px;
    text-align: center;
    vertical-align: middle;
    padding: 1em;
    border-right: 1px solid rgba(138, 148, 167, 0.2);
}

.admonitionblock td.content {
    padding: 1em 1.5em;
    color: #8A94A7;
    vertical-align: middle;
}

.admonitionblock .title {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Style spécifique pour les blocs warning */
.admonitionblock.warning {
    background: rgba(224, 79, 26, 0.05);
    border-left: 4px solid #E04F1A;
}

.admonitionblock.warning td.icon {
    background-color: rgba(224, 79, 26, 0.1);
    border-right-color: rgba(224, 79, 26, 0.2);
}

.admonitionblock.warning .title {
    color: #E04F1A;
}

/* Style spécifique pour les blocs note */
.admonitionblock.note {
    background: rgba(2, 112, 215, 0.05);
    border-left: 4px solid #0270D7;
}

.admonitionblock.note td.icon {
    background-color: rgba(2, 112, 215, 0.1);
    border-right-color: rgba(2, 112, 215, 0.2);
}

.admonitionblock.note .title {
    color: #0270D7;
}

/* Style spécifique pour les blocs important */
.admonitionblock.important {
    background: rgba(0, 191, 251, 0.05);
    border-left: 4px solid #00BFFB;
}

.admonitionblock.important td.icon {
    background-color: rgba(0, 191, 251, 0.1);
    border-right-color: rgba(0, 191, 251, 0.2);
}

.admonitionblock.important .title {
    color: #00BFFB;
}

/* Style spécifique pour les blocs tip */
.admonitionblock.tip {
    background: rgba(2, 203, 177, 0.05);
    border-left: 4px solid #02CBB1;
}

.admonitionblock.tip td.icon {
    background-color: rgba(2, 203, 177, 0.1);
    border-right-color: rgba(2, 203, 177, 0.2);
}

.admonitionblock.tip .title {
    color: #02CBB1;
}

/* Style spécifique pour les blocs caution */
.admonitionblock.caution {
    background: rgba(250, 173, 27, 0.05);
    border-left: 4px solid #FAAD1B;
}

.admonitionblock.caution td.icon {
    background-color: rgba(250, 173, 27, 0.1);
    border-right-color: rgba(250, 173, 27, 0.2);
}

.admonitionblock.caution .title {
    color: #FAAD1B;
}

/* Style pour le TOC */
#toc {
    background: #242830;
    padding: 1em;
    margin-bottom: 2em;
    border-radius: 4px;
}

#toc .title {
    color: #fff;
    font-weight: bold;
}

#toctitle {
    color: #fff;
}

#toc ul {
    list-style-type: none;
    padding-left: 1.5em;
}

#toc a {
    color: #8A94A7;
    text-decoration: none;
    display: block;
    padding: 0.3em 0;
    border-left: 2px solid transparent;
    padding-left: 0.5em;
    transition: all 0.2s ease-in-out;
}

#toc a:hover {
    color: #0270D7;
}

/* Style pour les tableaux */
.tableblock {
    color: #8A94A7;
}

.tableblock thead tr th {
    background: #242830;
    color: #fff;
}

.tableblock tbody tr {
    background: #1D2026;
}

.tableblock tbody tr:nth-child(even) {
    background: #242830;
}

/* Styles utilitaires */
.is-boxed {
    background: #242830;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-primary {
    color: #0270D7;
}

/* --------------------------------------------------------
 * HERO SECTION
 * -------------------------------------------------------- */
.hero {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 88px;
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.hero-cta {
    margin-bottom: 40px;
}

/* Hero Figure */
.hero-figure {
    position: relative;
}

.hero-figure svg {
    width: 100%;
    height: auto;
}

.hero-figure::before,
.hero-figure::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}

/* Animation states */
.has-animations .hero-figure::before,
.has-animations .hero-figure::after {
    opacity: 0;
    transition: opacity 2s ease;
}

.anime-ready .has-animations .hero-figure::before,
.anime-ready .has-animations .hero-figure::after {
    opacity: 1;
}

/* Background illustrations */
.hero-figure::before {
    top: -57.8%;
    left: -1.3%;
    width: 152.84%;
    height: 178.78%;
    background-image: url("../images/hero-back-illustration.svg");
}

.hero-figure::after {
    top: -35.6%;
    left: 99.6%;
    width: 57.2%;
    height: 87.88%;
    background-image: url("../images/hero-top-illustration.svg");
}

/* Hero figure boxes (decorative elements) */
.hero-figure-box {
    position: absolute;
    top: 0;
    will-change: transform;
}

.hero-figure-box-01,
.hero-figure-box-02,
.hero-figure-box-03,
.hero-figure-box-04,
.hero-figure-box-08,
.hero-figure-box-09 {
    overflow: hidden;
}

.hero-figure-box-01::before,
.hero-figure-box-02::before,
.hero-figure-box-03::before,
.hero-figure-box-04::before,
.hero-figure-box-08::before,
.hero-figure-box-09::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform-origin: 100% 100%;
}

/* Box 01 */
.hero-figure-box-01 {
    left: 103.2%;
    top: 41.9%;
    width: 28.03%;
    height: 37.37%;
    background: linear-gradient(to left top, #00BFFB, rgba(0,191,251,0));
    transform: rotateZ(45deg);
}

.hero-figure-box-01::before {
    background: linear-gradient(to left, #15181D 0%, rgba(21,24,29,0) 60%);
    transform: rotateZ(45deg) scale(1.5);
}

/* Box 02 */
.hero-figure-box-02 {
    left: 61.3%;
    top: 64.1%;
    width: 37.87%;
    height: 50.50%;
    background: linear-gradient(to left top, #0270D7, rgba(2,112,215,0));
    transform: rotateZ(-45deg);
}

.hero-figure-box-02::before {
    background: linear-gradient(to top, #15181D 0%, rgba(21,24,29,0) 60%);
    transform: rotateZ(-45deg) scale(1.5);
}

/* Box 03 */
.hero-figure-box-03 {
    left: 87.7%;
    top: -56.8%;
    width: 56.81%;
    height: 75.75%;
    background: linear-gradient(to left top, #00BFFB, rgba(0,191,251,0));
}

.hero-figure-box-03::before {
    background: linear-gradient(to left, #15181D 0%, rgba(21,24,29,0) 60%);
    transform: rotateZ(45deg) scale(1.5);
}

/* Box 04 */
.hero-figure-box-04 {
    left: 54.9%;
    top: -8%;
    width: 45.45%;
    height: 60.60%;
    background: linear-gradient(to left top, #0270D7, rgba(2,112,215,0));
    transform: rotateZ(-135deg);
}

.hero-figure-box-04::before {
    background: linear-gradient(to top, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0) 60%);
    transform: rotateZ(-45deg) scale(1.5);
}

/* Box 05-07 (solid boxes) */
.hero-figure-box-05,
.hero-figure-box-06,
.hero-figure-box-07 {
    background-color: #242830;
    box-shadow: -20px 32px 64px rgba(0,0,0,0.25);
}

.hero-figure-box-05 {
    left: 17.4%;
    top: 13.3%;
    width: 64%;
    height: 73.7%;
    transform: perspective(500px) rotateY(-15deg) rotateX(8deg) rotateZ(-1deg);
}

.hero-figure-box-06 {
    left: 65.5%;
    top: 6.3%;
    width: 30.3%;
    height: 40.4%;
    transform: rotateZ(20deg);
}

.hero-figure-box-07 {
    left: 1.9%;
    top: 42.4%;
    width: 12.12%;
    height: 16.16%;
    transform: rotateZ(20deg);
}

/* Box 08 (blue box) */
.hero-figure-box-08 {
    left: 27.1%;
    top: 81.6%;
    width: 19.51%;
    height: 26.01%;
    background: #0270D7;
    transform: rotateZ(-22deg);
}

.hero-figure-box-08::before {
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.48) 100%);
    transform: rotateZ(45deg) scale(1.5);
}

/* Box 09 (light blue box) */
.hero-figure-box-09 {
    left: 42.6%;
    top: -17.9%;
    width: 6.63%;
    height: 8.83%;
    background: #00BFFB;
    transform: rotateZ(-52deg);
}

.hero-figure-box-09::before {
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.64) 100%);
    transform: rotateZ(45deg) scale(1.5);
}

/* Box 10 (transparent blue accent) */
.hero-figure-box-10 {
    left: -3.8%;
    top: 4.3%;
    width: 3.03%;
    height: 4.04%;
    background: rgba(0,191,251,0.32);
    transform: rotateZ(-50deg);
}

/* Mobile styles */
@media (max-width: 640px) {
    .hero-cta {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-cta .button {
        display: flex;
    }
    
    .hero-cta .button + .button {
        margin-top: 16px;
    }
    
    /* Hide some decorative elements on mobile */
    .hero-figure::after,
    .hero-figure-box-03,
    .hero-figure-box-04,
    .hero-figure-box-09 {
        display: none;
    }
}

/* Desktop styles */
@media (min-width: 641px) {
    .hero {
        text-align: left;
        padding-top: 64px;
        padding-bottom: 88px;
    }
    
    .hero-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .hero-copy {
        padding-right: 64px;
        min-width: 552px;
        width: 552px;
    }
    
    .hero-cta {
        margin: 0;
    }
    
    .hero-cta .button {
        min-width: 170px;
    }
    
    .hero-cta .button:first-child {
        margin-right: 16px;
    }
    
    .hero-figure svg {
        width: auto;
    }
}

/* Styles améliorés pour le bloc Supported Distributions */
.tix-table-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #2C3039;
    padding: 32px;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}

.tix-table-inner>* {
    position: relative;
    width: 100%;
}

.tix-table-main {
    width: 100%;
}

.tix-table-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}

.tix-table-price-amount.h2 {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.tix-table-features-title {
    color: #ffffff;
    font-size: 1.4em !important;
    font-weight: 600;
    /* border-left: 4px solid #0270D7; */
    padding-left: 10px !important;
    /* margin: 20px 0 15px 0; */
}

.tix-table-features {
    margin: 0 0 20px 15px;
    padding: 0;
}

.tix-table-features li {
    margin-bottom: 12px;
    position: relative;
    list-style: none;
}

.tix-table-features li span {
    color: #e9edf3;
    font-size: 1em !important;
}

.tix-table-features li::before {
    content: "•";
    color: #00BFFB;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
}

/* Classes utilitaires utilisées dans le HTML */
.pt-24 { padding-top: 24px; }
.pb-24 { padding-bottom: 24px; }
.text-xs { font-size: 0.875em; }

/* Tag styling for components */
sup.aqua,
sup.blue,
sup.teal,
sup.navy {
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 8px;
    font-size: 0.75em;
    letter-spacing: 0.5px;
}

.aqua {
    color: #00bfbf;
}

sup.aqua {
    background-color: rgba(0, 191, 191, 0.2);
    color: #00bfbf;
}

.blue {
    color: #ce7208;
}

sup.blue {
    background-color: rgba(206, 114, 8, 0.2);
    color: #ce7208;
}

.teal {
    color: #006060;
}

sup.teal {
    background-color: rgba(0, 96, 96, 0.2);
    color: #006060;
}

.navy {
    color: #6666c5;
}

sup.navy {
    background-color: rgba(102, 102, 197, 0.2);
    color: #6666c5;
}