#jm-allpage-in {
    width: 100%;
    margin: 0 auto;
}

#jm-content {
    width: 80%;
    margin: 0 auto;
}

.custom table {
     margin: 0 auto; 
}


#jm-djmenu {
  
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

#jm-left {
    width: 25%;
    margin: 0 auto;
}

#jm-footer {
    margin: 20px auto;
    text-align: center;
}

#jm-left-in {
    max-width: 320px;
    background: #ffffff;
    padding: 15px;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.jm-module-in {
    border: 1px solid #eef2f5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.jm-title-wrap {
    background: #7d5bb3;
    padding: 16px 20px;
}

.jm-title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jm-module-content {
    padding: 8px 0;
    background: #ffffff;
}

.jshop_menu_level_0 {
    margin: 0;
    padding: 0;
}

.jshop_menu_level_0 a {
    display: flex;
    align-items: center;
    padding: 11px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
    text-decoration: none;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #f7fafc;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jshop_menu_level_0:last-child a {
    border-bottom: none;
}

.jshop_menu_level_0 a:hover {
    background: #f7f5ff;
    color: #7d5bb3;
    padding-left: 26px;
}