.seznam-ad {
    box-sizing: border-box;
    display: none;
    margin: 24px auto;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.seznam-ad--requested,
.seznam-ad--filled {
    display: block;
}

.seznam-ad--empty {
    display: none;
}

.seznam-ad__label {
    color: #777;
    display: block;
    font-size: 10px;
    line-height: 16px;
}

.seznam-ad__viewport {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.seznam-ad__zone {
    flex: 0 0 auto;
    max-width: none;
}
