.dokan-store-integration-content {
    padding: 20px;
}
.dokan-store-integration-area .dokan-row {
    padding:20px;
    display:flex;
    gap:10px;
}

.merage-action-buttons .dokan-btn {
    margin-right: 10px;
}

.dokan-card h3 i {
    margin-right: 8px;
    color: #f05a28;
}

.dokan-store-integration-area .dokan-card {
    background: #fff;
    transition: box-shadow 0.2s ease-in-out;
    height: 100%;
}

.dokan-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.merage-modal {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.merage-modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 25px;
    border: 1px solid #888;
    width: 90%;
    max-width: 500px;
    border-radius: 6px;
    position: relative;
}

.merage-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.merage-modal-close:hover {
    color: #000;
}

.merage-modal input {
    margin-bottom: 15px;
}