html body .ecv-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #ffffff !important;
}

html body .ecv-wrapper,
html body .ecv-wrapper *,
html body .ecv-wrapper button,
html body .ecv-wrapper button *,
html body .ecv-wrapper a,
html body .ecv-wrapper span,
html body .ecv-wrapper div,
html body .ecv-wrapper ul,
html body .ecv-wrapper li {
    color: #ffffff !important;
}

html body .ecv-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}

html body .ecv-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 0;
    border: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font: inherit;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    box-shadow: none !important;
    outline: none !important;
}

html body .ecv-toggle:hover,
html body .ecv-toggle:focus {
    color: #ffffff !important;
    opacity: 0.8;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

html body .ecv-icon {
    flex: 0 0 auto;
    width: 1.2rem;
    line-height: 1;
    color: #ffffff !important;
}

html body .ecv-title {
    flex: 1 1 auto;
    color: #ffffff !important;
}

html body .ecv-panel {
    padding: 0 0 1.25rem 1.8rem;
    color: #ffffff !important;
}

html body .ecv-content {
    display: grid;
    gap: 1rem;
}

html body .ecv-field {
    display: block;
    color: #ffffff !important;
}

html body .ecv-label {
    margin-bottom: 0.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff !important;
}

html body .ecv-value {
    line-height: 1.55;
    overflow-wrap: anywhere;
    color: #ffffff !important;
}

html body .ecv-lines {
    color: #ffffff !important;
}

html body .ecv-files {
    display: grid;
    gap: 0.45rem;
}

html body .ecv-file {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    color: #ffffff !important;
    text-decoration: none;
}

html body .ecv-file:hover,
html body .ecv-file:focus {
    color: #ffffff !important;
    text-decoration: underline;
}

html body .ecv-pdf-box {
    padding: 0.85rem 1rem;
    border: 1px solid rgba(151, 215, 0, 0.45);
    border-radius: 8px;
    background: rgba(151, 215, 0, 0.08);
}

html body .ecv-pdf-link {
    font-weight: 700;
}

html body .ecv-list {
    margin: 0;
    padding-left: 1.2rem;
    color: #ffffff !important;
}

html body .ecv-list li {
    color: #ffffff !important;
}

html body .ecv-muted {
    opacity: 0.75;
    color: #ffffff !important;
}

html body .ecv-empty {
    padding: 1rem 0;
    color: #ffffff !important;
    opacity: 0.7;
}