.modal-seller {
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 15;
}

.modal-seller__popup {
    background: #FFFFFF;
    padding: 20px;
    border: 1px solid #F0F4FF;
    box-sizing: border-box;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-align: center;
    max-width: 350px;
    margin: 10px;
    overflow-y: auto;
    max-height: 100vh;
}

.modal-seller__header {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #3E425C;
    margin: 0;
}

.modal-seller__img {
    width: 100%;
    height: auto;
    max-width: 250px;
}

.modal-seller__text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #3E425C;
    margin-bottom: 30px;
}

.modal-seller__btn {
    font-weight: 500;
    font-size: 16px;
    padding: 5px 10px;
}
