/**
 * Custom CSS
 *
 * This file is for your custom styles.
 * You can add any CSS rules here to customize the Ghost theme.
 *
 * Note: Changes made directly to this file may be overwritten during theme updates.
 * It's recommended to use the Code Injection feature in Ghost for persistent customizations.
 */

/* Your custom CSS goes below this line */

.ad-container {
    display: block;
    min-height: 100px;
    margin: 2rem auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    clear: both;
}
