/*
 Theme Name: Astra Child
 Theme URI: https://trisuka.com/
 Description: A professional child theme for Astra theme used on Trisuka.com
 Author: Trisuka IT Department
 Author URI: https://trisuka.com/
 Template: astra
 Version: 1.0.0
 Text Domain: astra-child
*/

.ast-separate-container .ast-article-single {
    padding: 2em !important;
}

/* Blog post links */
.single-post .entry-content a {
    color: #0066cc;          /* link color */
    text-decoration: underline;
    transition: color 0.3s ease;
}

/* Blog post hover links */
.single-post .entry-content a:hover {
    color: #ff6600;          /* hover color */
}
