.wp-custom-section{display:flex;border:1px solid #ccc;border-radius:8px;font-family:Arial,sans-serif;background:#fff;overflow:hidden;min-height:400px}.menu-column{padding:15px;box-sizing:border-box}.main-menu{width:15%;border-right:1px solid #ccc;background-color:#f9f9f9;flex-shrink:0}.right-content-wrapper{display:flex;flex-direction:column;width:85%}.sub-menu-container{width:100%;border-bottom:1px solid #ccc;background-color:#fafafa}.sub-menu-group.active{display:flex!important;flex-direction:row;gap:10px;flex-wrap:wrap}.content-area{width:100%;background-color:#fff;flex-grow:1}.menu-item{padding:12px 15px;margin-bottom:5px;cursor:pointer;border-radius:4px;transition:all 0.3s ease;border-bottom:1px solid #eee;color:#777}.sub-item{padding:8px 16px;cursor:pointer;border-radius:4px;transition:all 0.3s ease;color:#777;border:1px solid #eee;background:#fff}.menu-item:hover,.sub-item:hover{background-color:#f0f0f0;color:#333}.menu-item.active{background-color:#e6f7ff;color:#000;font-weight:bold;border-left:4px solid #1890ff;box-shadow:0 2px 4px rgba(0,0,0,0.05)}.sub-item.active{background-color:#e6f7ff;color:#000;font-weight:bold;border:1px solid #1890ff;box-shadow:0 2px 4px rgba(0,0,0,0.05)}.sub-menu-group,.button-group{display:none}.button-group.active{display:flex;flex-wrap:wrap;gap:10px}.action-btn{padding:8px 20px;border:1px solid #1890ff;background-color:#fff;color:#1890ff;border-radius:20px;cursor:pointer;font-weight:500;transition:background 0.2s;text-decoration:none;text-align:center}.action-btn:hover{background-color:#1890ff;color:#fff}