/*
 Theme Name:   Salient Child
 Template:     salient
 Description:  Child theme for Salient. Safe for vibe coding.
 Version:      1.0.0
*/

.author-youtube a {
    width: 28px;
    height: 20px;
    display: inline-block;
}
.author-youtube path {
    transition: fill 0.3s;
}
.author-youtube a:hover svg path {
    fill: #ff0000;
}
