.atlasz-slot {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
    background: repeating-linear-gradient(-45deg, #EEF3F8, #EEF3F8 12px, #E6EDF4 12px, #E6EDF4 24px);
    border: 1px dashed #C4D6E6;
    color: #6E869B;
    font: 500 14px 'Manrope', sans-serif;
    overflow: hidden;
}

.atlasz-slot::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.35);
}

.atlasz-slot__label {
    position: relative;
    max-width: 90%;
    line-height: 1.4;
}

.atlasz-slot--rect {
    border-radius: 0;
}

.atlasz-slot--rounded {
    border-radius: var(--slot-radius, 12px);
}

.atlasz-slot--circle {
    border-radius: 50%;
}

.atlasz-slot--pill {
    border-radius: 999px;
}

.atlasz-slot img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
