.cazgp-topbar {
    width: 100%;
    background: #013a63;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    position: relative;
    z-index: 999;
}
.cazgp-topbar-sticky {
    position: sticky;
    top: 0;
    left: 0;
}
.cazgp-topbar-inner {
    position: relative;
    max-width: 1200px;
    margin: auto;
}
.cazgp-topbar-close {
    position: absolute;
    right: 15px; top: 8px;
    cursor: pointer;
    font-size: 18px;
}
.cazgp-sidebar-ad {
    margin: 20px 0;
    padding: 10px;
    background: #f2f2f2;
    border: 1px dashed #013a63;
    text-align: center;
}

@media (max-width: 600px) {
    .cazgp-topbar {font-size: 13px;}
    .cazgp-sidebar-ad {font-size: 13px;}
}