.notsellable-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 50px;
    gap: 22px;
    background: #F8F4F3;
}

.notsellable-info__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #363636;
}

.notsellable-info__icon svg {
    width: 1.875em;
    height: auto;
    flex-shrink: 0;
}

.notsellable-info__highlight {
    color: #E10E23;
}

.notsellable-pin {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.notsellable-pin__badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    gap: 10px;
    background: #F8F4F3;
    border-radius: 80px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #E10E23;
}

.notsellable-pin__date {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5D5C5C;
}

.notsellable-info__cta {
    border-radius: 40px;
    padding: 10px 26px!important;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 992px) {
    .notsellable-pin {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .notsellable-pin__badge {
        font-size: 14px;
        line-height: 18px;
        padding: 6px 10px;
    }

    .notsellable-pin__date {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .notsellable-info__label {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .notsellable-info__label svg {
        margin-bottom: 5px;
    }

    .notsellable-info__cta {
        margin-top: 10px;
    }
}
