/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.sdei-post-tags {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.sdei-post-tags-label {
  font-weight: 600;
  margin-right: 4px;
}

.sdei-post-tag {
  display: inline-block;
  margin: 2px 6px 2px 0;
  padding: 4px 8px;
  border-radius: 20px;
  background: #f2f2f2;
  text-decoration: none;
  font-size: 12px;
}

.sdei-post-tag:hover {
  opacity: 0.85;
}