/* Header Content CSS */
.my-custom-header-section {
    /* Base styling for our custom header block */
}

/* 
 * You can style the anchor tag and header-content directly here. 
 * Because it's enqueued for the block editor and frontend, changes here 
 * will automatically reflect in the Site Editor!
 */
.my-custom-header-section a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}
