body:has(> #smb-dispAd-widget > .smb-300x500-container) {
    margin: 0px;
}

.smb-300x500-container {
    background-color: ffffff;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.smb-300x500-header {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    font-family: cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif
}

.smb-300x500-header:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    background-color: #cc0000;
    height: 4px;
    transition: width 0.3s;
    transition-timing-function: ease-in-out;
    width: 16px;
}

.smb-300x500-header:after {
    border-top: 1px solid #e6e6e6;
    right: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

.smb-300x500-header-title {
    display: inline-block;
    font-family: cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 10px;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}

.smb-300x500-image-container {
    min-height: 250px;
    position: relative;
    background-color: black;
    display: flex;
    justify-content: center;
}

.smb-300x500-headline-text-bold {
    color: #0c0c0c;
    font-family: cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    padding: 16px 0;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 26px;
    text-rendering: optimizelegibility;
}

.smb-300x500-headline-text {
    color: #0c0c0c;
    font-family: cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding: 12px 0;
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
    cursor: pointer;
}

.smb-300x500-headline-anchor {
    text-decoration: none;
    color: #0c0c0c;
}

.smb-300x500-headline-anchor:hover {
    text-decoration: underline;
}

.smb-300x500-headline-anchor:visited {
    color: #0c0c0c;
}

.smb-300x500-item {
    /*  use 
        display: flex; 
        when visible
    */
    display: none;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    max-width: 100%;
}

.smb-300x500-slideshow-cont {
    position: relative;
    height: 250px;
    max-width: 100%;
}

.smb-300x500-displayad-cont {
    line-height: 0px;
    top: 0 !important;
    left: 50% !important;
    width: 300px !important;
    transform: translateX(-50%);
    height: 100% !important;
    margin: auto;
    background: #f7f7f7;
    z-index: 9;
    display: none;
    position: absolute;
}

