.trayedit-faqs {
    margin: 1.5em 0;
}

.trayedit-faq-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.2em;
}

.trayedit-faq-icon {
    flex-shrink: 0;
    margin-right: 12px;
}

.trayedit-faq-icon img {
    width: 25px;
    height: 28.4px;
    display: block;
}

/* Question + answer */
.trayedit-faq-content {
    flex: 1;
}

.trayedit-faq-question {
    margin: 0 0 0.35em;
    /* font, color, etc. inherit from theme */
}

.trayedit-faq-answer {
    margin: 0;
    /* inherits font/color from theme */
}
