/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description: Child theme for GeneratePress
 Author:      Darsh
 Template:    generatepress
 Version:     1.0
*/

/* Your custom styles go below */
.video-player {
    max-width: 900px;
    margin: 0 auto 20px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    gap: 12px;
}

.related-grid a {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
}
/* Force Tailwind hover colors to win over GeneratePress */
a:hover,
a:focus {
    color: inherit;
}
h1,h2,h3,p{
    color:#000;
}