.bazario-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.bazario-popup {
    background: #fff;
    padding: 20px;
    width: 400px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.bazario-popup button {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 20px;
    float: right;
}

.bazario-popup h2 {
    margin-bottom: 20px;
}

.bazario-popup input,
.bazario-popup select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.bazario-popup .button {
    width: 100%;
    padding: 10px;
}

.post-type-bazario-template a.page-title-action:not(#bazario-add-new-template) {
    display: none;
}
