/* IKE Theme Override for JaCoCo Reports */
/* Aligns JaCoCo's default styling with the Sentry Maven Skin */

body, td {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0;
    background: #fafafa;
}

body {
    padding: 20px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

h1 {
    font-size: 24px;
    font-weight: 600;
    color: #2d2d2d;
    margin: 16px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #6f42c1;
}

a {
    color: #6f42c1;
    text-decoration: none;
}

a:hover {
    color: #553098;
    text-decoration: underline;
}

/* Breadcrumb bar */
.breadcrumb {
    background: #343a40;
    color: #fff;
    padding: 10px 16px;
    border: none;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 13px;
}

.breadcrumb a {
    color: #c9b3f5;
}

.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb .info {
    float: right;
}

.breadcrumb .info a {
    color: #adb5bd;
    margin-left: 12px;
}

.breadcrumb .info a:hover {
    color: #fff;
}

/* Coverage table */
table.coverage {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
}

table.coverage thead {
    background: #6f42c1;
    color: #fff;
}

table.coverage thead td {
    padding: 8px 14px 8px 8px;
    border-bottom: 2px solid #553098;
    font-weight: 600;
    font-size: 13px;
}

table.coverage thead td.bar {
    border-left: 1px solid #8057d4;
}

table.coverage thead td.ctr1,
table.coverage thead td.ctr2 {
    border-left: 1px solid #8057d4;
}

table.coverage tbody td {
    padding: 6px 8px;
    border-bottom: 1px solid #e9ecef;
}

table.coverage tbody tr:hover {
    background: #f3effc !important;
}

table.coverage tbody td.bar {
    border-left: 1px solid #f0f0f0;
}

table.coverage tbody td.ctr1,
table.coverage tbody td.ctr2 {
    border-left: 1px solid #f0f0f0;
    padding-right: 14px;
}

table.coverage tfoot td {
    padding: 8px;
    font-weight: 600;
    background: #f8f9fa;
    border-top: 2px solid #dee2e6;
}

table.coverage tfoot td.bar {
    border-left: 1px solid #e9ecef;
}

table.coverage tfoot td.ctr1,
table.coverage tfoot td.ctr2 {
    border-left: 1px solid #e9ecef;
    padding-right: 14px;
}

/* Source code view */
pre.source {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background: #fff;
    font-family: "SF Mono", "Fira Code", "Fira Mono",
                 "Roboto Mono", monospace;
    font-size: 13px;
}

pre.source li {
    border-left: 1px solid #dee2e6;
    padding-left: 4px;
}

/* Footer */
.footer {
    margin-top: 24px;
    border-top: 1px solid #dee2e6;
    padding-top: 8px;
    font-size: 12px;
    color: #6c757d;
}

.footer a {
    color: #6c757d;
}
