/**
 * ZVKI Divi — front-end styles
 *
 * Divi-specific rules, moved out of ZVKI Toolbox so they only load on Divi
 * sites. Enqueued after `divi-style` so these win on specificity ties.
 */

/* Soften the default border colour Divi uses across several components. */
.et-search-form,
.et_mobile_menu,
.footer-widget li:before,
.nav li ul,
blockquote {
	border-color: #cbcbcb !important;
}

/* Remove the underline Divi puts under top-level menu links. */
.zvki ul.et-menu a {
	border-bottom: 0 !important;
}
