/**
Theme Name: Creative Advisor v1
Author: Creative Advisor
Author URI: http://www.creativeadvisor.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: creative-advisor
Template: astra
*/

/* Rounded author bio */ 
.author-avatar img {
    border-radius: 100%;
}

@media (max-width: 600px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.advertiser-disclosure {
    margin: 1.5rem 0;
    padding: 1rem;
    background: #FFEDEB;
    border-left: 4px solid #ccc;
    font-size: 0.6875rem;
    line-height: 1rem;
}