 .container {
     box-shadow: var(--box-shadow);
     border: 1px solid #f1f1f1;
}

.container.ad {
    box-shadow: var(--box-shadow);
}