*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body.maj-login-page {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    background: #f5f5f5;
    color: #666;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* =========================================================
   HEADER
   ========================================================= */

.site-topbar {
    background: #ef7d00;
    color: #fff;
    font-size: 14px;
}

.site-topbar-inner {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.site-topbar-inner a {
    color: #fff;
    text-decoration: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.7em;
}

.site-navbar {
    background: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
}

.site-navbar-inner {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.site-logo {
    height: 72px;
    width: auto;
    display: block;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
}

.nav-item {
    position: relative;
}

.nav-item>a {
    color: #666;
    text-decoration: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    padding: 10px 0;
    display: inline-block;
}

.nav-item>a:hover {
    color: #ec6608;
}

.nav-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    border: 0;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
    z-index: 50;
}

.nav-dropdown a {
    display: block;
    padding: 12px 18px;
    color: #666;
    text-decoration: none;
    white-space: normal;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
}

.nav-dropdown a:hover {
    background: #f8f8f8;
    color: #ec6608;
}

.nav-item-dropdown:hover .nav-dropdown {
    display: block;
}

.site-cta-bar {
    background: #ef7d00;
    text-align: center;
    padding: 4px 12px;
}

.site-cta-bar a {
    color: #fff;
    text-decoration: underline;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.7em;
}

/* =========================================================
   LOGIN MAIN
   ========================================================= */

.maj-login-main {
    position: relative;
    min-height: 600px;
    padding: 54px 0;
    overflow: hidden;
    background-color: #ffffff;
    /*background-image: url('https://cmi-menuiserie.fr/wp-content/uploads/2025/02/Fond-CMI-8-scaled.jpg');*/
    background: url("/maj/img/fond_vs.jpg") center center / cover no-repeat;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.maj-login-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(232, 101, 13, 0.74);
    z-index: 1;
}

.maj-login-wrap {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.maj-alert {
    padding: 12px 14px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 18px;
}

.maj-alert-error {
    background: #fff0f0;
    border: 1px solid #cc0000;
    color: #cc0000;
}

.maj-alert-info {
    background: #e8f5ff;
    border: 1px solid #0077cc;
    color: #005fa3;
}

.maj-login-hero-text {
    max-width: 1080px;
    margin: 0 auto 36px auto;
    padding: 27px 20px 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

.maj-login-form-wrap {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.maj-login-card {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: none;
    padding: 28px 26px;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.maj-login-brand {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.maj-login-brand img {
    max-width: 150px;
    height: auto;
    display: block;
}

.maj-login-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.maj-login-form h2 {
    margin: 0 0 4px 0;
    color: #ffffff;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.15em;
    text-align: center;
}

.maj-login-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.maj-login-field label {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
    color: #ffffff;
}

.maj-login-field input[type="text"],
.maj-login-field input[type="email"],
.maj-login-field input[type="password"] {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.maj-login-field input::placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.maj-login-field input:focus {
    outline: none;
    border-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}

.maj-login-inline {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.maj-login-help {
    color: rgba(255, 255, 255, 0.88);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.maj-login-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 6px;
}

.maj-login-submit {
    width: 100%;
    border: 0;
    border-radius: 100px;
    padding: 12px 24px;
    background: #FFFFFF;
    color: #E8650D;
    font-family: 'Proza Libre', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7em;
    cursor: pointer;
    transition: all 300ms ease 0ms;
}

.maj-login-submit:hover {
    color: #FFFFFF;
    background: #e8650d;
    transform: none;
}

.maj-login-bottom-link {
    margin-top: 16px;
    text-align: center;
}

.maj-login-bottom-link a {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.maj-login-bottom-link a:hover {
    color: #fff3e6;
}

.maj-login-box-hidden {
    display: none;
}

.maj-login-kicker {
    margin: 0 0 12px 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.maj-login-title {
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 53px;
    font-weight: 600;
    line-height: 1.15em;
    color: #FFFFFF;
    text-align: center;
}

.maj-login-subtitle {
    margin: 0 auto;
    max-width: 980px;
    padding-bottom: 0;
    font-family: 'Proza Libre', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #FFFFFF;
    text-align: center;
}

.maj-login-subtitle strong {
    font-weight: 700;
}

.maj-login-points {
    margin: 22px auto 0 auto;
    padding: 0;
    max-width: 760px;
    color: #ffffff;
    font-family: 'Proza Libre', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    text-align: left;
    list-style-position: outside;
}

.maj-login-points li {
    margin: 0 0 10px 20px;
}

/* =========================================================
   LOGIN MAIN - FOND ESPACE CLIENT
   ========================================================= */

.espace-client-login-page .maj-login-main {
    background: url("/espace_client/assets/fond_espace_client.jpg") center center / cover no-repeat;
}

/* =========================================================
   LOGIN ESPACE CLIENT - ALIGNEMENT VISUEL AVEC PAGE MAJ
   ========================================================= */

.espace-client-login-page .maj-login-main {
    min-height: 600px;
    padding: 54px 0;
    background:
        linear-gradient(rgba(196, 82, 0, 0.82), rgba(196, 82, 0, 0.82)),
        url("/espace_client/assets/fond_espace_client.jpg") center center / cover no-repeat;
}

.espace-client-login-page .maj-login-hero-text {
    margin-bottom: 34px;
}

.espace-client-login-page .maj-login-title {
    font-size: 50px;
    line-height: 1.08;
    margin-bottom: 12px;
}

.espace-client-login-page .maj-login-subtitle {
    max-width: 850px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.45;
}

.espace-client-login-page .maj-login-card {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(4px);
}

.espace-client-login-page .maj-login-form h2 {
    font-size: 34px;
    margin-bottom: 28px;
}

.espace-client-login-page .maj-login-field input {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.45);
}

.espace-client-login-page .maj-login-field input::placeholder {
    color: rgba(255, 255, 255, 0.82);
}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
    background: #f3f3f3;
    border-top: 1px solid #e4e4e4;
    padding: 56px 0 46px;
}

.site-footer-inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1.3fr 1.2fr;
    gap: 48px;
}

.site-footer h3 {
    margin: 0 0 18px 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #40505f;
}

.footer-links {
    display: grid;
    gap: 14px;
}

.footer-links.two-cols {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    column-gap: 34px;
    row-gap: 18px;
}

.footer-links a,
.footer-contact a,
.social-links a {
    color: #5b6470;
    text-decoration: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
}

.footer-links a:hover,
.footer-contact a:hover,
.social-links a:hover {
    color: #ef7d00;
}

.footer-contact p {
    margin: 0 0 16px 0;
    color: #5b6470;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.social-links a {
    font-weight: 600;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
    .site-navbar-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 0;
    }

    .site-nav {
        gap: 18px;
    }

    .site-footer-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 980px) {
    .maj-login-wrap {
        width: min(100%, calc(100% - 24px));
    }

    .maj-login-main {
        padding: 28px 0 48px;
    }

    .maj-login-form-wrap {
        max-width: 100%;
    }

    .maj-login-card {
        padding: 24px 20px;
    }

    .maj-login-title {
        font-size: 36px;
    }

    .maj-login-subtitle,
    .maj-login-points {
        font-size: 15px;
    }
}

@media (max-width: 720px) {
    .site-topbar-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 8px 0;
    }

    .site-navbar-inner {
        min-height: auto;
        padding: 14px 0;
    }

    .site-nav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 10px;
    }

    .nav-item {
        width: 100%;
    }

    .nav-item>a {
        width: 100%;
    }

    .nav-dropdown {
        position: static;
        display: block;
        border: none;
        box-shadow: none;
        background: transparent;
        padding: 0 0 8px 14px;
    }

    .nav-dropdown a {
        padding: 8px 0;
    }

    .footer-links.two-cols {
        grid-template-columns: 1fr;
    }

    .maj-login-title {
        font-size: 30px;
    }

    .maj-login-form h2 {
        font-size: 28px;
    }
}

/* =========================================================
   DOWNLOADS PAGE
   ========================================================= */

body.maj-download-page {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    background: #f5f5f5;
    color: #666;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.site-user-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 16px;
}

.site-user-badge {
    display: inline-flex;
    align-items: center;
    max-width: 260px;
    min-height: 36px;
    padding: 0 12px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-logout-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    background: #e8650d;
    color: #fff;
    text-decoration: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    transition: background-color 0.2s ease;
}

.site-logout-link:hover {
    background: #cf5a0d;
}

.download-main {
    background: #f5f5f5;
    padding: 40px 0 64px;
}

.download-container {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    gap: 22px;
}

.download-section {
    background: #ffffff;
    border: 1px solid #ececec;
    padding: 28px 30px;
}

.download-hero {
    background: linear-gradient(180deg, rgba(232, 101, 13, 0.08) 0%, rgba(232, 101, 13, 0.02) 100%), #ffffff;
    border-top: 4px solid #e8650d;
}

.download-page-title {
    margin: 0 0 10px 0;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.15em;
    color: #2f3a4a;
}

.download-page-subtitle {
    margin: 0;
    font-family: 'Proza Libre', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #5b6470;
}

.download-page-subtitle-tight {
    margin-bottom: 22px;
}

.download-message-wrap {
    margin-top: 18px;
}

.maj-alert-success {
    background: #e8ffe8;
    border: 1px solid #00b300;
    color: #006600;
}

.maj-alert-warn {
    background: #fff8e5;
    border: 1px solid #d8a200;
    color: #8a6d3b;
}

.download-section-title,
.tool-section-header h2,
.admin-card h3 {
    margin: 0 0 8px 0;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    color: #2f3a4a;
}

.tool-section-header p,
.admin-card p {
    margin: 0;
    color: #5b6470;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
}

.tool-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.tool-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border: 1px solid #ececec;
    background: #fafafa;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.tool-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-color: rgba(232, 101, 13, 0.35);
}

.tool-icon {
    font-size: 26px;
    line-height: 1;
}

.tool-title {
    font-family: 'Proza Libre', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2f3a4a;
    line-height: 1.5;
}

.tool-desc {
    color: #5b6470;
    font-size: 14px;
    line-height: 1.7em;
}

.admin-section {
    border-top: 4px solid #2f3a4a;
}

.admin-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #ececec;
    background: #fafafa;
    color: #2f3a4a;
    padding: 16px 18px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.admin-toggle-arrow {
    font-size: 18px;
    line-height: 1;
}

.admin-panel {
    margin-top: 18px;
}

.admin-links {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 0;
}

.tool-card-admin {
    background: #fff;
}

.admin-stack {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.admin-card {
    border: 1px solid #ececec;
    background: #fafafa;
    padding: 22px;
}

.admin-card-danger {
    border-color: rgba(204, 0, 0, 0.18);
    background: #fff8f8;
}

.admin-card-warning {
    border-color: rgba(216, 162, 0, 0.25);
    background: #fffdf4;
}

.admin-form {
    margin-top: 16px;
    display: grid;
    gap: 14px;
}

.admin-input {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #2f3a4a;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
}

.admin-input:focus {
    outline: none;
    border-color: #e8650d;
    box-shadow: 0 0 0 3px rgba(232, 101, 13, 0.12);
}

.btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    background: #e8650d;
    color: #fff;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    font-family: 'Proza Libre', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-download:hover {
    background: #cf5a0d;
    transform: translateY(-1px);
}

.btn-secondary {
    background: #2f3a4a;
}

.btn-secondary:hover {
    background: #243140;
}

.btn-danger {
    background: #cc0000;
}

.btn-danger:hover {
    background: #a70000;
}

.btn-warning {
    background: #d8a200;
    color: #2f2f2f;
}

.btn-warning:hover {
    background: #bf8f00;
    color: #1f1f1f;
}

.drop-area {
    border: 2px dashed rgba(232, 101, 13, 0.35);
    background: #fff;
    padding: 22px;
    text-align: center;
    cursor: pointer;
    color: #5b6470;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.drop-area.dragover {
    border-color: #e8650d;
    background: rgba(232, 101, 13, 0.05);
}

.file-status {
    margin: 12px 0 0;
    color: #2f3a4a;
    font-weight: 600;
}

.progress-wrapper {
    display: none;
    margin-bottom: 18px;
    padding: 18px;
    background: #fafafa;
    border: 1px solid #ececec;
}

.progress-text {
    margin: 0 0 10px 0;
    font-weight: 700;
    color: #2f3a4a;
}

.progress-track {
    width: 100%;
    height: 14px;
    background: #e9edf2;
    overflow: hidden;
}

.progress-bar {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #e8650d 0%, #f28b1a 100%);
    transition: width 0.2s linear;
}

.modal-box {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.35);
    z-index: 200;
}

.modal-content {
    width: min(520px, 100%);
    background: #fff;
    padding: 26px;
    border-top: 4px solid #e8650d;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.modal-title {
    margin: 0 0 12px 0;
    font-weight: 700;
}

.modal-close-btn {
    margin-top: 20px;
}

.rgpd-box {
    margin-bottom: 20px;
    padding: 16px 18px;
    background: #fafafa;
    border: 1px solid #ececec;
    color: #5b6470;
}

.rgpd-box label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.7em;
}

.rgpd-box input[type="checkbox"] {
    margin-top: 3px;
    flex: 0 0 auto;
}

.download-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.download-card {
    border: 1px solid #ececec;
    background: #fafafa;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.download-card h2 {
    margin: 0;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #2f3a4a;
    line-height: 1.15em;
}

.download-card p {
    margin: 0;
    color: #5b6470;
    font-size: 14px;
    line-height: 1.7em;
}

@media (max-width: 1200px) {
    .tool-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .site-user-actions {
        width: 100%;
        margin-left: 0;
        justify-content: space-between;
    }

    .download-container {
        width: min(100%, calc(100% - 24px));
    }

    .download-main {
        padding: 28px 0 48px;
    }

    .download-section {
        padding: 22px 20px;
    }

    .download-page-title {
        font-size: 30px;
    }

    .download-list,
    .tool-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .site-user-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .site-user-badge,
    .site-logout-link {
        width: 100%;
        justify-content: center;
    }

    .rgpd-box label {
        display: block;
    }
}

/*Badges sur carte statistiques*/

.tool-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin-top: 8px;
}

.tool-badge-danger {
    background: #ffe9e9;
    color: #d63b3b;
}