.elc-ldquiz-last-quiz {
    margin-bottom: 1.5em;
}

.elc-ldquiz-last-quiz table {
    margin: 0 0 1.5em;
}

.elc-ldquiz-last-quiz details div {
    padding: 0.125em 1em;
}

.elc-ldquiz-last-quiz .elc-ldquiz-breadcrumbs {
    background: #f0f3f6;
    border-radius: 6px;
    padding: .5em 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.elc-ldquiz-last-quiz .elc-ldquiz-breadcrumbs .elc-ldquiz-breadcrumbs-segments {
    font-size: .75em;
    overflow: hidden;
    padding-right: 1em;
}

.elc-ldquiz-last-quiz .elc-ldquiz-breadcrumbs .elc-ldquiz-breadcrumbs-segments span {
    display: inline;
}

.elc-ldquiz-last-quiz .elc-ldquiz-breadcrumbs .elc-ldquiz-breadcrumbs-segments span:after {
    content: " > ";
    unicode-bidi: plaintext;
}

.elc-ldquiz-last-quiz .elc-ldquiz-breadcrumbs .elc-ldquiz-breadcrumbs-segments span:last-child:after {
    display: none
}

.elc-ldquiz-last-quiz .elc-ldquiz-breadcrumbs .elc-ldquiz-breadcrumbs-segments span a {
    color: #5d5d5d;
    font-weight: 700;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-custom-fields {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 2em 0 0.25em 0;
    text-align: left;
    width: 100%;
}

.elc-ldquiz-last-quiz .elc-ldquiz-custom-fields tr:nth-of-type(1) {
    background-color: #f5f5f5;
}

.elc-ldquiz-last-quiz .elc-ldquiz-custom-fields th {
    padding: 10px;
}

.elc-ldquiz-last-quiz .elc-ldquiz-custom-fields td {
    padding: 10px;
}

.elc-ldquiz-last-quiz .elc-ldquiz-custom-fields td:nth-of-type(1) {
    width: 20%;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-questions-answers {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 2em 0 0.25em 0;
    text-align: left;
    width: 100%;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-questions-answers tr:nth-of-type(1) {
    background-color: #f5f5f5;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-questions-answers td {
    padding: 10px;
    border: 1px solid #ddd;
    width: 50%;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-questions-answers td.centered {
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-questions-answers td:last-of-type {
    text-align: left;
    width: 100%;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-question-category {
    border: none;
    font-size: 90%;
    margin: 0;
    width: auto;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-question-summary {
    border: none;
    font-size: 90%;
    width: auto;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-question-category tr,
.elc-ldquiz-last-quiz table.elc-ldquiz-question-category td,
.elc-ldquiz-last-quiz table.elc-ldquiz-question-summary tr,
.elc-ldquiz-last-quiz table.elc-ldquiz-question-summary td {
    border: none;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-question-category td {
    padding-bottom: 0;
    padding-left: 0;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-question-summary td {
    padding-left: 0;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-question-summary td:nth-child(even):after {
    content: ",";
}

.elc-ldquiz-last-quiz table.elc-ldquiz-question-summary td:last-of-type:after {
    content: "";
}

.elc-ldquiz-last-quiz table.elc-ldquiz-category-overview {
    border: none;
    margin: 2em 0 0.25em 0;
    width: 100%;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-category-overview tr:nth-of-type(1) {
    border: none;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-category-overview th,
table.elc-ldquiz-category-overview td {
    border: none;
    border-bottom: 1px solid #ddd;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-category-overview td,
.elc-ldquiz-last-quiz table.elc-ldquiz-category-overview th {
    padding-left: 0;
    padding-right: 0;
    vertical-align: bottom;
}

.elc-ldquiz-last-quiz table.elc-ldquiz-category-overview td:last-of-type {
    text-align: right;
}

.elc-ldquiz-last-quiz summary {
    margin-bottom: 1em;
}

.elc-ldquiz-last-quiz .elc-ldquiz-notifications-quiz-title,
.elc-ldquiz-last-quiz .elc-ldquiz-notifications-quiz-summary,
.elc-ldquiz-last-quiz .elc-ldquiz-notifications-result-message,
.elc-ldquiz-last-quiz .elc-ldquiz-notifications-timespent {
    padding: 0;
}

.elc-ldquiz-print {
    border-bottom: 1px solid #ddd;
}

.elc-ldquiz-print-area summary:after {
    content: "";
    display: table;
    clear: both;
}

.elc-ldquiz-print:after {
    content: "";
    display: table;
    clear: both;
}

.elc-ldquiz-summary {
    cursor: pointer;
}

.elc-ldquiz-print-button {
    float: right;
    cursor: pointer;
}

.elc-ldquiz-print-button svg {
    height: 1.5em;
    width: 1.5em;
}

.elc-ldquiz-print-button.mobile svg {
    height: 2.5em;
    width: 2.5em;
}

.elc-ldquiz-print-button svg > g {
    /*stroke: #f00;*/
}

.elc-ldquiz-print-button svg > g > g {
    /*fill: #aaf;*/
}

.elc-ldquiz-print-button svg > g circle:nth-of-type(2) {
    /*fill: #f00;*/
}

@media print {
    .elc-print-hide{
        display: none !important;
    }
}
