/* css/styles.css */
.ga-ad-banner {
    margin: 20px 0;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    text-align: center;
}

.ga-ad-banner img {
    max-width: 100%;
    height: auto;
}

.ga-ad-banner a {
    color: #0073aa;
    text-decoration: none;
    font-size: 16px;
}

.ga-ad-banner a:hover {
    text-decoration: underline;
}

/* css/admin-styles.css */
.wp-list-table.widefat.fixed {
    width: 100%;
}
