.vdsurveys-preview-ce__type {
    display: inline-block;
    background: #2a2a2a;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 2px 8px;
    margin-bottom: 8px;
}

.vdsurveys-level {
    border: 1px solid #ccc;
    padding: 10px 14px;
    margin-bottom: 10px;
}

.vdsurveys-level__header {
    font-weight: bold;
    padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: 2px solid #2a2a2a;
}

.vdsurveys-level__header .vdsurveys-range {
    color: #ee7f00;
}

.vdsurveys-block {
    margin-bottom: 8px;
}

.vdsurveys-block__title {
    font-weight: bold;
}

.vdsurveys-block__text {
    color: #555;
    margin-bottom: 8px;
}

.vdsurveys-list {
    margin: 0;
    padding-left: 18px;
}

.vdsurveys-attr-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vdsurveys-attr-list__row {
    margin-bottom: 4px;
}

.vdsurveys-attr-list__label {
    font-weight: bold;
}

.vdsurveys-attr-list__value {
    color: #555;
}
