/* Editor Styles for Copyright Block */

/* Main block styles */
.wp-block-tonyteo-copyright {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.wp-block-tonyteo-copyright a {
    color: #daa520;
    text-decoration: none;
    transition: color 0.3s ease;
}

.wp-block-tonyteo-copyright a:hover {
    color: #343434;
} 