.ad-slot {
    display: flex;
    min-height: 138px;
    margin: 16px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f0f1f2;
    border: 1px solid #e2e4e7;
    border-radius: 10px;
}

.ad-slot__label {
    margin-bottom: 7px;
    color: #8a9099;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.ad-slot__placeholder {
    color: #868b92;
    font-size: 0.82rem;
}
