.tps-ad-placement {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.tps-ad-placement a,
.tps-ad-placement img,
.tps-ad-placement iframe,
.tps-ad-placement video {
    display: block;
    max-width: 100%;
}

.tps-ad-placement img,
.tps-ad-placement video {
    height: auto;
}

.tps-ad-placeholder {
    align-items: center;
    background-color: #f8fafc;
    background-image:
        linear-gradient(45deg, rgba(15, 23, 42, 0.06) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(15, 23, 42, 0.06) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(15, 23, 42, 0.06) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(15, 23, 42, 0.06) 75%);
    background-position: 0 0, 0 8px, 8px -8px, -8px 0;
    background-size: 16px 16px;
    border: 1px dashed #94a3b8;
    color: #334155;
    display: flex;
    justify-content: center;
    text-align: center;
}

.tps-ad-placeholder-inner {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(148, 163, 184, 0.45);
    padding: 8px 12px;
}

.tps-ad-placeholder-label,
.tps-ad-placeholder-size,
.tps-ad-placeholder-slug {
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.35;
}

.tps-ad-placeholder-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.tps-ad-placeholder-size {
    font-size: 18px;
    font-weight: 700;
}

.tps-ad-placeholder-slug {
    font-size: 11px;
}
