.endredi-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, #EFE9DE, #EFE9DE 12px, #E7DFD0 12px, #E7DFD0 24px);
    border: 1px solid #E0D6C4;
    color: #8C8271;
    font: 500 13px 'Archivo', sans-serif;
    letter-spacing: .02em;
    overflow: hidden;
}

.endredi-slot::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(250, 248, 244, 0.35);
}

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

.endredi-slot--rect { border-radius: 0; }
.endredi-slot--rounded { border-radius: var(--slot-radius, 4px); }
.endredi-slot--circle { border-radius: 50%; }
.endredi-slot--pill { border-radius: 999px; }

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