/**
 * Theme Name:     Trellick Child
 * Author:         Automattic
 * Template:       trellick-wpcom
 * Text Domain:	   trellick-child
 * Description:    Trellick is a raw, brutalist blog theme that strips away the polished veneer of the samey web design to show the untamed essence of the digital realm.
 */
#copy-post-button {
    font-size: 18px !important; /* Ensures font size overrides theme defaults */
}
#copy-post-button:hover {
    background-color: #333; /* Optional subtle hover; remove if not wanted */
}

.related-intro {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 2em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.3em;
    color: #333;
}

