/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/

/* Sources After the Content */
.tkv-sources-box {
    margin-bottom: 40px;
	font-size: 16.5px;
    max-width: 768px;
    margin: 0 auto;
    margin-top: 30px;
}
.tkv-sources-heading {
    font-weight: 700;
	margin-bottom: 15px;
    position: relative;
    word-break: break-word;
}
.tkv-sources-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 10px;
    border: 2px dashed #841698;
    padding: 30px;
    gap: 7px;
}
.tkv-sources-list li {
    font-size: 1em;
    list-style-type: none;
	padding-left: 20px;
    position: relative;
    padding-left: 20px;
}
.tkv-sources-list li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #3366ccb5;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 10px;
}
.tkv-sources-list li a {
    color: #841698;
}