/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Astra Child Theme
Author: Custom
Template: astra
Version: 1.0.0
*/


/* 面包屑整体文字颜色 */
.elementor-widget-shortcode .custom-breadcrumbs,
.elementor-widget-shortcode .custom-breadcrumbs a,
.elementor-widget-shortcode .custom-breadcrumbs .sep,
.elementor-widget-shortcode .custom-breadcrumbs .current {
    color: #888888 !important;
    font-size: 14px !important;
}

/* 链接去掉下划线，鼠标悬停再显示 */
.elementor-widget-shortcode .custom-breadcrumbs a {
    text-decoration: none !important;
}

.elementor-widget-shortcode .custom-breadcrumbs a:hover {
    color: #555555 !important;
    text-decoration: underline !important;
}